guarani-sign from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
guarani-sign
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
384×512
License
CC BY 4.0

The same icon in other sets

Use the guarani sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 0c-17.7 0-32 14.3-32 32v34.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-34.7c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32H224v-92c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7V32c0-17.7-14.3-32-32-32m-32 132v248c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124m64 248v-92h92c-11.6 45-47 80.4-92 92"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidGuaraniSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 0c-17.7 0-32 14.3-32 32v34.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-34.7c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32H224v-92c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7V32c0-17.7-14.3-32-32-32m-32 132v248c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124m64 248v-92h92c-11.6 45-47 80.4-92 92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 0c-17.7 0-32 14.3-32 32v34.7C69.2 81.9 0 160.9 0 256s69.2 174.1 160 189.3V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-34.7c90.8-15.2 160-94.2 160-189.3c0-17.7-14.3-32-32-32H224v-92c22.1 5.7 41.8 17.1 57.6 32.6c12.6 12.4 32.9 12.2 45.3-.4s12.2-32.9-.5-45.3C299 92 263.5 73.3 224 66.7V32c0-17.7-14.3-32-32-32m-32 132v248c-55.2-14.2-96-64.3-96-124s40.8-109.8 96-124m64 248v-92h92c-11.6 45-47 80.4-92 92"/></svg>
</template>

CSS

.icon-guarani-sign {
  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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%200c-17.7%200-32%2014.3-32%2032v34.7C69.2%2081.9%200%20160.9%200%20256s69.2%20174.1%20160%20189.3V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-34.7c90.8-15.2%20160-94.2%20160-189.3c0-17.7-14.3-32-32-32H224v-92c22.1%205.7%2041.8%2017.1%2057.6%2032.6c12.6%2012.4%2032.9%2012.2%2045.3-.4s12.2-32.9-.5-45.3C299%2092%20263.5%2073.3%20224%2066.7V32c0-17.7-14.3-32-32-32m-32%20132v248c-55.2-14.2-96-64.3-96-124s40.8-109.8%2096-124m64%20248v-92h92c-11.6%2045-47%2080.4-92%2092%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%200c-17.7%200-32%2014.3-32%2032v34.7C69.2%2081.9%200%20160.9%200%20256s69.2%20174.1%20160%20189.3V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-34.7c90.8-15.2%20160-94.2%20160-189.3c0-17.7-14.3-32-32-32H224v-92c22.1%205.7%2041.8%2017.1%2057.6%2032.6c12.6%2012.4%2032.9%2012.2%2045.3-.4s12.2-32.9-.5-45.3C299%2092%20263.5%2073.3%20224%2066.7V32c0-17.7-14.3-32-32-32m-32%20132v248c-55.2-14.2-96-64.3-96-124s40.8-109.8%2096-124m64%20248v-92h92c-11.6%2045-47%2080.4-92%2092%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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