Amazon Live Creator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Live Creator icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/336233.svg" alt="Amazon Live Creator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336233.svg" alt="Amazon Live Creator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336233.svg" alt="Amazon Live Creator icon" :width="24" :height="24" />
CSS background
.icon-amazon-live-creator {
background-image: url('https://proicons.com/icon/336233.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;stroke-width:0px;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="m32.281 29.406c1.112-.451 3.0916-1.0493 3.6872-.3273.6446.7814-.17 2.4769-.92 3.7943"/><path class="a" d="m11.798 29.928c1.7586 1.3965 6.9532 3.5343 12.488 3.5343a17.003 17.003 0 0010.167-3.0789"/><circle class="b" cx="19.65" cy="17.675" r=".75"/><line class="a" x1="19.65" x2="19.65" y1="20.125" y2="25.425"/><path class="a" d="m31.388 24.416a1.9994 1.9994 0 01-1.7378 1.0093 2 2 0 01-2-2v-1.3a2 2 0 012-2 2 2 0 012 2v.65h-4"/><path class="a" d="m16.35 17.425v7c0 .55228.44772 1 1 1h.3"/><path class="a" d="m21.65 20.125 2 5.3 2-5.3"/></svg>
Copied!