Emoji Razor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Razor 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/339931.svg" alt="Emoji Razor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339931.svg" alt="Emoji Razor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339931.svg" alt="Emoji Razor icon" :width="24" :height="24" />
CSS background
.icon-emoji-razor {
background-image: url('https://proicons.com/icon/339931.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M21.8816,15.2049s0,23.0492.6052,25.4754c.6052,2.4262,2.421,2.4262,3.0263,0,1.2291-4.9271.6052-25.4754.6052-25.4754"/><path id="c" class="g" d="M15.8291,10.959s6.0525,3.0328,6.0525,4.2459"/><path id="d" class="g" d="M26.1184,15.2049c0-1.0304,4.3663-3.3734,5.6818-4.056.2333-.1213.3707-.1899.3707-.1899"/><path id="e" class="g" d="M14.316,8.2295h19.368"/><path id="f" class="g" d="M15.674,5.5h16.652c.75,0,1.358.6093,1.358,1.3609h0v2.7372c0,.7516-.608,1.3609-1.358,1.3609H15.674c-.75,0-1.358-.6093-1.358-1.3609v-2.7372c0-.7516.608-1.3609,1.358-1.3609"/></svg>
Copied!