hryvnia from Line Awesome by Icons8 · Line · Currency · Apache-2.0 Free for personal and commercial use.

Name
hryvnia
Set
Line Awesome
Style
Line
Category
Currency
Viewbox
32×32
License
Apache 2.0
Aliases
hryvnia-solid

The same icon in other sets

More currency icons from Line Awesome

Use the hryvnia icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.21 5c-.99 0-1.948.29-2.773.84L9.445 7.168l1.11 1.664l1.992-1.328A3 3 0 0 1 14.21 7h4.385a2.407 2.407 0 0 1 1.539 4.254L19.24 12H8v2h8.84l-3.602 3H8v2h2.84l-.254.21A4.4 4.4 0 0 0 9 22.597A4.41 4.41 0 0 0 13.404 27h4.385c.99 0 1.95-.29 2.773-.84l1.993-1.328l-1.11-1.664l-1.992 1.328A3 3 0 0 1 17.79 25h-4.385a2.407 2.407 0 0 1-1.539-4.254L13.961 19H24v-2h-7.639l3.6-3H24v-2h-1.85A4.4 4.4 0 0 0 23 9.404A4.41 4.41 0 0 0 18.596 5z"/></svg>

React

import type { SVGProps } from "react";

export function LaHryvnia(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.21 5c-.99 0-1.948.29-2.773.84L9.445 7.168l1.11 1.664l1.992-1.328A3 3 0 0 1 14.21 7h4.385a2.407 2.407 0 0 1 1.539 4.254L19.24 12H8v2h8.84l-3.602 3H8v2h2.84l-.254.21A4.4 4.4 0 0 0 9 22.597A4.41 4.41 0 0 0 13.404 27h4.385c.99 0 1.95-.29 2.773-.84l1.993-1.328l-1.11-1.664l-1.992 1.328A3 3 0 0 1 17.79 25h-4.385a2.407 2.407 0 0 1-1.539-4.254L13.961 19H24v-2h-7.639l3.6-3H24v-2h-1.85A4.4 4.4 0 0 0 23 9.404A4.41 4.41 0 0 0 18.596 5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.21 5c-.99 0-1.948.29-2.773.84L9.445 7.168l1.11 1.664l1.992-1.328A3 3 0 0 1 14.21 7h4.385a2.407 2.407 0 0 1 1.539 4.254L19.24 12H8v2h8.84l-3.602 3H8v2h2.84l-.254.21A4.4 4.4 0 0 0 9 22.597A4.41 4.41 0 0 0 13.404 27h4.385c.99 0 1.95-.29 2.773-.84l1.993-1.328l-1.11-1.664l-1.992 1.328A3 3 0 0 1 17.79 25h-4.385a2.407 2.407 0 0 1-1.539-4.254L13.961 19H24v-2h-7.639l3.6-3H24v-2h-1.85A4.4 4.4 0 0 0 23 9.404A4.41 4.41 0 0 0 18.596 5z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.21%205c-.99%200-1.948.29-2.773.84L9.445%207.168l1.11%201.664l1.992-1.328A3%203%200%200%201%2014.21%207h4.385a2.407%202.407%200%200%201%201.539%204.254L19.24%2012H8v2h8.84l-3.602%203H8v2h2.84l-.254.21A4.4%204.4%200%200%200%209%2022.597A4.41%204.41%200%200%200%2013.404%2027h4.385c.99%200%201.95-.29%202.773-.84l1.993-1.328l-1.11-1.664l-1.992%201.328A3%203%200%200%201%2017.79%2025h-4.385a2.407%202.407%200%200%201-1.539-4.254L13.961%2019H24v-2h-7.639l3.6-3H24v-2h-1.85A4.4%204.4%200%200%200%2023%209.404A4.41%204.41%200%200%200%2018.596%205z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.21%205c-.99%200-1.948.29-2.773.84L9.445%207.168l1.11%201.664l1.992-1.328A3%203%200%200%201%2014.21%207h4.385a2.407%202.407%200%200%201%201.539%204.254L19.24%2012H8v2h8.84l-3.602%203H8v2h2.84l-.254.21A4.4%204.4%200%200%200%209%2022.597A4.41%204.41%200%200%200%2013.404%2027h4.385c.99%200%201.95-.29%202.773-.84l1.993-1.328l-1.11-1.664l-1.992%201.328A3%203%200%200%201%2017.79%2025h-4.385a2.407%202.407%200%200%201-1.539-4.254L13.961%2019H24v-2h-7.639l3.6-3H24v-2h-1.85A4.4%204.4%200%200%200%2023%209.404A4.41%204.41%200%200%200%2018.596%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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