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

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

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="M1.5 2.09c.9.91 2.37 1.64 4.19 2.16A9.92 9.92 0 0 1 12 2c2.39 0 4.59.84 6.31 2.25C20.13 3.73 21.6 3 22.5 2.09c-.03 1.63-.85 3.12-2.22 4.31A9.9 9.9 0 0 1 22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12c0-2.08.63-4 1.72-5.6C2.35 5.21 1.53 3.72 1.5 2.09M20 12a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8m-9.5-2c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5V8.5zm6 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5l3-1.5zM12 17.23c-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.81"/></svg>

React

import type { SVGProps } from "react";

export function MdiEmoticonDevilOutline(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="M1.5 2.09c.9.91 2.37 1.64 4.19 2.16A9.92 9.92 0 0 1 12 2c2.39 0 4.59.84 6.31 2.25C20.13 3.73 21.6 3 22.5 2.09c-.03 1.63-.85 3.12-2.22 4.31A9.9 9.9 0 0 1 22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12c0-2.08.63-4 1.72-5.6C2.35 5.21 1.53 3.72 1.5 2.09M20 12a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8m-9.5-2c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5V8.5zm6 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5l3-1.5zM12 17.23c-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.81"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 2.09c.9.91 2.37 1.64 4.19 2.16A9.92 9.92 0 0 1 12 2c2.39 0 4.59.84 6.31 2.25C20.13 3.73 21.6 3 22.5 2.09c-.03 1.63-.85 3.12-2.22 4.31A9.9 9.9 0 0 1 22 12a10 10 0 0 1-10 10A10 10 0 0 1 2 12c0-2.08.63-4 1.72-5.6C2.35 5.21 1.53 3.72 1.5 2.09M20 12a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8m-9.5-2c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5V8.5zm6 0c0 .8-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5l3-1.5zM12 17.23c-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.81"/></svg>
</template>

CSS

.icon-emoticon-devil-outline {
  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%22M1.5%202.09c.9.91%202.37%201.64%204.19%202.16A9.92%209.92%200%200%201%2012%202c2.39%200%204.59.84%206.31%202.25C20.13%203.73%2021.6%203%2022.5%202.09c-.03%201.63-.85%203.12-2.22%204.31A9.9%209.9%200%200%201%2022%2012a10%2010%200%200%201-10%2010A10%2010%200%200%201%202%2012c0-2.08.63-4%201.72-5.6C2.35%205.21%201.53%203.72%201.5%202.09M20%2012a8%208%200%200%200-8-8a8%208%200%200%200-8%208a8%208%200%200%200%208%208a8%208%200%200%200%208-8m-9.5-2c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5V8.5zm6%200c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5l3-1.5zM12%2017.23c-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.81%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%22M1.5%202.09c.9.91%202.37%201.64%204.19%202.16A9.92%209.92%200%200%201%2012%202c2.39%200%204.59.84%206.31%202.25C20.13%203.73%2021.6%203%2022.5%202.09c-.03%201.63-.85%203.12-2.22%204.31A9.9%209.9%200%200%201%2022%2012a10%2010%200%200%201-10%2010A10%2010%200%200%201%202%2012c0-2.08.63-4%201.72-5.6C2.35%205.21%201.53%203.72%201.5%202.09M20%2012a8%208%200%200%200-8-8a8%208%200%200%200-8%208a8%208%200%200%200%208%208a8%208%200%200%200%208-8m-9.5-2c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5V8.5zm6%200c0%20.8-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5l3-1.5zM12%2017.23c-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.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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