face angry icon
face-angry from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- face-angry
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
face-dizzyface-flushedface-frownface-frown-openface-grimaceface-grinface-grin-beamface-grin-beam-sweatface-grin-heartsface-grin-squintface-grin-squint-tearsface-grin-starsface-grin-tearsface-grin-tongueface-grin-tongue-squintface-grin-tongue-winkface-grin-wideface-grin-winkface-kissface-kiss-beamface-kiss-wink-heartface-laughface-laugh-beamface-laugh-squint
Use the face angry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m338.7 139.9c6.6-5.9 7.1-16 1.2-22.6c-16.1-17.9-44.2-37.3-83.9-37.3s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2M176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32m192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2S387.3 174 379 176.8l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidFaceAngry(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m338.7 139.9c6.6-5.9 7.1-16 1.2-22.6c-16.1-17.9-44.2-37.3-83.9-37.3s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2M176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32m192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2S387.3 174 379 176.8l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m338.7 139.9c6.6-5.9 7.1-16 1.2-22.6c-16.1-17.9-44.2-37.3-83.9-37.3s-67.8 19.4-83.9 37.3c-5.9 6.6-5.4 16.7 1.2 22.6s16.7 5.4 22.6-1.2c11.7-13 31.6-26.7 60.1-26.7s48.4 13.7 60.1 26.7c5.9 6.6 16 7.1 22.6 1.2M176.4 272c17.7 0 32-14.3 32-32c0-1.5-.1-3-.3-4.4l10.9 3.6c8.4 2.8 17.4-1.7 20.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4 1.7-20.2 10.1s1.7 17.4 10.1 20.2l30.7 10.2c-5.8 5.8-9.3 13.8-9.3 22.6c0 17.7 14.3 32 32 32m192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8 12.9-11.9 10.1-20.2S387.3 174 379 176.8l-96 32c-8.4 2.8-12.9 11.9-10.1 20.2s11.9 12.9 20.2 10.1l11.7-3.9c-.2 1.5-.3 3.1-.3 4.7c0 17.7 14.3 32 32 32s32-14.3 32-32z"/></svg> </template>
CSS
.icon-face-angry {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m338.7%20139.9c6.6-5.9%207.1-16%201.2-22.6c-16.1-17.9-44.2-37.3-83.9-37.3s-67.8%2019.4-83.9%2037.3c-5.9%206.6-5.4%2016.7%201.2%2022.6s16.7%205.4%2022.6-1.2c11.7-13%2031.6-26.7%2060.1-26.7s48.4%2013.7%2060.1%2026.7c5.9%206.6%2016%207.1%2022.6%201.2M176.4%20272c17.7%200%2032-14.3%2032-32c0-1.5-.1-3-.3-4.4l10.9%203.6c8.4%202.8%2017.4-1.7%2020.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4%201.7-20.2%2010.1s1.7%2017.4%2010.1%2020.2l30.7%2010.2c-5.8%205.8-9.3%2013.8-9.3%2022.6c0%2017.7%2014.3%2032%2032%2032m192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8%2012.9-11.9%2010.1-20.2S387.3%20174%20379%20176.8l-96%2032c-8.4%202.8-12.9%2011.9-10.1%2020.2s11.9%2012.9%2020.2%2010.1l11.7-3.9c-.2%201.5-.3%203.1-.3%204.7c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m338.7%20139.9c6.6-5.9%207.1-16%201.2-22.6c-16.1-17.9-44.2-37.3-83.9-37.3s-67.8%2019.4-83.9%2037.3c-5.9%206.6-5.4%2016.7%201.2%2022.6s16.7%205.4%2022.6-1.2c11.7-13%2031.6-26.7%2060.1-26.7s48.4%2013.7%2060.1%2026.7c5.9%206.6%2016%207.1%2022.6%201.2M176.4%20272c17.7%200%2032-14.3%2032-32c0-1.5-.1-3-.3-4.4l10.9%203.6c8.4%202.8%2017.4-1.7%2020.2-10.1s-1.7-17.4-10.1-20.2l-96-32c-8.4-2.8-17.4%201.7-20.2%2010.1s1.7%2017.4%2010.1%2020.2l30.7%2010.2c-5.8%205.8-9.3%2013.8-9.3%2022.6c0%2017.7%2014.3%2032%2032%2032m192-32c0-8.9-3.6-17-9.5-22.8l30.2-10.1c8.4-2.8%2012.9-11.9%2010.1-20.2S387.3%20174%20379%20176.8l-96%2032c-8.4%202.8-12.9%2011.9-10.1%2020.2s11.9%2012.9%2020.2%2010.1l11.7-3.9c-.2%201.5-.3%203.1-.3%204.7c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/face-angry.svg?color=%231a73e8&size=48