emoji angry icon
emoji-angry-fill from Bootstrap Icons by The Bootstrap Authors · Fill · MIT Free for personal and commercial use.
- Name
- emoji-angry-fill
- Set
- Bootstrap Icons
- Style
- Fill
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Related icons in Bootstrap Icons
Use the emoji angry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.053 4.276a.5.5 0 0 1 .67-.223l2 1a.5.5 0 0 1 .166.76c.071.206.111.44.111.687C7 7.328 6.552 8 6 8s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5 0 0 1-.223-.67zm.232 8.157a.5.5 0 0 1-.183-.683A4.5 4.5 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25a.5.5 0 1 1-.866.5A3.5 3.5 0 0 0 8 10.5a3.5 3.5 0 0 0-3.032 1.75a.5.5 0 0 1-.683.183M10 8c-.552 0-1-.672-1-1.5c0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049c0 .828-.448 1.5-1 1.5"/></svg>
React
import type { SVGProps } from "react";
export function BiEmojiAngryFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.053 4.276a.5.5 0 0 1 .67-.223l2 1a.5.5 0 0 1 .166.76c.071.206.111.44.111.687C7 7.328 6.552 8 6 8s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5 0 0 1-.223-.67zm.232 8.157a.5.5 0 0 1-.183-.683A4.5 4.5 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25a.5.5 0 1 1-.866.5A3.5 3.5 0 0 0 8 10.5a3.5 3.5 0 0 0-3.032 1.75a.5.5 0 0 1-.683.183M10 8c-.552 0-1-.672-1-1.5c0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049c0 .828-.448 1.5-1 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16M4.053 4.276a.5.5 0 0 1 .67-.223l2 1a.5.5 0 0 1 .166.76c.071.206.111.44.111.687C7 7.328 6.552 8 6 8s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5 0 0 1-.223-.67zm.232 8.157a.5.5 0 0 1-.183-.683A4.5 4.5 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25a.5.5 0 1 1-.866.5A3.5 3.5 0 0 0 8 10.5a3.5 3.5 0 0 0-3.032 1.75a.5.5 0 0 1-.683.183M10 8c-.552 0-1-.672-1-1.5c0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049c0 .828-.448 1.5-1 1.5"/></svg> </template>
CSS
.icon-emoji-angry-fill {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016A8%208%200%201%200%208%200a8%208%200%200%200%200%2016M4.053%204.276a.5.5%200%200%201%20.67-.223l2%201a.5.5%200%200%201%20.166.76c.071.206.111.44.111.687C7%207.328%206.552%208%206%208s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5%200%200%201-.223-.67zm.232%208.157a.5.5%200%200%201-.183-.683A4.5%204.5%200%200%201%208%209.5a4.5%204.5%200%200%201%203.898%202.25a.5.5%200%201%201-.866.5A3.5%203.5%200%200%200%208%2010.5a3.5%203.5%200%200%200-3.032%201.75a.5.5%200%200%201-.683.183M10%208c-.552%200-1-.672-1-1.5c0-.247.04-.48.11-.686a.502.502%200%200%201%20.166-.761l2-1a.5.5%200%201%201%20.448.894l-1.009.504c.176.27.285.64.285%201.049c0%20.828-.448%201.5-1%201.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016A8%208%200%201%200%208%200a8%208%200%200%200%200%2016M4.053%204.276a.5.5%200%200%201%20.67-.223l2%201a.5.5%200%200%201%20.166.76c.071.206.111.44.111.687C7%207.328%206.552%208%206%208s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5%200%200%201-.223-.67zm.232%208.157a.5.5%200%200%201-.183-.683A4.5%204.5%200%200%201%208%209.5a4.5%204.5%200%200%201%203.898%202.25a.5.5%200%201%201-.866.5A3.5%203.5%200%200%200%208%2010.5a3.5%203.5%200%200%200-3.032%201.75a.5.5%200%200%201-.683.183M10%208c-.552%200-1-.672-1-1.5c0-.247.04-.48.11-.686a.502.502%200%200%201%20.166-.761l2-1a.5.5%200%201%201%20.448.894l-1.009.504c.176.27.285.64.285%201.049c0%20.828-.448%201.5-1%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/emoji-angry-fill.svg?color=%231a73e8&size=48