@jstnmthw/react-fluentui-emoji
Version:
Fluent Emoji SVG icons for UI react development.
1,027 lines (1,026 loc) • 39.1 kB
JSX
const React = require("react");
const CarpStreamerIcon = ({ title, titleId, ...props }) => (
<svg
width="1em"
height="1em"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<path
d="M9.12007 12.46H5.07007"
stroke="url(#paint0_linear_18_928)"
strokeWidth={0.9996}
strokeMiterlimit={10}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M15.45 9.52L9.01001 12.43L15.45 15.35"
stroke="url(#paint1_linear_18_928)"
strokeWidth={0.9996}
strokeMiterlimit={10}
strokeLinecap="round"
strokeLinejoin="round"
/>
<g filter="url(#filter0_i_18_928)">
<path
d="M30.18 9.83V7.23C30.18 7.14716 30.1127 7.07957 30.03 7.08411C28.6096 7.16206 27.48 8.34033 27.48 9.78V9.97C27.48 10.26 27.24 10.5 26.95 10.5C25.88 10.5 24.85 10.17 23.98 9.55L23.31 9.08C20.85 7.33 17.65 7.01001 14.9 8.24001L13.38 8.92V16.03L14.9 16.71C17.66 17.94 20.85 17.62 23.31 15.87L23.98 15.4C24.85 14.78 25.89 14.45 26.95 14.45C27.24 14.45 27.48 14.69 27.48 14.98V15.03C27.48 16.4697 28.6096 17.6479 30.03 17.7259C30.1127 17.7304 30.18 17.6628 30.18 17.58V14.98C30.18 13.8403 29.4737 12.8657 28.474 12.4691C28.4301 12.4517 28.4293 12.3862 28.4728 12.3678C29.4731 11.9451 30.18 10.9702 30.18 9.83Z"
fill="url(#paint2_radial_18_928)"
/>
<path
d="M30.18 9.83V7.23C30.18 7.14716 30.1127 7.07957 30.03 7.08411C28.6096 7.16206 27.48 8.34033 27.48 9.78V9.97C27.48 10.26 27.24 10.5 26.95 10.5C25.88 10.5 24.85 10.17 23.98 9.55L23.31 9.08C20.85 7.33 17.65 7.01001 14.9 8.24001L13.38 8.92V16.03L14.9 16.71C17.66 17.94 20.85 17.62 23.31 15.87L23.98 15.4C24.85 14.78 25.89 14.45 26.95 14.45C27.24 14.45 27.48 14.69 27.48 14.98V15.03C27.48 16.4697 28.6096 17.6479 30.03 17.7259C30.1127 17.7304 30.18 17.6628 30.18 17.58V14.98C30.18 13.8403 29.4737 12.8657 28.474 12.4691C28.4301 12.4517 28.4293 12.3862 28.4728 12.3678C29.4731 11.9451 30.18 10.9702 30.18 9.83Z"
fill="url(#paint3_radial_18_928)"
/>
<path
d="M30.18 9.83V7.23C30.18 7.14716 30.1127 7.07957 30.03 7.08411C28.6096 7.16206 27.48 8.34033 27.48 9.78V9.97C27.48 10.26 27.24 10.5 26.95 10.5C25.88 10.5 24.85 10.17 23.98 9.55L23.31 9.08C20.85 7.33 17.65 7.01001 14.9 8.24001L13.38 8.92V16.03L14.9 16.71C17.66 17.94 20.85 17.62 23.31 15.87L23.98 15.4C24.85 14.78 25.89 14.45 26.95 14.45C27.24 14.45 27.48 14.69 27.48 14.98V15.03C27.48 16.4697 28.6096 17.6479 30.03 17.7259C30.1127 17.7304 30.18 17.6628 30.18 17.58V14.98C30.18 13.8403 29.4737 12.8657 28.474 12.4691C28.4301 12.4517 28.4293 12.3862 28.4728 12.3678C29.4731 11.9451 30.18 10.9702 30.18 9.83Z"
fill="url(#paint4_radial_18_928)"
/>
<path
d="M30.18 9.83V7.23C30.18 7.14716 30.1127 7.07957 30.03 7.08411C28.6096 7.16206 27.48 8.34033 27.48 9.78V9.97C27.48 10.26 27.24 10.5 26.95 10.5C25.88 10.5 24.85 10.17 23.98 9.55L23.31 9.08C20.85 7.33 17.65 7.01001 14.9 8.24001L13.38 8.92V16.03L14.9 16.71C17.66 17.94 20.85 17.62 23.31 15.87L23.98 15.4C24.85 14.78 25.89 14.45 26.95 14.45C27.24 14.45 27.48 14.69 27.48 14.98V15.03C27.48 16.4697 28.6096 17.6479 30.03 17.7259C30.1127 17.7304 30.18 17.6628 30.18 17.58V14.98C30.18 13.8403 29.4737 12.8657 28.474 12.4691C28.4301 12.4517 28.4293 12.3862 28.4728 12.3678C29.4731 11.9451 30.18 10.9702 30.18 9.83Z"
fill="url(#paint5_radial_18_928)"
/>
</g>
<path
d="M18.06 12.39C18.06 10.47 16.9 8.82001 15.23 8.10001C15.12 8.14001 15 8.17 14.89 8.22L13.37 8.90001V16.01L14.89 16.69C14.94 16.71 14.98 16.72 15.03 16.74C16.8 16.08 18.06 14.39 18.06 12.39Z"
fill="url(#paint6_linear_18_928)"
/>
<path
d="M9.10004 24.48H5.05005"
stroke="url(#paint7_linear_18_928)"
strokeWidth={0.9996}
strokeMiterlimit={10}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M15.43 21.57L8.98999 24.48L15.43 27.4"
stroke="url(#paint8_linear_18_928)"
strokeWidth={0.9996}
strokeMiterlimit={10}
strokeLinecap="round"
strokeLinejoin="round"
/>
<path
d="M5.67004 30H4.68005C4.40005 30 4.17004 29.77 4.17004 29.49V6.90001H6.17004V29.49C6.18004 29.77 5.95004 30 5.67004 30Z"
fill="url(#paint9_linear_18_928)"
/>
<path
d="M5.67004 30H4.68005C4.40005 30 4.17004 29.77 4.17004 29.49V6.90001H6.17004V29.49C6.18004 29.77 5.95004 30 5.67004 30Z"
fill="url(#paint10_linear_18_928)"
/>
<path
d="M5.67004 30H4.68005C4.40005 30 4.17004 29.77 4.17004 29.49V6.90001H6.17004V29.49C6.18004 29.77 5.95004 30 5.67004 30Z"
fill="url(#paint11_radial_18_928)"
/>
<g filter="url(#filter1_i_18_928)">
<path
d="M5.17994 7.98C6.83127 7.98 8.16994 6.64134 8.16994 4.99001C8.16994 3.33867 6.83127 2 5.17994 2C3.52861 2 2.18994 3.33867 2.18994 4.99001C2.18994 6.64134 3.52861 7.98 5.17994 7.98Z"
fill="url(#paint12_radial_18_928)"
/>
</g>
<path
d="M12.71 8.24001C13.11 8.24001 13.43 8.56001 13.43 8.96001V15.94C13.43 16.34 13.11 16.66 12.71 16.66C12.31 16.66 11.99 16.34 11.99 15.94V8.96001C12 8.56001 12.32 8.24001 12.71 8.24001Z"
fill="url(#paint13_linear_18_928)"
/>
<path
d="M12.71 8.24001C13.11 8.24001 13.43 8.56001 13.43 8.96001V15.94C13.43 16.34 13.11 16.66 12.71 16.66C12.31 16.66 11.99 16.34 11.99 15.94V8.96001C12 8.56001 12.32 8.24001 12.71 8.24001Z"
fill="url(#paint14_radial_18_928)"
/>
<g filter="url(#filter2_i_18_928)">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M19.54 8.62012C19.678 8.62012 19.7899 8.732 19.7899 8.87002C19.7899 9.3984 19.6075 9.67651 19.4498 9.91706L19.4489 9.9183C19.3076 10.1338 19.1899 10.3136 19.1899 10.7C19.1899 11.0865 19.3076 11.2662 19.4489 11.4817L19.4498 11.483C19.6075 11.7235 19.7899 12.0016 19.7899 12.53C19.7899 13.0636 19.6076 13.3438 19.4489 13.5858L19.4472 13.5885C19.3059 13.8039 19.1899 13.9809 19.1899 14.36C19.1899 14.7407 19.307 14.9203 19.4488 15.1378L19.4493 15.1385C19.6072 15.3807 19.7899 15.6611 19.7899 16.19C19.7899 16.328 19.678 16.4399 19.54 16.4399C19.4019 16.4399 19.2901 16.328 19.2901 16.19C19.2901 15.8093 19.173 15.6297 19.0311 15.4122L19.0306 15.4115C18.8727 15.1694 18.6901 14.8889 18.6901 14.36C18.6901 13.8316 18.8724 13.5535 19.0302 13.313L19.031 13.3117C19.1723 13.0962 19.2901 12.9165 19.2901 12.53C19.2901 12.1509 19.174 11.9739 19.0327 11.7585L19.031 11.7558C18.8723 11.5138 18.6901 11.2336 18.6901 10.7C18.6901 10.1665 18.8723 9.88617 19.031 9.64422L19.0328 9.64153C19.174 9.4261 19.2901 9.24915 19.2901 8.87002C19.2901 8.732 19.4019 8.62012 19.54 8.62012Z"
fill="url(#paint15_linear_18_928)"
/>
</g>
<g filter="url(#filter3_i_18_928)">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M21.65 9.43011C21.788 9.43011 21.8999 9.542 21.8999 9.68001C21.8999 10.0985 21.7551 10.3213 21.6344 10.5065L21.6335 10.5079C21.5297 10.667 21.4499 10.7893 21.4499 11.06C21.4499 11.3299 21.5292 11.4523 21.633 11.6126L21.6348 11.6154C21.756 11.8027 21.8999 12.0275 21.8999 12.45C21.8999 12.8676 21.7557 13.0903 21.6356 13.2759L21.6348 13.2771C21.5311 13.4373 21.4499 13.5626 21.4499 13.84C21.4499 14.1099 21.5292 14.2323 21.633 14.3926L21.6348 14.3954C21.756 14.5827 21.8999 14.8075 21.8999 15.23C21.8999 15.368 21.788 15.4799 21.65 15.4799C21.512 15.4799 21.4001 15.368 21.4001 15.23C21.4001 14.9526 21.3191 14.8274 21.2153 14.6672L21.2145 14.6659C21.0943 14.4803 20.9501 14.2576 20.9501 13.84C20.9501 13.4175 21.094 13.1927 21.2153 13.0054L21.2171 13.0026C21.3209 12.8423 21.4001 12.7199 21.4001 12.45C21.4001 12.1726 21.3191 12.0474 21.2153 11.8872L21.2145 11.8859C21.0943 11.7003 20.9501 11.4776 20.9501 11.06C20.9501 10.6415 21.0949 10.4187 21.2157 10.2335L21.2166 10.2322C21.3204 10.073 21.4001 9.95073 21.4001 9.68001C21.4001 9.542 21.512 9.43011 21.65 9.43011Z"
fill="url(#paint16_linear_18_928)"
/>
</g>
<g filter="url(#filter4_i_18_928)">
<path
fillRule="evenodd"
clipRule="evenodd"
d="M23.53 10.2001C23.668 10.2001 23.7799 10.312 23.7799 10.45C23.7799 10.6045 23.7541 10.7297 23.7107 10.8389C23.6697 10.9423 23.6157 11.0233 23.5755 11.0835C23.5747 11.0848 23.5738 11.0861 23.573 11.0874L23.5715 11.0896C23.4974 11.2006 23.4499 11.2719 23.4499 11.44C23.4499 11.5355 23.4653 11.5978 23.4839 11.6446C23.5039 11.6949 23.5308 11.7369 23.573 11.8001L23.5741 11.8019C23.6641 11.9368 23.7799 12.1106 23.7799 12.43C23.7799 12.5845 23.7541 12.7097 23.7107 12.8189C23.6697 12.9223 23.6157 13.0034 23.5755 13.0635L23.5715 13.0696C23.4974 13.1807 23.4499 13.2519 23.4499 13.42C23.4499 13.5155 23.4653 13.5778 23.4839 13.6246C23.5039 13.6749 23.5308 13.7169 23.573 13.7801L23.5741 13.7819C23.6641 13.9168 23.7799 14.0906 23.7799 14.41C23.7799 14.548 23.668 14.6599 23.53 14.6599C23.392 14.6599 23.2801 14.548 23.2801 14.41C23.2801 14.2419 23.2326 14.1707 23.1586 14.0596L23.1545 14.0535C23.1144 13.9934 23.0603 13.9123 23.0193 13.8089C22.976 13.6997 22.9501 13.5745 22.9501 13.42C22.9501 13.1006 23.066 12.9268 23.1559 12.7919L23.1571 12.7901C23.1992 12.7269 23.2262 12.6849 23.2462 12.6346C23.2647 12.5878 23.2801 12.5255 23.2801 12.43C23.2801 12.2619 23.2326 12.1907 23.1586 12.0796L23.1545 12.0735C23.1144 12.0134 23.0603 11.9323 23.0193 11.8289C22.976 11.7197 22.9501 11.5945 22.9501 11.44C22.9501 11.1206 23.066 10.9468 23.1559 10.8119L23.1571 10.8101C23.1992 10.7469 23.2262 10.7049 23.2462 10.6546C23.2647 10.6078 23.2801 10.5455 23.2801 10.45C23.2801 10.312 23.392 10.2001 23.53 10.2001Z"
fill="url(#paint17_linear_18_928)"
/>
</g>
<g filter="url(#filter5_i_18_928)">
<path
d="M30.18 22.13V19.53C30.18 19.4472 30.1127 19.3796 30.03 19.3841C28.6096 19.4621 27.48 20.6403 27.48 22.08V22.27C27.48 22.56 27.24 22.8 26.95 22.8C25.88 22.8 24.85 22.47 23.98 21.85L23.31 21.38C20.85 19.63 17.65 19.31 14.9 20.54L13.38 21.22V28.33L14.9 29.01C17.66 30.24 20.85 29.92 23.31 28.17L23.98 27.7C24.85 27.08 25.89 26.75 26.95 26.75C27.24 26.75 27.48 26.99 27.48 27.28V27.3C27.48 28.7397 28.6096 29.9179 30.03 29.9959C30.1127 30.0004 30.18 29.9328 30.18 29.85V27.25C30.18 26.1124 29.4763 25.1393 28.4795 24.7413C28.435 24.7235 28.435 24.6565 28.4795 24.6387C29.4763 24.2407 30.18 23.2676 30.18 22.13Z"
fill="url(#paint18_radial_18_928)"
/>
<path
d="M30.18 22.13V19.53C30.18 19.4472 30.1127 19.3796 30.03 19.3841C28.6096 19.4621 27.48 20.6403 27.48 22.08V22.27C27.48 22.56 27.24 22.8 26.95 22.8C25.88 22.8 24.85 22.47 23.98 21.85L23.31 21.38C20.85 19.63 17.65 19.31 14.9 20.54L13.38 21.22V28.33L14.9 29.01C17.66 30.24 20.85 29.92 23.31 28.17L23.98 27.7C24.85 27.08 25.89 26.75 26.95 26.75C27.24 26.75 27.48 26.99 27.48 27.28V27.3C27.48 28.7397 28.6096 29.9179 30.03 29.9959C30.1127 30.0004 30.18 29.9328 30.18 29.85V27.25C30.18 26.1124 29.4763 25.1393 28.4795 24.7413C28.435 24.7235 28.435 24.6565 28.4795 24.6387C29.4763 24.2407 30.18 23.2676 30.18 22.13Z"
fill="url(#paint19_radial_18_928)"
/>
</g>
<path
d="M18.06 24.69C18.06 22.77 16.9 21.12 15.23 20.4C15.12 20.44 15 20.47 14.89 20.52L13.37 21.2V28.31L14.89 28.99C14.94 29.01 14.98 29.02 15.03 29.04C16.8 28.38 18.06 26.68 18.06 24.69Z"
fill="url(#paint20_linear_18_928)"
/>
<path
d="M12.71 20.54C13.11 20.54 13.43 20.86 13.43 21.26V28.24C13.43 28.64 13.11 28.96 12.71 28.96C12.31 28.96 11.99 28.64 11.99 28.24V21.26C12 20.86 12.32 20.54 12.71 20.54Z"
fill="url(#paint21_linear_18_928)"
/>
<path
d="M12.71 20.54C13.11 20.54 13.43 20.86 13.43 21.26V28.24C13.43 28.64 13.11 28.96 12.71 28.96C12.31 28.96 11.99 28.64 11.99 28.24V21.26C12 20.86 12.32 20.54 12.71 20.54Z"
fill="url(#paint22_radial_18_928)"
/>
<g filter="url(#filter6_i_18_928)">
<path
d="M19.5399 28.74C19.3999 28.74 19.2899 28.63 19.2899 28.49C19.2899 28.11 19.1799 27.93 19.0299 27.71C18.8699 27.47 18.6899 27.19 18.6899 26.66C18.6899 26.13 18.8699 25.85 19.0299 25.61C19.1799 25.39 19.2899 25.21 19.2899 24.83C19.2899 24.45 19.1799 24.27 19.0299 24.05C18.8699 23.81 18.6899 23.53 18.6899 23C18.6899 22.47 18.8699 22.19 19.0299 21.95C19.1699 21.73 19.2899 21.56 19.2899 21.17C19.2899 21.03 19.3999 20.92 19.5399 20.92C19.6799 20.92 19.7899 21.03 19.7899 21.17C19.7899 21.7 19.6099 21.98 19.4499 22.22C19.2999 22.44 19.1899 22.61 19.1899 23C19.1899 23.38 19.2999 23.56 19.4499 23.78C19.6099 24.02 19.7899 24.3 19.7899 24.83C19.7899 25.36 19.6099 25.64 19.4499 25.88C19.2999 26.1 19.1899 26.28 19.1899 26.66C19.1899 27.04 19.2999 27.22 19.4499 27.44C19.6099 27.68 19.7899 27.96 19.7899 28.49C19.7899 28.62 19.6799 28.74 19.5399 28.74Z"
fill="url(#paint23_linear_18_928)"
/>
</g>
<g filter="url(#filter7_i_18_928)">
<path
d="M21.65 27.77C21.51 27.77 21.4 27.66 21.4 27.52C21.4 27.25 21.32 27.12 21.21 26.96C21.09 26.78 20.94 26.55 20.94 26.13C20.94 25.71 21.09 25.48 21.21 25.3C21.31 25.14 21.4 25.01 21.4 24.74C21.4 24.47 21.32 24.34 21.21 24.18C21.09 24 20.94 23.77 20.94 23.35C20.94 22.93 21.09 22.7 21.21 22.52C21.31 22.36 21.4 22.24 21.4 21.97C21.4 21.83 21.51 21.72 21.65 21.72C21.79 21.72 21.9 21.83 21.9 21.97C21.9 22.39 21.75 22.62 21.63 22.8C21.53 22.96 21.44 23.08 21.44 23.36C21.44 23.63 21.52 23.76 21.63 23.92C21.75 24.1 21.9 24.33 21.9 24.75C21.9 25.17 21.75 25.4 21.63 25.58C21.53 25.74 21.44 25.87 21.44 26.14C21.44 26.41 21.52 26.54 21.63 26.7C21.75 26.88 21.9 27.11 21.9 27.53C21.9 27.66 21.78 27.77 21.65 27.77Z"
fill="url(#paint24_linear_18_928)"
/>
</g>
<g filter="url(#filter8_i_18_928)">
<path
d="M23.53 26.97C23.39 26.97 23.28 26.86 23.28 26.72C23.28 26.55 23.23 26.47 23.16 26.36C23.07 26.22 22.96 26.05 22.96 25.73C22.96 25.41 23.07 25.24 23.16 25.1C23.23 24.99 23.28 24.91 23.28 24.74C23.28 24.57 23.23 24.49 23.16 24.38C23.07 24.24 22.96 24.07 22.96 23.75C22.96 23.43 23.07 23.26 23.16 23.12C23.23 23.01 23.28 22.93 23.28 22.76C23.28 22.62 23.39 22.51 23.53 22.51C23.67 22.51 23.78 22.62 23.78 22.76C23.78 23.08 23.67 23.25 23.58 23.39C23.51 23.5 23.46 23.57 23.46 23.75C23.46 23.92 23.51 24 23.58 24.11C23.67 24.25 23.78 24.42 23.78 24.74C23.78 25.06 23.67 25.24 23.58 25.37C23.51 25.48 23.46 25.56 23.46 25.73C23.46 25.9 23.51 25.98 23.58 26.09C23.67 26.23 23.78 26.4 23.78 26.72C23.78 26.85 23.67 26.97 23.53 26.97Z"
fill="url(#paint25_linear_18_928)"
/>
</g>
<g filter="url(#filter9_i_18_928)">
<rect
x={15.0233}
y={9.96875}
width={0.976685}
height={2.09375}
rx={0.488342}
fill="#63535B"
/>
</g>
<g filter="url(#filter10_i_18_928)">
<rect
x={15.0233}
y={22.47}
width={0.976685}
height={2.09375}
rx={0.488342}
fill="#63535B"
/>
</g>
<g filter="url(#filter11_f_18_928)">
<path
d="M6.71204 24.5081H9.25958L11.4862 23.3246"
stroke="#50405E"
strokeWidth={0.25}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter12_f_18_928)">
<path
d="M6.71204 24.5081H9.25958L11.4862 23.3246"
stroke="#50405E"
strokeWidth={0.25}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter13_f_18_928)">
<path
d="M6.71204 12.405H9.25958L11.4862 11.2215"
stroke="#50405E"
strokeWidth={0.25}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter14_f_18_928)">
<path
d="M9.2998 24.5282L11.5264 25.6916"
stroke="#50405E"
strokeWidth={0.25}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter15_f_18_928)">
<path
d="M9.2998 24.5282L11.5264 25.6916"
stroke="#50405E"
strokeWidth={0.25}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter16_f_18_928)">
<path
d="M9.2998 12.425L11.5264 13.5885"
stroke="#50405E"
strokeWidth={0.25}
strokeLinecap="round"
/>
</g>
<defs>
<filter
id="filter0_i_18_928"
x={13.38}
y={6.83389}
width={16.8}
height={10.8922}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={-0.25} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.34902 0 0 0 0 0.513726 0 0 0 0 0.972549 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter1_i_18_928"
x={2.18994}
y={1.85}
width={6.37998}
height={6.13}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={0.4} dy={-0.15} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.839216 0 0 0 0 0.666667 0 0 0 0 0.32549 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter2_i_18_928"
x={18.5401}
y={8.62012}
width={1.24985}
height={7.81979}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={-0.15} />
<feGaussianBlur stdDeviation={0.075} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.14902 0 0 0 0 0.486275 0 0 0 0 0.862745 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter3_i_18_928"
x={20.8001}
y={9.43011}
width={1.09977}
height={6.04979}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={-0.15} />
<feGaussianBlur stdDeviation={0.075} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.14902 0 0 0 0 0.486275 0 0 0 0 0.862745 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter4_i_18_928"
x={22.8001}
y={10.2001}
width={0.979773}
height={4.45981}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={-0.15} />
<feGaussianBlur stdDeviation={0.075} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.14902 0 0 0 0 0.486275 0 0 0 0 0.862745 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter5_i_18_928"
x={13.38}
y={19.1339}
width={16.8}
height={10.8622}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={-0.25} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.847059 0 0 0 0 0.266667 0 0 0 0 0.376471 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter6_i_18_928"
x={18.5399}
y={20.92}
width={1.24998}
height={7.82001}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={-0.15} />
<feGaussianBlur stdDeviation={0.075} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.792157 0 0 0 0 0.12549 0 0 0 0 0.329412 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter7_i_18_928"
x={20.79}
y={21.72}
width={1.11002}
height={6.05}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={-0.15} />
<feGaussianBlur stdDeviation={0.075} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.792157 0 0 0 0 0.12549 0 0 0 0 0.329412 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter8_i_18_928"
x={22.81}
y={22.51}
width={0.970007}
height={4.45999}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={-0.15} />
<feGaussianBlur stdDeviation={0.075} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.792157 0 0 0 0 0.12549 0 0 0 0 0.329412 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter9_i_18_928"
x={15.0233}
y={9.76875}
width={1.27668}
height={2.29375}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={0.4} dy={-0.2} />
<feGaussianBlur stdDeviation={0.15} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.258824 0 0 0 0 0.160784 0 0 0 0 0.278431 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter10_i_18_928"
x={15.0233}
y={22.27}
width={1.27668}
height={2.29375}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={0.4} dy={-0.2} />
<feGaussianBlur stdDeviation={0.15} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.258824 0 0 0 0 0.160784 0 0 0 0 0.278431 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18_928"
/>
</filter>
<filter
id="filter11_f_18_928"
x={6.33704}
y={22.9496}
width={5.52417}
height={1.93353}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_18_928"
/>
</filter>
<filter
id="filter12_f_18_928"
x={6.33704}
y={22.9496}
width={5.52417}
height={1.93353}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_18_928"
/>
</filter>
<filter
id="filter13_f_18_928"
x={6.33704}
y={10.8465}
width={5.52417}
height={1.93353}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_18_928"
/>
</filter>
<filter
id="filter14_f_18_928"
x={8.9248}
y={24.1532}
width={2.97656}
height={1.9135}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_18_928"
/>
</filter>
<filter
id="filter15_f_18_928"
x={8.9248}
y={24.1532}
width={2.97656}
height={1.9135}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_18_928"
/>
</filter>
<filter
id="filter16_f_18_928"
x={8.9248}
y={12.05}
width={2.97656}
height={1.9135}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.125}
result="effect1_foregroundBlur_18_928"
/>
</filter>
<linearGradient
id="paint0_linear_18_928"
x1={6.21067}
y1={12.7935}
x2={9.12007}
y2={12.7935}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#373039" />
<stop offset={1} stopColor="#49315D" />
</linearGradient>
<linearGradient
id="paint1_linear_18_928"
x1={12.23}
y1={12.435}
x2={9.01001}
y2={12.435}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#373039" />
<stop offset={1} stopColor="#49315D" />
</linearGradient>
<radialGradient
id="paint2_radial_18_928"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(22.9985 9.4195) rotate(109.704) scale(8.82737 10.5498)"
>
<stop stopColor="#5DBCFF" />
<stop offset={1} stopColor="#5789FF" />
</radialGradient>
<radialGradient
id="paint3_radial_18_928"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(27.9944 12.405) scale(3.45459 2.91389)"
>
<stop stopColor="#54B2FF" />
<stop offset={1} stopColor="#54B2FF" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint4_radial_18_928"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(30.18 10.3496) rotate(180) scale(1.787 3.56089)"
>
<stop stopColor="#51B4FF" />
<stop offset={1} stopColor="#51B4FF" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint5_radial_18_928"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(30.18 14.2028) rotate(180) scale(2.3982 4.41125)"
>
<stop stopColor="#51B4FF" />
<stop offset={1} stopColor="#51B4FF" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint6_linear_18_928"
x1={12.9536}
y1={12.7678}
x2={18.06}
y2={12.7678}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#59C0FF" />
<stop offset={1} stopColor="#6BDDFF" />
</linearGradient>
<linearGradient
id="paint7_linear_18_928"
x1={6.19064}
y1={24.8135}
x2={9.10004}
y2={24.8135}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#373039" />
<stop offset={1} stopColor="#49315D" />
</linearGradient>
<linearGradient
id="paint8_linear_18_928"
x1={12.21}
y1={24.485}
x2={8.98999}
y2={24.485}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#373039" />
<stop offset={1} stopColor="#49315D" />
</linearGradient>
<linearGradient
id="paint9_linear_18_928"
x1={6.17036}
y1={15.125}
x2={4.17004}
y2={15.125}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FFE753" />
<stop offset={1} stopColor="#EEAD3F" />
</linearGradient>
<linearGradient
id="paint10_linear_18_928"
x1={5.1702}
y1={30}
x2={5.1702}
y2={29.5312}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FAA251" />
<stop offset={1} stopColor="#FAA251" stopOpacity={0} />
</linearGradient>
<radialGradient
id="paint11_radial_18_928"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(4.95678 7.47549) rotate(133.971) scale(2.89475 1.69074)"
>
<stop offset={0.170837} stopColor="#E7A245" />
<stop offset={1} stopColor="#E7A245" stopOpacity={0} />
</radialGradient>
<radialGradient
id="paint12_radial_18_928"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(6.76794 4.125) rotate(151.631) scale(3.55152 4.00907)"
>
<stop stopColor="#FFFE55" />
<stop offset={1} stopColor="#F8BF37" />
</radialGradient>
<linearGradient
id="paint13_linear_18_928"
x1={12.71}
y1={8.24001}
x2={12.71}
y2={16.66}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#467ABC" />
<stop offset={1} stopColor="#4B5DD2" />
</linearGradient>
<radialGradient
id="paint14_radial_18_928"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(13.094 10.7598) rotate(90) scale(4.5098 0.620615)"
>
<stop stopColor="#5D94DC" />
<stop offset={1} stopColor="#5D94DC" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint15_linear_18_928"
x1={19.24}
y1={9.28922}
x2={19.24}
y2={14.0441}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#508DDF" />
<stop offset={1} stopColor="#3F6BE5" />
</linearGradient>
<linearGradient
id="paint16_linear_18_928"
x1={21.425}
y1={9.94777}
x2={21.425}
y2={13.6264}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#508DDF" />
<stop offset={1} stopColor="#3F6BE5" />
</linearGradient>
<linearGradient
id="paint17_linear_18_928"
x1={23.365}
y1={10.5817}
x2={23.365}
y2={13.2935}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#508DDF" />
<stop offset={1} stopColor="#3F6BE5" />
</linearGradient>
<radialGradient
id="paint18_radial_18_928"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(24.268 21.125) rotate(120.904) scale(10.3435 16.1969)"
>
<stop offset={0.397344} stopColor="#FF46A6" />
<stop offset={1} stopColor="#E83269" />
</radialGradient>
<radialGradient
id="paint19_radial_18_928"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(30.893 24.69) rotate(180) scale(4.75 7.565)"
>
<stop stopColor="#FF49A9" />
<stop offset={1} stopColor="#FF49A9" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint20_linear_18_928"
x1={18.06}
y1={24.72}
x2={13.6977}
y2={24.72}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#FF87AE" />
<stop offset={1} stopColor="#FF718E" />
</linearGradient>
<linearGradient
id="paint21_linear_18_928"
x1={12.71}
y1={20.54}
x2={12.71}
y2={28.96}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#B53F55" />
<stop offset={1} stopColor="#C52579" />
</linearGradient>
<radialGradient
id="paint22_radial_18_928"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(13.094 23.0598) rotate(90) scale(4.5098 0.620615)"
>
<stop stopColor="#D3557A" />
<stop offset={1} stopColor="#D3557A" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint23_linear_18_928"
x1={19.2399}
y1={21.5891}
x2={19.2399}
y2={26.3442}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#CF4468" />
<stop offset={1} stopColor="#D02C70" />
</linearGradient>
<linearGradient
id="paint24_linear_18_928"
x1={21.42}
y1={22.2377}
x2={21.42}
y2={25.9164}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#CF4468" />
<stop offset={1} stopColor="#D02C70" />
</linearGradient>
<linearGradient
id="paint25_linear_18_928"
x1={23.37}
y1={22.8916}
x2={23.37}
y2={25.6036}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#CF4468" />
<stop offset={1} stopColor="#D02C70" />
</linearGradient>
</defs>
</svg>
);
module.exports = CarpStreamerIcon;