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

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

The same icon in other sets

Use the hryvnia sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M121.9 116.2c16.4-13.1 36.8-20.2 57.7-20.2H223c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h123.5l-50.6 28.9c-1.7 1-3.4 2-5.1 3.1H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h20.3c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113h43.4c35.5 0 70-12.1 97.7-34.3l5.9-4.7c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2l-43.4.1c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1 3.4-2 5.1-3.1H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-20.3c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113h-43.4c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHryvniaSign(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="M121.9 116.2c16.4-13.1 36.8-20.2 57.7-20.2H223c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h123.5l-50.6 28.9c-1.7 1-3.4 2-5.1 3.1H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h20.3c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113h43.4c35.5 0 70-12.1 97.7-34.3l5.9-4.7c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2l-43.4.1c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1 3.4-2 5.1-3.1H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-20.3c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113h-43.4c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M121.9 116.2c16.4-13.1 36.8-20.2 57.7-20.2H223c27.1 0 49 21.9 49 49c0 11.5-4 22.4-11.1 31H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h123.5l-50.6 28.9c-1.7 1-3.4 2-5.1 3.1H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h20.3c-2.8 9.9-4.3 20.4-4.3 31c0 62.4 50.6 113 113 113h43.4c35.5 0 70-12.1 97.7-34.3l5.9-4.7c13.8-11 16-31.2 5-45s-31.2-16-45-5l-5.9 4.7c-16.4 13.1-36.7 20.2-57.7 20.2l-43.4.1c-27.1 0-49-21.9-49-49c0-11.5 4-22.4 11.1-31H352c17.7 0 32-14.3 32-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1 3.4-2 5.1-3.1H352c17.7 0 32-14.3 32-32s-14.3-32-32-32h-20.3c2.8-10 4.3-20.4 4.3-31c0-62.4-50.6-113-113-113h-43.4c-35.5 0-70 12.1-97.7 34.3L76 71c-13.8 11-16 31.2-5 45s31.2 16 45 5l5.9-4.7z"/></svg>
</template>

CSS

.icon-hryvnia-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%22M121.9%20116.2c16.4-13.1%2036.8-20.2%2057.7-20.2H223c27.1%200%2049%2021.9%2049%2049c0%2011.5-4%2022.4-11.1%2031H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h123.5l-50.6%2028.9c-1.7%201-3.4%202-5.1%203.1H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h20.3c-2.8%209.9-4.3%2020.4-4.3%2031c0%2062.4%2050.6%20113%20113%20113h43.4c35.5%200%2070-12.1%2097.7-34.3l5.9-4.7c13.8-11%2016-31.2%205-45s-31.2-16-45-5l-5.9%204.7c-16.4%2013.1-36.7%2020.2-57.7%2020.2l-43.4.1c-27.1%200-49-21.9-49-49c0-11.5%204-22.4%2011.1-31H352c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1%203.4-2%205.1-3.1H352c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-20.3c2.8-10%204.3-20.4%204.3-31c0-62.4-50.6-113-113-113h-43.4c-35.5%200-70%2012.1-97.7%2034.3L76%2071c-13.8%2011-16%2031.2-5%2045s31.2%2016%2045%205l5.9-4.7z%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%22M121.9%20116.2c16.4-13.1%2036.8-20.2%2057.7-20.2H223c27.1%200%2049%2021.9%2049%2049c0%2011.5-4%2022.4-11.1%2031H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h123.5l-50.6%2028.9c-1.7%201-3.4%202-5.1%203.1H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h20.3c-2.8%209.9-4.3%2020.4-4.3%2031c0%2062.4%2050.6%20113%20113%20113h43.4c35.5%200%2070-12.1%2097.7-34.3l5.9-4.7c13.8-11%2016-31.2%205-45s-31.2-16-45-5l-5.9%204.7c-16.4%2013.1-36.7%2020.2-57.7%2020.2l-43.4.1c-27.1%200-49-21.9-49-49c0-11.5%204-22.4%2011.1-31H352c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H228.5l50.6-28.9c1.7-1%203.4-2%205.1-3.1H352c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-20.3c2.8-10%204.3-20.4%204.3-31c0-62.4-50.6-113-113-113h-43.4c-35.5%200-70%2012.1-97.7%2034.3L76%2071c-13.8%2011-16%2031.2-5%2045s31.2%2016%2045%205l5.9-4.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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