Waze Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Waze 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/349583.svg" alt="Waze icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349583.svg" alt="Waze icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349583.svg" alt="Waze icon" :width="24" :height="24" />
CSS background
.icon-waze {
background-image: url('https://proicons.com/icon/349583.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M30.47,39.38a17.4,17.4,0,1,0-22-16.78,17.16,17.16,0,0,0,1.34,6.7h0c.08.21.19.41.29.62,1,2.41-.29,3.47-.29,3.47L2.77,40H11m7.14,0h5.55M28,18.44a3,3,0,0,1,3-3h0a3,3,0,0,1,3,3h0a3,3,0,0,1-3,3h0a3,3,0,0,1-3-3Zm-10.26,0a3,3,0,0,1,3-3h0a3,3,0,0,1,3,3h0a3,3,0,0,1-3,3h0a3,3,0,0,1-3-3Zm-.25,5.76a8.79,8.79,0,0,0,16.61,0"/><circle class="cls-1" cx="14.52" cy="41.43" r="3.85"/><circle class="cls-1" cx="27.21" cy="41.43" r="3.85"/></svg>
Copied!