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

Name
won-sign
Set
Font Awesome 6 Solid
Style
Regular
Category
Currency
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More currency icons from Font Awesome 6 Solid

Use the won sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M62.4 53.9c-5.6-16.8-23.8-25.8-40.5-20.3S-3.9 57.4 1.6 74.1l50 149.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h40.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288h46l42 167.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32h-19.6l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224h-64L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224h-64zm78 234.1H167l-11.4 45.6zM249 224l7-28.1l7 28.1zm96 64h26.6l-15.2 45.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidWonSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M62.4 53.9c-5.6-16.8-23.8-25.8-40.5-20.3S-3.9 57.4 1.6 74.1l50 149.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h40.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288h46l42 167.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32h-19.6l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224h-64L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224h-64zm78 234.1H167l-11.4 45.6zM249 224l7-28.1l7 28.1zm96 64h26.6l-15.2 45.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M62.4 53.9c-5.6-16.8-23.8-25.8-40.5-20.3S-3.9 57.4 1.6 74.1l50 149.9H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h40.9l56.7 170.1c4.5 13.5 17.4 22.4 31.6 21.9s26.4-10.4 29.8-24.2L233 288h46l42 167.8c3.4 13.8 15.6 23.7 29.8 24.2s27.1-8.4 31.6-21.9L439.1 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32h-19.6l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9 3.5-40.5 20.2L392.9 224h-64L287 56.2C283.5 42 270.7 32 256 32s-27.5 10-31 24.2L183 224h-64zm78 234.1H167l-11.4 45.6zM249 224l7-28.1l7 28.1zm96 64h26.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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M62.4%2053.9c-5.6-16.8-23.8-25.8-40.5-20.3S-3.9%2057.4%201.6%2074.1l50%20149.9H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h40.9l56.7%20170.1c4.5%2013.5%2017.4%2022.4%2031.6%2021.9s26.4-10.4%2029.8-24.2L233%20288h46l42%20167.8c3.4%2013.8%2015.6%2023.7%2029.8%2024.2s27.1-8.4%2031.6-21.9L439.1%20288H480c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-19.6l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9%203.5-40.5%2020.2L392.9%20224h-64L287%2056.2C283.5%2042%20270.7%2032%20256%2032s-27.5%2010-31%2024.2L183%20224h-64zm78%20234.1H167l-11.4%2045.6zM249%20224l7-28.1l7%2028.1zm96%2064h26.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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M62.4%2053.9c-5.6-16.8-23.8-25.8-40.5-20.3S-3.9%2057.4%201.6%2074.1l50%20149.9H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h40.9l56.7%20170.1c4.5%2013.5%2017.4%2022.4%2031.6%2021.9s26.4-10.4%2029.8-24.2L233%20288h46l42%20167.8c3.4%2013.8%2015.6%2023.7%2029.8%2024.2s27.1-8.4%2031.6-21.9L439.1%20288H480c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-19.6l50-149.9c5.6-16.8-3.5-34.9-20.2-40.5s-34.9%203.5-40.5%2020.2L392.9%20224h-64L287%2056.2C283.5%2042%20270.7%2032%20256%2032s-27.5%2010-31%2024.2L183%20224h-64zm78%20234.1H167l-11.4%2045.6zM249%20224l7-28.1l7%2028.1zm96%2064h26.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/fa6-solid/won-sign.svg?color=%231a73e8&size=48