emoticon-devil from Material Design Icons by Pictogrammers · Filled · Emoji · Apache-2.0 Free for personal and commercial use.

Name
emoticon-devil
Set
Material Design Icons
Style
Filled
Category
Emoji
Viewbox
24×24
License
Apache 2.0
Aliases
emoji-devil, face-devil, smiley-devil

1 other variant in Material Design Icons

More emoji icons from Material Design Icons

Use the emoticon devil icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.5 2.09c-.9.91-2.37 1.64-4.19 2.16A9.92 9.92 0 0 0 12 2c-2.39 0-4.59.84-6.31 2.25C3.87 3.73 2.4 3 1.5 2.09c.03 1.63.85 3.12 2.22 4.31A9.9 9.9 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10c0-2.08-.63-4-1.72-5.6c1.37-1.19 2.19-2.68 2.22-4.31M7.5 8.5l3 1.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5zm4.5 8.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81M16.5 10c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5l3-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiEmoticonDevil(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.5 2.09c-.9.91-2.37 1.64-4.19 2.16A9.92 9.92 0 0 0 12 2c-2.39 0-4.59.84-6.31 2.25C3.87 3.73 2.4 3 1.5 2.09c.03 1.63.85 3.12 2.22 4.31A9.9 9.9 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10c0-2.08-.63-4-1.72-5.6c1.37-1.19 2.19-2.68 2.22-4.31M7.5 8.5l3 1.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5zm4.5 8.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81M16.5 10c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5l3-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.5 2.09c-.9.91-2.37 1.64-4.19 2.16A9.92 9.92 0 0 0 12 2c-2.39 0-4.59.84-6.31 2.25C3.87 3.73 2.4 3 1.5 2.09c.03 1.63.85 3.12 2.22 4.31A9.9 9.9 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10c0-2.08-.63-4-1.72-5.6c1.37-1.19 2.19-2.68 2.22-4.31M7.5 8.5l3 1.5c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5zm4.5 8.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81M16.5 10c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5l3-1.5z"/></svg>
</template>

CSS

.icon-emoticon-devil {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%202.09c-.9.91-2.37%201.64-4.19%202.16A9.92%209.92%200%200%200%2012%202c-2.39%200-4.59.84-6.31%202.25C3.87%203.73%202.4%203%201.5%202.09c.03%201.63.85%203.12%202.22%204.31A9.9%209.9%200%200%200%202%2012a10%2010%200%200%200%2010%2010a10%2010%200%200%200%2010-10c0-2.08-.63-4-1.72-5.6c1.37-1.19%202.19-2.68%202.22-4.31M7.5%208.5l3%201.5c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5zm4.5%208.73c-1.75%200-3.29-.73-4.19-1.81L9.23%2014c.45.72%201.52%201.23%202.77%201.23s2.32-.51%202.77-1.23l1.42%201.42c-.9%201.08-2.44%201.81-4.19%201.81M16.5%2010c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5l3-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.5%202.09c-.9.91-2.37%201.64-4.19%202.16A9.92%209.92%200%200%200%2012%202c-2.39%200-4.59.84-6.31%202.25C3.87%203.73%202.4%203%201.5%202.09c.03%201.63.85%203.12%202.22%204.31A9.9%209.9%200%200%200%202%2012a10%2010%200%200%200%2010%2010a10%2010%200%200%200%2010-10c0-2.08-.63-4-1.72-5.6c1.37-1.19%202.19-2.68%202.22-4.31M7.5%208.5l3%201.5c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5zm4.5%208.73c-1.75%200-3.29-.73-4.19-1.81L9.23%2014c.45.72%201.52%201.23%202.77%201.23s2.32-.51%202.77-1.23l1.42%201.42c-.9%201.08-2.44%201.81-4.19%201.81M16.5%2010c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5l3-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/emoticon-devil.svg?color=%231a73e8&size=48