Waymo One Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Waymo One 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/349582.svg" alt="Waymo One icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349582.svg" alt="Waymo One icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349582.svg" alt="Waymo One icon" :width="24" :height="24" />
CSS background
.icon-waymo-one {
background-image: url('https://proicons.com/icon/349582.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 id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M15.3936,34.7372c-1.134,0-2.236-.5884-2.8435-1.6412L3.9404,18.1842c-.9066-1.5686-.3684-3.575,1.2002-4.4805,1.5718-.9076,3.575-.3684,4.4805,1.2002l8.6096,14.9118c.9066,1.5686.3684,3.575-1.2002,4.4805-.5168.299-1.0806.441-1.6369.441Z"/><path class="c" d="M32.6128,34.7372c-1.134,0-2.236-.5884-2.8435-1.6412l-8.6096-14.9118c-.9066-1.5686-.3684-3.575,1.2002-4.4805,1.5707-.9076,3.575-.3684,4.4805,1.2002l8.6096,14.9118c.9066,1.5686.3684,3.575-1.2002,4.4805-.5168.299-1.0806.441-1.6369.441Z"/><path class="c" d="M24,23.1036l-5.7693,9.9923"/><path class="c" d="M15.3904,24.8963l5.7693-9.9923"/><path class="c" d="M32.6422,24.8399l5.7368-9.936c.9055-1.5686,2.9108-2.1078,4.4805-1.2002,1.5686.9055,2.1068,2.9119,1.2002,4.4805l-8.6096,14.9118"/><path class="c" d="M38.3789,14.9039c.9055-1.5686,2.9108-2.1078,4.4805-1.2002,1.5686.9055,2.1068,2.9119,1.2002,4.4805"/><path class="c" d="M44.0596,18.1842c-.9055,1.5686-2.9108,2.1078-4.4805,1.2002-1.5686-.9055-2.1068-2.9119-1.2002-4.4805"/></svg>
Copied!