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

Name
angrycreative
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same logo in other sets

Use the angrycreative logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m640 238.2l-3.2 28.2l-34.5 2.3l-2 18.1l34.5-2.3l-3.2 28.2l-34.4 2.2l-2.3 20.1l34.4-2.2l-3 26.1l-64.7 4.1l12.7-113.2L527 365.2l-31.9 2l-23.8-117.8l30.3-2l13.6 79.4l31.7-82.4zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9zM162 388.1l-19.4-36l-3.5 37.4l-28.2 1.7l2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4c37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8l38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6l64.8-4.2l-2.7 27.9l-36.4 2.4l-1.7 17.9l36.4-2.3l-2.7 27.9l-36.4 2.3l-1.9 19.9l36.3-2.3l-2.1 20.8l55-117.2l23.8-1.6L370.4 369l8.9-85.6l-22.3 1.4l2.9-27.9l75-4.9l-3 28l-24.3 1.6l-9.7 91.9l-58 3.7l-4.3-15.6l-39.4 2.5l-8 16.3zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3c-1.4 16 7.3 32.5 28.7 31.2c12.8-.8 21.3-8.6 28.9-18.9l27-1.7zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1m21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6zm135.4-45l-7.9-37.8l-15.8 39.3zm-170.1-74.6l-4.3-17.5l-39.6 2.6l-8.1 18.2l-31.9 2.1l57-121.9l23.9-1.6l30.7 102l9.9-104.7l27-1.8l37.8 63.6l6.5-66.6l28.5-1.9l-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5c40.5-2.8 52.4 29.3 53.4 30.3l3.3-32l39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9l32.2-2.2l12.9 43.2l23-45.7l31-2.2l-43.6 78.4l-4.8 44.3l-28.4 1.9l4.8-44.3l-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8l-36.4 2.4l-19.2-36.8l-4 38.3l-28.4 1.9l3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38c-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3l-25 1.6l-37.6-63.3l-6.3 66.2zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3c4.5-2.4 7-6.4 7.6-12.1c.6-5.3-.6-8.8-3.4-10.4c-3.6-2.1-10.6-2.8-22.9-2zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9c4.7-.3 9.1-1.8 13.3-4.1c5.5-3 10.6-8 15.1-14.3l-34.2 2.3l2.4-23.9l63.1-4.3l1.2-12l-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1c-4-1.7-8.1-2.8-12.2-2.5c-8 .5-15.3 3.6-22 9.2c-7.7 6.4-12 14.5-12.9 24.4c-1.1 9.6 1.4 17.3 7.2 23.3m-201.3 8.2l23.8-1.6l-8.3-37.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsAngrycreative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m640 238.2l-3.2 28.2l-34.5 2.3l-2 18.1l34.5-2.3l-3.2 28.2l-34.4 2.2l-2.3 20.1l34.4-2.2l-3 26.1l-64.7 4.1l12.7-113.2L527 365.2l-31.9 2l-23.8-117.8l30.3-2l13.6 79.4l31.7-82.4zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9zM162 388.1l-19.4-36l-3.5 37.4l-28.2 1.7l2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4c37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8l38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6l64.8-4.2l-2.7 27.9l-36.4 2.4l-1.7 17.9l36.4-2.3l-2.7 27.9l-36.4 2.3l-1.9 19.9l36.3-2.3l-2.1 20.8l55-117.2l23.8-1.6L370.4 369l8.9-85.6l-22.3 1.4l2.9-27.9l75-4.9l-3 28l-24.3 1.6l-9.7 91.9l-58 3.7l-4.3-15.6l-39.4 2.5l-8 16.3zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3c-1.4 16 7.3 32.5 28.7 31.2c12.8-.8 21.3-8.6 28.9-18.9l27-1.7zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1m21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6zm135.4-45l-7.9-37.8l-15.8 39.3zm-170.1-74.6l-4.3-17.5l-39.6 2.6l-8.1 18.2l-31.9 2.1l57-121.9l23.9-1.6l30.7 102l9.9-104.7l27-1.8l37.8 63.6l6.5-66.6l28.5-1.9l-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5c40.5-2.8 52.4 29.3 53.4 30.3l3.3-32l39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9l32.2-2.2l12.9 43.2l23-45.7l31-2.2l-43.6 78.4l-4.8 44.3l-28.4 1.9l4.8-44.3l-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8l-36.4 2.4l-19.2-36.8l-4 38.3l-28.4 1.9l3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38c-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3l-25 1.6l-37.6-63.3l-6.3 66.2zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3c4.5-2.4 7-6.4 7.6-12.1c.6-5.3-.6-8.8-3.4-10.4c-3.6-2.1-10.6-2.8-22.9-2zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9c4.7-.3 9.1-1.8 13.3-4.1c5.5-3 10.6-8 15.1-14.3l-34.2 2.3l2.4-23.9l63.1-4.3l1.2-12l-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1c-4-1.7-8.1-2.8-12.2-2.5c-8 .5-15.3 3.6-22 9.2c-7.7 6.4-12 14.5-12.9 24.4c-1.1 9.6 1.4 17.3 7.2 23.3m-201.3 8.2l23.8-1.6l-8.3-37.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m640 238.2l-3.2 28.2l-34.5 2.3l-2 18.1l34.5-2.3l-3.2 28.2l-34.4 2.2l-2.3 20.1l34.4-2.2l-3 26.1l-64.7 4.1l12.7-113.2L527 365.2l-31.9 2l-23.8-117.8l30.3-2l13.6 79.4l31.7-82.4zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9zM162 388.1l-19.4-36l-3.5 37.4l-28.2 1.7l2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4c37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8l38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6l64.8-4.2l-2.7 27.9l-36.4 2.4l-1.7 17.9l36.4-2.3l-2.7 27.9l-36.4 2.3l-1.9 19.9l36.3-2.3l-2.1 20.8l55-117.2l23.8-1.6L370.4 369l8.9-85.6l-22.3 1.4l2.9-27.9l75-4.9l-3 28l-24.3 1.6l-9.7 91.9l-58 3.7l-4.3-15.6l-39.4 2.5l-8 16.3zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3c-1.4 16 7.3 32.5 28.7 31.2c12.8-.8 21.3-8.6 28.9-18.9l27-1.7zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1m21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6zm135.4-45l-7.9-37.8l-15.8 39.3zm-170.1-74.6l-4.3-17.5l-39.6 2.6l-8.1 18.2l-31.9 2.1l57-121.9l23.9-1.6l30.7 102l9.9-104.7l27-1.8l37.8 63.6l6.5-66.6l28.5-1.9l-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5c40.5-2.8 52.4 29.3 53.4 30.3l3.3-32l39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9l32.2-2.2l12.9 43.2l23-45.7l31-2.2l-43.6 78.4l-4.8 44.3l-28.4 1.9l4.8-44.3l-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8l-36.4 2.4l-19.2-36.8l-4 38.3l-28.4 1.9l3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38c-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3l-25 1.6l-37.6-63.3l-6.3 66.2zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3c4.5-2.4 7-6.4 7.6-12.1c.6-5.3-.6-8.8-3.4-10.4c-3.6-2.1-10.6-2.8-22.9-2zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9c4.7-.3 9.1-1.8 13.3-4.1c5.5-3 10.6-8 15.1-14.3l-34.2 2.3l2.4-23.9l63.1-4.3l1.2-12l-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1c-4-1.7-8.1-2.8-12.2-2.5c-8 .5-15.3 3.6-22 9.2c-7.7 6.4-12 14.5-12.9 24.4c-1.1 9.6 1.4 17.3 7.2 23.3m-201.3 8.2l23.8-1.6l-8.3-37.6z"/></svg>
</template>

