hryvnia icon
hryvnia from Font Awesome Solid by Dave Gandy · Solid · Currency · CC-BY-4.0 Attribution required.
- Name
- hryvnia
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Currency
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More currency icons from Font Awesome Solid
Use the hryvnia icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M464 213.4c0-72.4-67.5-125.9-138-109.3l-104.8 24.8c-17.2 4-27.8 21.3-23.8 38.5s21.3 27.9 38.5 23.8l104.8-24.7c30.3-7.1 59.3 15.8 59.3 46.9c0 17.6-9.6 33.8-25 42.3l-.7.4H152c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24h-32.4c5.5-13.3 8.4-27.8 8.4-42.6zM488 336H152c-13.3 0-24 10.7-24 24s10.7 24 24 24h33.3c-6.1 13.4-9.3 28.1-9.3 43.3c0 64.1 56.9 113.4 120.4 104.2l137.9-19.9c17.5-2.5 29.6-18.7 27.1-36.2s-18.8-29.6-36.2-27.1l-138 19.9c-24.9 3.6-47.2-15.7-47.2-40.9c0-15.1 8.2-28.9 21.4-36.2l13-7.1H488c13.3 0 24-10.7 24-24s-10.7-24-24-24"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHryvnia(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M464 213.4c0-72.4-67.5-125.9-138-109.3l-104.8 24.8c-17.2 4-27.8 21.3-23.8 38.5s21.3 27.9 38.5 23.8l104.8-24.7c30.3-7.1 59.3 15.8 59.3 46.9c0 17.6-9.6 33.8-25 42.3l-.7.4H152c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24h-32.4c5.5-13.3 8.4-27.8 8.4-42.6zM488 336H152c-13.3 0-24 10.7-24 24s10.7 24 24 24h33.3c-6.1 13.4-9.3 28.1-9.3 43.3c0 64.1 56.9 113.4 120.4 104.2l137.9-19.9c17.5-2.5 29.6-18.7 27.1-36.2s-18.8-29.6-36.2-27.1l-138 19.9c-24.9 3.6-47.2-15.7-47.2-40.9c0-15.1 8.2-28.9 21.4-36.2l13-7.1H488c13.3 0 24-10.7 24-24s-10.7-24-24-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M464 213.4c0-72.4-67.5-125.9-138-109.3l-104.8 24.8c-17.2 4-27.8 21.3-23.8 38.5s21.3 27.9 38.5 23.8l104.8-24.7c30.3-7.1 59.3 15.8 59.3 46.9c0 17.6-9.6 33.8-25 42.3l-.7.4H152c-13.3 0-24 10.7-24 24s10.7 24 24 24h336c13.3 0 24-10.7 24-24s-10.7-24-24-24h-32.4c5.5-13.3 8.4-27.8 8.4-42.6zM488 336H152c-13.3 0-24 10.7-24 24s10.7 24 24 24h33.3c-6.1 13.4-9.3 28.1-9.3 43.3c0 64.1 56.9 113.4 120.4 104.2l137.9-19.9c17.5-2.5 29.6-18.7 27.1-36.2s-18.8-29.6-36.2-27.1l-138 19.9c-24.9 3.6-47.2-15.7-47.2-40.9c0-15.1 8.2-28.9 21.4-36.2l13-7.1H488c13.3 0 24-10.7 24-24s-10.7-24-24-24"/></svg> </template>
CSS
.icon-hryvnia {
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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20213.4c0-72.4-67.5-125.9-138-109.3l-104.8%2024.8c-17.2%204-27.8%2021.3-23.8%2038.5s21.3%2027.9%2038.5%2023.8l104.8-24.7c30.3-7.1%2059.3%2015.8%2059.3%2046.9c0%2017.6-9.6%2033.8-25%2042.3l-.7.4H152c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h336c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-32.4c5.5-13.3%208.4-27.8%208.4-42.6zM488%20336H152c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h33.3c-6.1%2013.4-9.3%2028.1-9.3%2043.3c0%2064.1%2056.9%20113.4%20120.4%20104.2l137.9-19.9c17.5-2.5%2029.6-18.7%2027.1-36.2s-18.8-29.6-36.2-27.1l-138%2019.9c-24.9%203.6-47.2-15.7-47.2-40.9c0-15.1%208.2-28.9%2021.4-36.2l13-7.1H488c13.3%200%2024-10.7%2024-24s-10.7-24-24-24%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%20213.4c0-72.4-67.5-125.9-138-109.3l-104.8%2024.8c-17.2%204-27.8%2021.3-23.8%2038.5s21.3%2027.9%2038.5%2023.8l104.8-24.7c30.3-7.1%2059.3%2015.8%2059.3%2046.9c0%2017.6-9.6%2033.8-25%2042.3l-.7.4H152c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h336c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-32.4c5.5-13.3%208.4-27.8%208.4-42.6zM488%20336H152c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h33.3c-6.1%2013.4-9.3%2028.1-9.3%2043.3c0%2064.1%2056.9%20113.4%20120.4%20104.2l137.9-19.9c17.5-2.5%2029.6-18.7%2027.1-36.2s-18.8-29.6-36.2-27.1l-138%2019.9c-24.9%203.6-47.2-15.7-47.2-40.9c0-15.1%208.2-28.9%2021.4-36.2l13-7.1H488c13.3%200%2024-10.7%2024-24s-10.7-24-24-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hryvnia.svg?color=%231a73e8&size=48