Emoji Gear Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Gear icon is commonly used in admin panels, settings pages and developer tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/339869.svg" alt="Emoji Gear icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339869.svg" alt="Emoji Gear icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339869.svg" alt="Emoji Gear icon" :width="24" :height="24" />
CSS background
.icon-emoji-gear {
background-image: url('https://proicons.com/icon/339869.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M20.1961,12.1395c-.1862.7714-1.0211,1.2316-1.7479.9134-.0115-.005-.0231-.0102-.0347-.0155l-5.562-3.6564-.569.5328-2.8452,2.6638,3.5104,5.8343c.5739,1.2659-.8406,1.6171-.8406,1.6171l-6.6072,1.6429.1285,3.8957.0257.7792,6.518,1.348h0c.7421.2838,1.0523,1.1658.6515,1.8518l-.0256.0438-3.5104,5.8343,2.8452,2.6638.569.5328,5.562-3.6564c.0116-.0053.0234-.0101.0347-.0155,0,0,.009-.0033.0259-.0088.9046-.2937,1.8652.27,2.0885,1.1946l1.3989,5.795h4.6767l1.4708-6.0929c.1889-.7827,1.0417-1.2019,1.7767-.8735h0l5.562,3.6564.569-.5328,2.8452-2.6638-3.5104-5.8343-.0256-.0438c-.4009-.6861-.0906-1.5679.6516-1.8519h0l6.518-1.3479.0257-.7792.1285-3.8957-6.6072-1.6429s-1.4146-.3512-.8406-1.6171l3.5104-5.8343-2.8452-2.6638-.569-.5328-5.562,3.6564h0c-.735.3284-1.5878-.0909-1.7767-.8736l-1.4708-6.0927h-4.6767l-1.4661,6.0695h0"/><path id="c" class="e" d="M20.1033,24.0001c-.0007,2.1527,1.7435,3.8984,3.896,3.8992,2.1524.0007,3.8979-1.7438,3.8986-3.8965v-.0027c.0007-2.1527-1.7435-3.8984-3.896-3.8992-2.1524-.0007-3.8979,1.7438-3.8986,3.8965v.0027"/><path id="d" class="e" d="M16.206,24.0001c0,4.3054,3.4898,7.7957,7.7946,7.7957s7.7946-3.4902,7.7946-7.7957-3.4898-7.7957-7.7946-7.7957-7.7946,3.4902-7.7946,7.7957"/></svg>
Copied!