Emoji Coffin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Coffin 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/325212.svg" alt="Emoji Coffin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325212.svg" alt="Emoji Coffin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325212.svg" alt="Emoji Coffin icon" :width="24" :height="24" />
CSS background
.icon-emoji-coffin {
background-image: url('https://proicons.com/icon/325212.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m21.3519,42.5h5.2961c.7628,0,1.4381-.4942,1.67-1.2223l7.2181-22.6596c.1584-.4972.0879-1.0391-.1924-1.4789l-6.8982-10.8277c-.322-.5055-.8791-.8114-1.4777-.8114h-5.936c-.5985,0-1.1556.3059-1.4777.8114l-6.8982,10.8277c-.2802.4399-.3507.9818-.1924,1.4789l7.2181,22.6596c.2319.7282.9072,1.2224,1.67,1.2224"/></svg>
Copied!