coin-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
coin-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the coin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M205.79 67.42C185.9 57.48 158.27 52 128 52s-57.9 5.48-77.79 15.42C31 77 20 90.35 20 104v48c0 13.65 11 27 30.21 36.58C70.1 198.52 97.73 204 128 204s57.9-5.48 77.79-15.42C225 179 236 165.65 236 152v-48c0-13.65-11-27-30.21-36.58M128 60c61.77 0 100 22.84 100 44s-38.23 44-100 44s-100-22.84-100-44s38.23-44 100-44m-4 96v40c-22-.35-40.94-3.65-56-8.71v-39.64c16.23 5.1 35.44 7.97 56 8.35m8 0c20.56-.33 39.77-3.2 56-8.3v39.59c-15.06 5.06-33.95 8.36-56 8.71Zm-104-4v-28.08c5.15 6.19 12.67 11.89 22.21 16.66c3.08 1.54 6.36 2.95 9.79 4.28v39.38c-20.51-8.57-32-20.65-32-32.24m200 0c0 11.59-11.49 23.67-32 32.24v-39.38c3.43-1.33 6.71-2.74 9.79-4.28c9.54-4.77 17.06-10.47 22.21-16.66Z"/></svg>

React

import type { SVGProps } from "react";

export function PhCoinThin(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="M205.79 67.42C185.9 57.48 158.27 52 128 52s-57.9 5.48-77.79 15.42C31 77 20 90.35 20 104v48c0 13.65 11 27 30.21 36.58C70.1 198.52 97.73 204 128 204s57.9-5.48 77.79-15.42C225 179 236 165.65 236 152v-48c0-13.65-11-27-30.21-36.58M128 60c61.77 0 100 22.84 100 44s-38.23 44-100 44s-100-22.84-100-44s38.23-44 100-44m-4 96v40c-22-.35-40.94-3.65-56-8.71v-39.64c16.23 5.1 35.44 7.97 56 8.35m8 0c20.56-.33 39.77-3.2 56-8.3v39.59c-15.06 5.06-33.95 8.36-56 8.71Zm-104-4v-28.08c5.15 6.19 12.67 11.89 22.21 16.66c3.08 1.54 6.36 2.95 9.79 4.28v39.38c-20.51-8.57-32-20.65-32-32.24m200 0c0 11.59-11.49 23.67-32 32.24v-39.38c3.43-1.33 6.71-2.74 9.79-4.28c9.54-4.77 17.06-10.47 22.21-16.66Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M205.79 67.42C185.9 57.48 158.27 52 128 52s-57.9 5.48-77.79 15.42C31 77 20 90.35 20 104v48c0 13.65 11 27 30.21 36.58C70.1 198.52 97.73 204 128 204s57.9-5.48 77.79-15.42C225 179 236 165.65 236 152v-48c0-13.65-11-27-30.21-36.58M128 60c61.77 0 100 22.84 100 44s-38.23 44-100 44s-100-22.84-100-44s38.23-44 100-44m-4 96v40c-22-.35-40.94-3.65-56-8.71v-39.64c16.23 5.1 35.44 7.97 56 8.35m8 0c20.56-.33 39.77-3.2 56-8.3v39.59c-15.06 5.06-33.95 8.36-56 8.71Zm-104-4v-28.08c5.15 6.19 12.67 11.89 22.21 16.66c3.08 1.54 6.36 2.95 9.79 4.28v39.38c-20.51-8.57-32-20.65-32-32.24m200 0c0 11.59-11.49 23.67-32 32.24v-39.38c3.43-1.33 6.71-2.74 9.79-4.28c9.54-4.77 17.06-10.47 22.21-16.66Z"/></svg>
</template>

CSS

.icon-coin-thin {
  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%22M205.79%2067.42C185.9%2057.48%20158.27%2052%20128%2052s-57.9%205.48-77.79%2015.42C31%2077%2020%2090.35%2020%20104v48c0%2013.65%2011%2027%2030.21%2036.58C70.1%20198.52%2097.73%20204%20128%20204s57.9-5.48%2077.79-15.42C225%20179%20236%20165.65%20236%20152v-48c0-13.65-11-27-30.21-36.58M128%2060c61.77%200%20100%2022.84%20100%2044s-38.23%2044-100%2044s-100-22.84-100-44s38.23-44%20100-44m-4%2096v40c-22-.35-40.94-3.65-56-8.71v-39.64c16.23%205.1%2035.44%207.97%2056%208.35m8%200c20.56-.33%2039.77-3.2%2056-8.3v39.59c-15.06%205.06-33.95%208.36-56%208.71Zm-104-4v-28.08c5.15%206.19%2012.67%2011.89%2022.21%2016.66c3.08%201.54%206.36%202.95%209.79%204.28v39.38c-20.51-8.57-32-20.65-32-32.24m200%200c0%2011.59-11.49%2023.67-32%2032.24v-39.38c3.43-1.33%206.71-2.74%209.79-4.28c9.54-4.77%2017.06-10.47%2022.21-16.66Z%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%22M205.79%2067.42C185.9%2057.48%20158.27%2052%20128%2052s-57.9%205.48-77.79%2015.42C31%2077%2020%2090.35%2020%20104v48c0%2013.65%2011%2027%2030.21%2036.58C70.1%20198.52%2097.73%20204%20128%20204s57.9-5.48%2077.79-15.42C225%20179%20236%20165.65%20236%20152v-48c0-13.65-11-27-30.21-36.58M128%2060c61.77%200%20100%2022.84%20100%2044s-38.23%2044-100%2044s-100-22.84-100-44s38.23-44%20100-44m-4%2096v40c-22-.35-40.94-3.65-56-8.71v-39.64c16.23%205.1%2035.44%207.97%2056%208.35m8%200c20.56-.33%2039.77-3.2%2056-8.3v39.59c-15.06%205.06-33.95%208.36-56%208.71Zm-104-4v-28.08c5.15%206.19%2012.67%2011.89%2022.21%2016.66c3.08%201.54%206.36%202.95%209.79%204.28v39.38c-20.51-8.57-32-20.65-32-32.24m200%200c0%2011.59-11.49%2023.67-32%2032.24v-39.38c3.43-1.33%206.71-2.74%209.79-4.28c9.54-4.77%2017.06-10.47%2022.21-16.66Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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