face-angry from Font Awesome 6 Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
face-angry
Set
Font Awesome 6 Regular
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Regular

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="M256 48a208 208 0 1 1 0 416a208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512a256 256 0 1 0 0 512m72.4-118.5c9.7-9 10.2-24.2 1.2-33.9c-14.3-15.3-39-31.6-73.6-31.6s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.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 Fa6RegularFaceAngry(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="M256 48a208 208 0 1 1 0 416a208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512a256 256 0 1 0 0 512m72.4-118.5c9.7-9 10.2-24.2 1.2-33.9c-14.3-15.3-39-31.6-73.6-31.6s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.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="M256 48a208 208 0 1 1 0 416a208 208 0 1 1 0-416m0 464a256 256 0 1 0 0-512a256 256 0 1 0 0 512m72.4-118.5c9.7-9 10.2-24.2 1.2-33.9c-14.3-15.3-39-31.6-73.6-31.6s-59.3 16.3-73.5 31.6c-9 9.7-8.5 24.9 1.2 33.9s24.9 8.5 33.9-1.2c7.4-7.9 20-16.4 38.5-16.4s31.1 8.5 38.5 16.4c9 9.7 24.2 10.2 33.9 1.2zM176.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%22M256%2048a208%20208%200%201%201%200%20416a208%20208%200%201%201%200-416m0%20464a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m72.4-118.5c9.7-9%2010.2-24.2%201.2-33.9c-14.3-15.3-39-31.6-73.6-31.6s-59.3%2016.3-73.5%2031.6c-9%209.7-8.5%2024.9%201.2%2033.9s24.9%208.5%2033.9-1.2c7.4-7.9%2020-16.4%2038.5-16.4s31.1%208.5%2038.5%2016.4c9%209.7%2024.2%2010.2%2033.9%201.2zM176.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%22M256%2048a208%20208%200%201%201%200%20416a208%20208%200%201%201%200-416m0%20464a256%20256%200%201%200%200-512a256%20256%200%201%200%200%20512m72.4-118.5c9.7-9%2010.2-24.2%201.2-33.9c-14.3-15.3-39-31.6-73.6-31.6s-59.3%2016.3-73.5%2031.6c-9%209.7-8.5%2024.9%201.2%2033.9s24.9%208.5%2033.9-1.2c7.4-7.9%2020-16.4%2038.5-16.4s31.1%208.5%2038.5%2016.4c9%209.7%2024.2%2010.2%2033.9%201.2zM176.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-regular/face-angry.svg?color=%231a73e8&size=48