CSS

.icon-angrycreative {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m640%20238.2l-3.2%2028.2l-34.5%202.3l-2%2018.1l34.5-2.3l-3.2%2028.2l-34.4%202.2l-2.3%2020.1l34.4-2.2l-3%2026.1l-64.7%204.1l12.7-113.2L527%20365.2l-31.9%202l-23.8-117.8l30.3-2l13.6%2079.4l31.7-82.4zM426.8%20371.5l28.3-1.8L468%20249.6l-28.4%201.9zM162%20388.1l-19.4-36l-3.5%2037.4l-28.2%201.7l2.7-29.1c-11%2018-32%2034.3-56.9%2035.8C23.9%20399.9-3%20377%20.3%20339.7c2.6-29.3%2026.7-62.8%2067.5-65.4c37.7-2.4%2047.6%2023.2%2051.3%2028.8l2.8-30.8l38.9-2.5c20.1-1.3%2038.7%203.7%2042.5%2023.7l2.6-26.6l64.8-4.2l-2.7%2027.9l-36.4%202.4l-1.7%2017.9l36.4-2.3l-2.7%2027.9l-36.4%202.3l-1.9%2019.9l36.3-2.3l-2.1%2020.8l55-117.2l23.8-1.6L370.4%20369l8.9-85.6l-22.3%201.4l2.9-27.9l75-4.9l-3%2028l-24.3%201.6l-9.7%2091.9l-58%203.7l-4.3-15.6l-39.4%202.5l-8%2016.3zm-44.3-70.2l-26.4%201.7C84.6%20307.2%2076.9%20303%2065%20303.8c-19%201.2-33.3%2017.5-34.6%2033.3c-1.4%2016%207.3%2032.5%2028.7%2031.2c12.8-.8%2021.3-8.6%2028.9-18.9l27-1.7zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7%2028.5c14.2-.9%2027.5-2.1%2028.8-16.1m21.1%2070.8l5.8-60c-5%2013.5-14.7%2021.1-27.9%2026.6zm135.4-45l-7.9-37.8l-15.8%2039.3zm-170.1-74.6l-4.3-17.5l-39.6%202.6l-8.1%2018.2l-31.9%202.1l57-121.9l23.9-1.6l30.7%20102l9.9-104.7l27-1.8l37.8%2063.6l6.5-66.6l28.5-1.9l-4%2041.2c7.4-13.5%2022.9-44.7%2063.6-47.5c40.5-2.8%2052.4%2029.3%2053.4%2030.3l3.3-32l39.3-2.7c12.7-.9%2027.8.3%2036.3%209.7l-4.4-11.9l32.2-2.2l12.9%2043.2l23-45.7l31-2.2l-43.6%2078.4l-4.8%2044.3l-28.4%201.9l4.8-44.3l-15.8-43c1%2022.3-9.2%2040.1-32%2049.6l25.2%2038.8l-36.4%202.4l-19.2-36.8l-4%2038.3l-28.4%201.9l3.3-31.5c-6.7%209.3-19.7%2035.4-59.6%2038c-26.2%201.7-45.6-10.3-55.4-39.2l-4%2040.3l-25%201.6l-37.6-63.3l-6.3%2066.2zm276.6-82.1c10.2-.7%2017.5-2.1%2021.6-4.3c4.5-2.4%207-6.4%207.6-12.1c.6-5.3-.6-8.8-3.4-10.4c-3.6-2.1-10.6-2.8-22.9-2zM327.7%20214c5.6%205.9%2012.7%208.5%2021.3%207.9c4.7-.3%209.1-1.8%2013.3-4.1c5.5-3%2010.6-8%2015.1-14.3l-34.2%202.3l2.4-23.9l63.1-4.3l1.2-12l-31.2%202.1c-4.1-3.7-7.8-6.6-11.1-8.1c-4-1.7-8.1-2.8-12.2-2.5c-8%20.5-15.3%203.6-22%209.2c-7.7%206.4-12%2014.5-12.9%2024.4c-1.1%209.6%201.4%2017.3%207.2%2023.3m-201.3%208.2l23.8-1.6l-8.3-37.6z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m640%20238.2l-3.2%2028.2l-34.5%202.3l-2%2018.1l34.5-2.3l-3.2%2028.2l-34.4%202.2l-2.3%2020.1l34.4-2.2l-3%2026.1l-64.7%204.1l12.7-113.2L527%20365.2l-31.9%202l-23.8-117.8l30.3-2l13.6%2079.4l31.7-82.4zM426.8%20371.5l28.3-1.8L468%20249.6l-28.4%201.9zM162%20388.1l-19.4-36l-3.5%2037.4l-28.2%201.7l2.7-29.1c-11%2018-32%2034.3-56.9%2035.8C23.9%20399.9-3%20377%20.3%20339.7c2.6-29.3%2026.7-62.8%2067.5-65.4c37.7-2.4%2047.6%2023.2%2051.3%2028.8l2.8-30.8l38.9-2.5c20.1-1.3%2038.7%203.7%2042.5%2023.7l2.6-26.6l64.8-4.2l-2.7%2027.9l-36.4%202.4l-1.7%2017.9l36.4-2.3l-2.7%2027.9l-36.4%202.3l-1.9%2019.9l36.3-2.3l-2.1%2020.8l55-117.2l23.8-1.6L370.4%20369l8.9-85.6l-22.3%201.4l2.9-27.9l75-4.9l-3%2028l-24.3%201.6l-9.7%2091.9l-58%203.7l-4.3-15.6l-39.4%202.5l-8%2016.3zm-44.3-70.2l-26.4%201.7C84.6%20307.2%2076.9%20303%2065%20303.8c-19%201.2-33.3%2017.5-34.6%2033.3c-1.4%2016%207.3%2032.5%2028.7%2031.2c12.8-.8%2021.3-8.6%2028.9-18.9l27-1.7zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7%2028.5c14.2-.9%2027.5-2.1%2028.8-16.1m21.1%2070.8l5.8-60c-5%2013.5-14.7%2021.1-27.9%2026.6zm135.4-45l-7.9-37.8l-15.8%2039.3zm-170.1-74.6l-4.3-17.5l-39.6%202.6l-8.1%2018.2l-31.9%202.1l57-121.9l23.9-1.6l30.7%20102l9.9-104.7l27-1.8l37.8%2063.6l6.5-66.6l28.5-1.9l-4%2041.2c7.4-13.5%2022.9-44.7%2063.6-47.5c40.5-2.8%2052.4%2029.3%2053.4%2030.3l3.3-32l39.3-2.7c12.7-.9%2027.8.3%2036.3%209.7l-4.4-11.9l32.2-2.2l12.9%2043.2l23-45.7l31-2.2l-43.6%2078.4l-4.8%2044.3l-28.4%201.9l4.8-44.3l-15.8-43c1%2022.3-9.2%2040.1-32%2049.6l25.2%2038.8l-36.4%202.4l-19.2-36.8l-4%2038.3l-28.4%201.9l3.3-31.5c-6.7%209.3-19.7%2035.4-59.6%2038c-26.2%201.7-45.6-10.3-55.4-39.2l-4%2040.3l-25%201.6l-37.6-63.3l-6.3%2066.2zm276.6-82.1c10.2-.7%2017.5-2.1%2021.6-4.3c4.5-2.4%207-6.4%207.6-12.1c.6-5.3-.6-8.8-3.4-10.4c-3.6-2.1-10.6-2.8-22.9-2zM327.7%20214c5.6%205.9%2012.7%208.5%2021.3%207.9c4.7-.3%209.1-1.8%2013.3-4.1c5.5-3%2010.6-8%2015.1-14.3l-34.2%202.3l2.4-23.9l63.1-4.3l1.2-12l-31.2%202.1c-4.1-3.7-7.8-6.6-11.1-8.1c-4-1.7-8.1-2.8-12.2-2.5c-8%20.5-15.3%203.6-22%209.2c-7.7%206.4-12%2014.5-12.9%2024.4c-1.1%209.6%201.4%2017.3%207.2%2023.3m-201.3%208.2l23.8-1.6l-8.3-37.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/angrycreative.svg?color=%231a73e8&size=48