coins-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
coins-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the coins icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224.56 103.81c-11.13-6.06-26.09-10.42-42.56-12.47V84c0-12.12-9.58-23.1-27-30.93C139.16 45.93 118.2 42 96 42s-43.16 3.93-59 11.07C19.58 60.9 10 71.88 10 84v40c0 12.12 9.58 23.1 27 30.93c10.49 4.72 23.21 8 37 9.73V172c0 12.12 9.58 23.1 27 30.93c15.84 7.14 36.8 11.07 59 11.07s43.16-3.93 59-11.07c17.39-7.83 27-18.81 27-30.93v-40c0-10.65-7.61-20.66-21.44-28.19m-5.74 10.54C228.61 119.68 234 126 234 132c0 14.19-30.39 30-74 30a167 167 0 0 1-21.21-1.34a111 111 0 0 0 16.21-5.73c17.39-7.83 27-18.81 27-30.93v-20.57c14.4 1.93 27.3 5.73 36.82 10.92m-110.66 39.23c-3.92.27-8 .42-12.16.42c-5.3 0-10.4-.24-15.28-.67a2 2 0 0 0-.37 0c-3.58-.33-7-.77-10.35-1.3v-27.91A178 178 0 0 0 96 126a178 178 0 0 0 26-1.88V152c-4.34.69-8.91 1.22-13.69 1.56ZM170 105.89V124c0 9.54-13.75 19.8-36 25.51v-27.66a115 115 0 0 0 21-6.92a66.2 66.2 0 0 0 15-9.04M96 54c43.61 0 74 15.81 74 30s-30.39 30-74 30s-74-15.81-74-30s30.39-30 74-30m-74 70v-18.11a66.2 66.2 0 0 0 15 9a115 115 0 0 0 21 6.92v27.66C35.75 143.8 22 133.54 22 124m64 48v-6.28c3.3.18 6.63.28 10 .28q5.91 0 11.66-.37a123 123 0 0 0 14.34 4.21v27.67C99.75 191.8 86 181.54 86 172m48 28v-27.9a178 178 0 0 0 26 1.9a178 178 0 0 0 26-1.88V200a170 170 0 0 1-52 0m64-2.49v-27.66a115 115 0 0 0 21-6.92a66.2 66.2 0 0 0 15-9V172c0 9.54-13.75 19.8-36 25.51"/></svg>

React

import type { SVGProps } from "react";

