face explode icon

face-explode-outline from Flowbite Icons by Themesberg · Outline · Emoji · MIT Free for personal and commercial use.

Name
face-explode-outline
Set
Flowbite Icons
Style
Outline
Category
Emoji
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

More emoji icons from Flowbite Icons

Use the face explode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M12 17a2 2 0 0 1 2 2h-4a2 2 0 0 1 2-2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.815 9H16.5a2 2 0 1 0-1.03-3.707A2 2 0 0 0 15.5 5A1.992 1.992 0 0 0 12 3.69A1.992 1.992 0 0 0 8.5 5q.003.147.03.293A2 2 0 1 0 7.5 9h3.388m2.927-.985v3.604M10.228 9v2.574M15 16h.01M9 16h.01m11.962-4.426a1.805 1.805 0 0 1-1.74 1.326a1.89 1.89 0 0 1-1.811-1.326a1.9 1.9 0 0 1-3.621 0a1.8 1.8 0 0 1-1.749 1.326a1.98 1.98 0 0 1-1.87-1.326A1.76 1.76 0 0 1 8.46 12.9a2.035 2.035 0 0 1-1.905-1.326A1.9 1.9 0 0 1 4.74 12.9A1.805 1.805 0 0 1 3 11.574V12a9 9 0 0 0 18 0z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteFaceExplodeOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M12 17a2 2 0 0 1 2 2h-4a2 2 0 0 1 2-2"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M13.815 9H16.5a2 2 0 1 0-1.03-3.707A2 2 0 0 0 15.5 5A1.992 1.992 0 0 0 12 3.69A1.992 1.992 0 0 0 8.5 5q.003.147.03.293A2 2 0 1 0 7.5 9h3.388m2.927-.985v3.604M10.228 9v2.574M15 16h.01M9 16h.01m11.962-4.426a1.805 1.805 0 0 1-1.74 1.326a1.89 1.89 0 0 1-1.811-1.326a1.9 1.9 0 0 1-3.621 0a1.8 1.8 0 0 1-1.749 1.326a1.98 1.98 0 0 1-1.87-1.326A1.76 1.76 0 0 1 8.46 12.9a2.035 2.035 0 0 1-1.905-1.326A1.9 1.9 0 0 1 4.74 12.9A1.805 1.805 0 0 1 3 11.574V12a9 9 0 0 0 18 0z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="currentColor" d="M12 17a2 2 0 0 1 2 2h-4a2 2 0 0 1 2-2"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.815 9H16.5a2 2 0 1 0-1.03-3.707A2 2 0 0 0 15.5 5A1.992 1.992 0 0 0 12 3.69A1.992 1.992 0 0 0 8.5 5q.003.147.03.293A2 2 0 1 0 7.5 9h3.388m2.927-.985v3.604M10.228 9v2.574M15 16h.01M9 16h.01m11.962-4.426a1.805 1.805 0 0 1-1.74 1.326a1.89 1.89 0 0 1-1.811-1.326a1.9 1.9 0 0 1-3.621 0a1.8 1.8 0 0 1-1.749 1.326a1.98 1.98 0 0 1-1.87-1.326A1.76 1.76 0 0 1 8.46 12.9a2.035 2.035 0 0 1-1.905-1.326A1.9 1.9 0 0 1 4.74 12.9A1.805 1.805 0 0 1 3 11.574V12a9 9 0 0 0 18 0z"/></g></svg>
</template>

CSS

.icon-face-explode-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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2017a2%202%200%200%201%202%202h-4a2%202%200%200%201%202-2%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13.815%209H16.5a2%202%200%201%200-1.03-3.707A2%202%200%200%200%2015.5%205A1.992%201.992%200%200%200%2012%203.69A1.992%201.992%200%200%200%208.5%205q.003.147.03.293A2%202%200%201%200%207.5%209h3.388m2.927-.985v3.604M10.228%209v2.574M15%2016h.01M9%2016h.01m11.962-4.426a1.805%201.805%200%200%201-1.74%201.326a1.89%201.89%200%200%201-1.811-1.326a1.9%201.9%200%200%201-3.621%200a1.8%201.8%200%200%201-1.749%201.326a1.98%201.98%200%200%201-1.87-1.326A1.76%201.76%200%200%201%208.46%2012.9a2.035%202.035%200%200%201-1.905-1.326A1.9%201.9%200%200%201%204.74%2012.9A1.805%201.805%200%200%201%203%2011.574V12a9%209%200%200%200%2018%200z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2017a2%202%200%200%201%202%202h-4a2%202%200%200%201%202-2%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M13.815%209H16.5a2%202%200%201%200-1.03-3.707A2%202%200%200%200%2015.5%205A1.992%201.992%200%200%200%2012%203.69A1.992%201.992%200%200%200%208.5%205q.003.147.03.293A2%202%200%201%200%207.5%209h3.388m2.927-.985v3.604M10.228%209v2.574M15%2016h.01M9%2016h.01m11.962-4.426a1.805%201.805%200%200%201-1.74%201.326a1.89%201.89%200%200%201-1.811-1.326a1.9%201.9%200%200%201-3.621%200a1.8%201.8%200%200%201-1.749%201.326a1.98%201.98%200%200%201-1.87-1.326A1.76%201.76%200%200%201%208.46%2012.9a2.035%202.035%200%200%201-1.905-1.326A1.9%201.9%200%200%201%204.74%2012.9A1.805%201.805%200%200%201%203%2011.574V12a9%209%200%200%200%2018%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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