Emoji Scooter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Scooter 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/325392.svg" alt="Emoji Scooter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325392.svg" alt="Emoji Scooter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325392.svg" alt="Emoji Scooter icon" :width="24" :height="24" />
CSS background
.icon-emoji-scooter {
background-image: url('https://proicons.com/icon/325392.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="m" d="M17.0901,36.585h16.7127v.4312c0,1.2247-.9039,2.2176-2.019,2.2176h-12.6748c-1.115,0-2.019-.9929-2.019-2.2176v-.4312"/><path id="c" class="m" d="M18.6525,8.6371c.0091.0789.0054.1606-.0124.2425l-.3292,1.5044c-.0872.3989-.4814.6514-.8803.5642l-.7825-.1712c-.3989-.0872-.6515-.4813-.5642-.8801l.3292-1.5044c.0141-.0647.0364-.1255.0654-.1817"/><path id="d" class="m" d="M16.4786,8.2107c.1499-.2901.4807-.4555.8149-.3824l.7825.1711c.317.0693.5416.3324.5766.6376"/><path id="e" class="m" d="M26.9315,9.831l-.1853.9783c-.072.3801-.4419.6322-.8221.5602l-3.0551-.5784c-.3801-.072-.6323-.4419-.5603-.8219l.1853-.9784c.072-.38.4419-.6322.8221-.5602l3.0551.5784c.3802.072.6323.4419.5603.8219"/><path id="f" class="m" d="M12.5138,6.9099l-.1857.98c-.0719.3797-.4414.6314-.8211.5596l-3.0462-.5767c-.3797-.0719-.6316-.4413-.5596-.821l.1856-.98c.0719-.3797.4414-.6314.8211-.5596l3.0462.5767c.3797.0719.6316.4413.5597.821"/><path id="g" class="m" d="M16.936,10.9058l-5.2592,22.797-1.1765,5.0997"/><path id="h" class="m" d="M18.7002,8.6467l3.5963.7054"/><path id="i" class="m" d="M12.7763,7.4847l3.645.715"/><path id="j" class="m" d="M13.3317,27.6107l3.7584,8.9743"/><path id="k" class="m" d="M6.8034,38.8026c-.0002,2.0413,1.6547,3.6963,3.6964,3.6965s3.6971-1.6543,3.6973-3.6956v-.0009c.0002-2.0413-1.6547-3.6963-3.6964-3.6965s-3.6971,1.6543-3.6973,3.6956v.0009"/><path id="l" class="m" d="M33.8028,38.8026c-.0007,2.0413,1.6538,3.6967,3.6955,3.6974,2.0417.0007,3.6975-1.6534,3.6982-3.6947v-.0027c.0007-2.0413-1.6538-3.6967-3.6955-3.6974-2.0417-.0007-3.6975,1.6534-3.6982,3.6947v.0027"/></svg>
Copied!