export function PhCoinsLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224.56 103.81c-11.13-6.06-26.09-10.42-42.56-12.47V84c0-12.12-9.58-23.1-27-30.93C139.16 45.93 118.2 42 96 42s-43.16 3.93-59 11.07C19.58 60.9 10 71.88 10 84v40c0 12.12 9.58 23.1 27 30.93c10.49 4.72 23.21 8 37 9.73V172c0 12.12 9.58 23.1 27 30.93c15.84 7.14 36.8 11.07 59 11.07s43.16-3.93 59-11.07c17.39-7.83 27-18.81 27-30.93v-40c0-10.65-7.61-20.66-21.44-28.19m-5.74 10.54C228.61 119.68 234 126 234 132c0 14.19-30.39 30-74 30a167 167 0 0 1-21.21-1.34a111 111 0 0 0 16.21-5.73c17.39-7.83 27-18.81 27-30.93v-20.57c14.4 1.93 27.3 5.73 36.82 10.92m-110.66 39.23c-3.92.27-8 .42-12.16.42c-5.3 0-10.4-.24-15.28-.67a2 2 0 0 0-.37 0c-3.58-.33-7-.77-10.35-1.3v-27.91A178 178 0 0 0 96 126a178 178 0 0 0 26-1.88V152c-4.34.69-8.91 1.22-13.69 1.56ZM170 105.89V124c0 9.54-13.75 19.8-36 25.51v-27.66a115 115 0 0 0 21-6.92a66.2 66.2 0 0 0 15-9.04M96 54c43.61 0 74 15.81 74 30s-30.39 30-74 30s-74-15.81-74-30s30.39-30 74-30m-74 70v-18.11a66.2 66.2 0 0 0 15 9a115 115 0 0 0 21 6.92v27.66C35.75 143.8 22 133.54 22 124m64 48v-6.28c3.3.18 6.63.28 10 .28q5.91 0 11.66-.37a123 123 0 0 0 14.34 4.21v27.67C99.75 191.8 86 181.54 86 172m48 28v-27.9a178 178 0 0 0 26 1.9a178 178 0 0 0 26-1.88V200a170 170 0 0 1-52 0m64-2.49v-27.66a115 115 0 0 0 21-6.92a66.2 66.2 0 0 0 15-9V172c0 9.54-13.75 19.8-36 25.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224.56 103.81c-11.13-6.06-26.09-10.42-42.56-12.47V84c0-12.12-9.58-23.1-27-30.93C139.16 45.93 118.2 42 96 42s-43.16 3.93-59 11.07C19.58 60.9 10 71.88 10 84v40c0 12.12 9.58 23.1 27 30.93c10.49 4.72 23.21 8 37 9.73V172c0 12.12 9.58 23.1 27 30.93c15.84 7.14 36.8 11.07 59 11.07s43.16-3.93 59-11.07c17.39-7.83 27-18.81 27-30.93v-40c0-10.65-7.61-20.66-21.44-28.19m-5.74 10.54C228.61 119.68 234 126 234 132c0 14.19-30.39 30-74 30a167 167 0 0 1-21.21-1.34a111 111 0 0 0 16.21-5.73c17.39-7.83 27-18.81 27-30.93v-20.57c14.4 1.93 27.3 5.73 36.82 10.92m-110.66 39.23c-3.92.27-8 .42-12.16.42c-5.3 0-10.4-.24-15.28-.67a2 2 0 0 0-.37 0c-3.58-.33-7-.77-10.35-1.3v-27.91A178 178 0 0 0 96 126a178 178 0 0 0 26-1.88V152c-4.34.69-8.91 1.22-13.69 1.56ZM170 105.89V124c0 9.54-13.75 19.8-36 25.51v-27.66a115 115 0 0 0 21-6.92a66.2 66.2 0 0 0 15-9.04M96 54c43.61 0 74 15.81 74 30s-30.39 30-74 30s-74-15.81-74-30s30.39-30 74-30m-74 70v-18.11a66.2 66.2 0 0 0 15 9a115 115 0 0 0 21 6.92v27.66C35.75 143.8 22 133.54 22 124m64 48v-6.28c3.3.18 6.63.28 10 .28q5.91 0 11.66-.37a123 123 0 0 0 14.34 4.21v27.67C99.75 191.8 86 181.54 86 172m48 28v-27.9a178 178 0 0 0 26 1.9a178 178 0 0 0 26-1.88V200a170 170 0 0 1-52 0m64-2.49v-27.66a115 115 0 0 0 21-6.92a66.2 66.2 0 0 0 15-9V172c0 9.54-13.75 19.8-36 25.51"/></svg>
</template>

CSS

