Moto Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moto 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/344129.svg" alt="Moto icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344129.svg" alt="Moto icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344129.svg" alt="Moto icon" :width="24" :height="24" />
CSS background
.icon-moto {
background-image: url('https://proicons.com/icon/344129.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="M24,36.23A45.08,45.08,0,0,0,21,30.53c-1.92-2.68-3.45-3.65-5.23-3.68C10.13,26.85,5.55,37,4.5,40.46h0L15.43,7.54,24,36.23Z"/><path class="a" d="M24,36.23l8.6-28.69L43.5,40.46h0c-1-3.44-5.63-13.61-11.31-13.61-1.78,0-3.31,1-5.23,3.68A45.08,45.08,0,0,0,24,36.23Z"/></svg>
Copied!