Amazon Alexa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Alexa 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/336226.svg" alt="Amazon Alexa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336226.svg" alt="Amazon Alexa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336226.svg" alt="Amazon Alexa icon" :width="24" :height="24" />
CSS background
.icon-amazon-alexa {
background-image: url('https://proicons.com/icon/336226.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<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;}</style></defs><path class="a" d="M17.1492,13.882v8.956a1.2088,1.2088,0,0,0,1.2794,1.2795h.3838"/><path class="a" d="M24.8181,22.8386a2.4763,2.4763,0,0,1-2.175,1.2794h0a2.5665,2.5665,0,0,1-2.559-2.5589V19.8959a2.5666,2.5666,0,0,1,2.559-2.559h0a2.5665,2.5665,0,0,1,2.5589,2.559v.8956H20.0842"/><line class="a" x1="31.6241" y1="17.3308" x2="26.5065" y2="24.1117"/><line class="a" x1="31.6241" y1="24.1117" x2="26.5065" y2="17.3308"/><path class="a" d="M15.1176,21.5529a2.5663,2.5663,0,0,1-2.5588,2.5588h0A2.5664,2.5664,0,0,1,10,21.5529V19.89a2.5664,2.5664,0,0,1,2.5588-2.5588h0A2.5663,2.5663,0,0,1,15.1176,19.89"/><line class="a" x1="15.1176" y1="24.1117" x2="15.1176" y2="17.3308"/><path class="a" d="M38,21.5529a2.5664,2.5664,0,0,1-2.5588,2.5588h0a2.5663,2.5663,0,0,1-2.5588-2.5588V19.89a2.5663,2.5663,0,0,1,2.5588-2.5588h0A2.5664,2.5664,0,0,1,38,19.89"/><line class="a" x1="38" y1="24.1117" x2="38" y2="17.3308"/><circle class="a" cx="24" cy="24" r="21.5"/><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M32.2807,29.7009c1.112-.451,3.0916-1.0492,3.6872-.3272.6446.7814-.17,2.4769-.92,3.7942"/><path class="a" d="M11.7984,30.2234c1.7586,1.3965,6.9532,3.5343,12.4876,3.5343a17.0031,17.0031,0,0,0,10.1671-3.0789"/></svg>
Copied!