.icon-coins-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224.56%20103.81c-11.13-6.06-26.09-10.42-42.56-12.47V84c0-12.12-9.58-23.1-27-30.93C139.16%2045.93%20118.2%2042%2096%2042s-43.16%203.93-59%2011.07C19.58%2060.9%2010%2071.88%2010%2084v40c0%2012.12%209.58%2023.1%2027%2030.93c10.49%204.72%2023.21%208%2037%209.73V172c0%2012.12%209.58%2023.1%2027%2030.93c15.84%207.14%2036.8%2011.07%2059%2011.07s43.16-3.93%2059-11.07c17.39-7.83%2027-18.81%2027-30.93v-40c0-10.65-7.61-20.66-21.44-28.19m-5.74%2010.54C228.61%20119.68%20234%20126%20234%20132c0%2014.19-30.39%2030-74%2030a167%20167%200%200%201-21.21-1.34a111%20111%200%200%200%2016.21-5.73c17.39-7.83%2027-18.81%2027-30.93v-20.57c14.4%201.93%2027.3%205.73%2036.82%2010.92m-110.66%2039.23c-3.92.27-8%20.42-12.16.42c-5.3%200-10.4-.24-15.28-.67a2%202%200%200%200-.37%200c-3.58-.33-7-.77-10.35-1.3v-27.91A178%20178%200%200%200%2096%20126a178%20178%200%200%200%2026-1.88V152c-4.34.69-8.91%201.22-13.69%201.56ZM170%20105.89V124c0%209.54-13.75%2019.8-36%2025.51v-27.66a115%20115%200%200%200%2021-6.92a66.2%2066.2%200%200%200%2015-9.04M96%2054c43.61%200%2074%2015.81%2074%2030s-30.39%2030-74%2030s-74-15.81-74-30s30.39-30%2074-30m-74%2070v-18.11a66.2%2066.2%200%200%200%2015%209a115%20115%200%200%200%2021%206.92v27.66C35.75%20143.8%2022%20133.54%2022%20124m64%2048v-6.28c3.3.18%206.63.28%2010%20.28q5.91%200%2011.66-.37a123%20123%200%200%200%2014.34%204.21v27.67C99.75%20191.8%2086%20181.54%2086%20172m48%2028v-27.9a178%20178%200%200%200%2026%201.9a178%20178%200%200%200%2026-1.88V200a170%20170%200%200%201-52%200m64-2.49v-27.66a115%20115%200%200%200%2021-6.92a66.2%2066.2%200%200%200%2015-9V172c0%209.54-13.75%2019.8-36%2025.51%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224.56%20103.81c-11.13-6.06-26.09-10.42-42.56-12.47V84c0-12.12-9.58-23.1-27-30.93C139.16%2045.93%20118.2%2042%2096%2042s-43.16%203.93-59%2011.07C19.58%2060.9%2010%2071.88%2010%2084v40c0%2012.12%209.58%2023.1%2027%2030.93c10.49%204.72%2023.21%208%2037%209.73V172c0%2012.12%209.58%2023.1%2027%2030.93c15.84%207.14%2036.8%2011.07%2059%2011.07s43.16-3.93%2059-11.07c17.39-7.83%2027-18.81%2027-30.93v-40c0-10.65-7.61-20.66-21.44-28.19m-5.74%2010.54C228.61%20119.68%20234%20126%20234%20132c0%2014.19-30.39%2030-74%2030a167%20167%200%200%201-21.21-1.34a111%20111%200%200%200%2016.21-5.73c17.39-7.83%2027-18.81%2027-30.93v-20.57c14.4%201.93%2027.3%205.73%2036.82%2010.92m-110.66%2039.23c-3.92.27-8%20.42-12.16.42c-5.3%200-10.4-.24-15.28-.67a2%202%200%200%200-.37%200c-3.58-.33-7-.77-10.35-1.3v-27.91A178%20178%200%200%200%2096%20126a178%20178%200%200%200%2026-1.88V152c-4.34.69-8.91%201.22-13.69%201.56ZM170%20105.89V124c0%209.54-13.75%2019.8-36%2025.51v-27.66a115%20115%200%200%200%2021-6.92a66.2%2066.2%200%200%200%2015-9.04M96%2054c43.61%200%2074%2015.81%2074%2030s-30.39%2030-74%2030s-74-15.81-74-30s30.39-30%2074-30m-74%2070v-18.11a66.2%2066.2%200%200%200%2015%209a115%20115%200%200%200%2021%206.92v27.66C35.75%20143.8%2022%20133.54%2022%20124m64%2048v-6.28c3.3.18%206.63.28%2010%20.28q5.91%200%2011.66-.37a123%20123%200%200%200%2014.34%204.21v27.67C99.75%20191.8%2086%20181.54%2086%20172m48%2028v-27.9a178%20178%200%200%200%2026%201.9a178%20178%200%200%200%2026-1.88V200a170%20170%200%200%201-52%200m64-2.49v-27.66a115%20115%200%200%200%2021-6.92a66.2%2066.2%200%200%200%2015-9V172c0%209.54-13.75%2019.8-36%2025.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Coins light icon — Phosphor · IconsDB