Emoji Tooth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Tooth 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/325411.svg" alt="Emoji Tooth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325411.svg" alt="Emoji Tooth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325411.svg" alt="Emoji Tooth icon" :width="24" :height="24" />
CSS background
.icon-emoji-tooth {
background-image: url('https://proicons.com/icon/325411.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M39.9444,9.3512c-1.8024-2.6239-4.8724-4.082-8.0457-3.8213-3.6667.416-4.6223,2.1077-7.8987,2.4306-3.2765-.3228-4.2321-2.0146-7.8988-2.4306-3.1733-.2606-6.2432,1.1975-8.0457,3.8213-2.1032,3.2114-1.6415,8.0083,1.3823,11.6786.6602.7758,1.0469,1.747,1.1008,2.7641.1814,4.6667,1.0692,17.7952,5.3295,18.6842,3.2863.6857,1.5487-15.0162,8.1318-14.813,6.583-.2033,4.8455,15.4985,8.1317,14.813,4.2604-.8889,5.1483-14.0174,5.3296-18.6842.0538-1.0171.4406-1.9884,1.1008-2.7641,3.0239-3.6703,3.4856-8.4672,1.3823-11.6786"/></svg>
Copied!