won-sign from Font Awesome Solid by Dave Gandy · Solid · Currency · CC-BY-4.0 Attribution required.

Name
won-sign
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 won sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M126.4 117.9c-5.6-16.8-23.7-25.8-40.5-20.3s-25.8 23.8-20.2 40.5L120.9 304H96c-13.3 0-24 10.7-24 24s10.7 24 24 24h40.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L297 352h46l42 167.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L503.1 352H544c13.3 0 24-10.7 24-24s-10.7-24-24-24h-24.9l55.3-165.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-62 186.1h-54.6l-45.9-183.8C347.5 106 334.7 96 320 96s-27.5 10-31 24.2L243 304h-54.6zm78 234.1H231l-11.4 45.6zM309 304l11-44.1l11 44.1zm100 48h26.6l-15.2 45.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidWonSign(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="M126.4 117.9c-5.6-16.8-23.7-25.8-40.5-20.3s-25.8 23.8-20.2 40.5L120.9 304H96c-13.3 0-24 10.7-24 24s10.7 24 24 24h40.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L297 352h46l42 167.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L503.1 352H544c13.3 0 24-10.7 24-24s-10.7-24-24-24h-24.9l55.3-165.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-62 186.1h-54.6l-45.9-183.8C347.5 106 334.7 96 320 96s-27.5 10-31 24.2L243 304h-54.6zm78 234.1H231l-11.4 45.6zM309 304l11-44.1l11 44.1zm100 48h26.6l-15.2 45.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M126.4 117.9c-5.6-16.8-23.7-25.8-40.5-20.3s-25.8 23.8-20.2 40.5L120.9 304H96c-13.3 0-24 10.7-24 24s10.7 24 24 24h40.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L297 352h46l42 167.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L503.1 352H544c13.3 0 24-10.7 24-24s-10.7-24-24-24h-24.9l55.3-165.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2l-62 186.1h-54.6l-45.9-183.8C347.5 106 334.7 96 320 96s-27.5 10-31 24.2L243 304h-54.6zm78 234.1H231l-11.4 45.6zM309 304l11-44.1l11 44.1zm100 48h26.6l-15.2 45.6z"/></svg>
</template>

CSS

.icon-won-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M126.4%20117.9c-5.6-16.8-23.7-25.8-40.5-20.3s-25.8%2023.8-20.2%2040.5L120.9%20304H96c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h40.9l56.7%20170.1c4.5%2013.5%2017.4%2022.4%2031.6%2021.9s26.4-10.4%2029.8-24.2L297%20352h46l42%20167.8c3.4%2013.8%2015.6%2023.7%2029.8%2024.2s27.1-8.4%2031.6-21.9L503.1%20352H544c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-24.9l55.3-165.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9%203.5-40.5%2020.2l-62%20186.1h-54.6l-45.9-183.8C347.5%20106%20334.7%2096%20320%2096s-27.5%2010-31%2024.2L243%20304h-54.6zm78%20234.1H231l-11.4%2045.6zM309%20304l11-44.1l11%2044.1zm100%2048h26.6l-15.2%2045.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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M126.4%20117.9c-5.6-16.8-23.7-25.8-40.5-20.3s-25.8%2023.8-20.2%2040.5L120.9%20304H96c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h40.9l56.7%20170.1c4.5%2013.5%2017.4%2022.4%2031.6%2021.9s26.4-10.4%2029.8-24.2L297%20352h46l42%20167.8c3.4%2013.8%2015.6%2023.7%2029.8%2024.2s27.1-8.4%2031.6-21.9L503.1%20352H544c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-24.9l55.3-165.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9%203.5-40.5%2020.2l-62%20186.1h-54.6l-45.9-183.8C347.5%20106%20334.7%2096%20320%2096s-27.5%2010-31%2024.2L243%20304h-54.6zm78%20234.1H231l-11.4%2045.6zM309%20304l11-44.1l11%2044.1zm100%2048h26.6l-15.2%2045.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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