cent sign icon
cent-sign from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- cent-sign
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the cent sign icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M336 64c17.7 0 32 14.3 32 32v25.4c43.6 5.2 83 24.5 113.3 53.1c12.9 12.1 13.4 32.4 1.3 45.2s-32.4 13.4-45.2 1.3c-24.4-23-57.2-37.1-93.3-37.1c-75.1 0-136 60.9-136 136s60.9 136 136 136c36.2 0 69-14.1 93.3-37.1c12.9-12.1 33.1-11.5 45.2 1.3s11.5 33.1-1.3 45.2c-30.3 28.8-69.7 48.1-113.3 53.3V544c0 17.7-14.3 32-32 32s-32-14.3-32-32v-28c-91.3-18.5-160-99.2-160-196s68.7-177.5 160-196V96c0-17.7 14.3-32 32-32"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCentSign(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="M336 64c17.7 0 32 14.3 32 32v25.4c43.6 5.2 83 24.5 113.3 53.1c12.9 12.1 13.4 32.4 1.3 45.2s-32.4 13.4-45.2 1.3c-24.4-23-57.2-37.1-93.3-37.1c-75.1 0-136 60.9-136 136s60.9 136 136 136c36.2 0 69-14.1 93.3-37.1c12.9-12.1 33.1-11.5 45.2 1.3s11.5 33.1-1.3 45.2c-30.3 28.8-69.7 48.1-113.3 53.3V544c0 17.7-14.3 32-32 32s-32-14.3-32-32v-28c-91.3-18.5-160-99.2-160-196s68.7-177.5 160-196V96c0-17.7 14.3-32 32-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M336 64c17.7 0 32 14.3 32 32v25.4c43.6 5.2 83 24.5 113.3 53.1c12.9 12.1 13.4 32.4 1.3 45.2s-32.4 13.4-45.2 1.3c-24.4-23-57.2-37.1-93.3-37.1c-75.1 0-136 60.9-136 136s60.9 136 136 136c36.2 0 69-14.1 93.3-37.1c12.9-12.1 33.1-11.5 45.2 1.3s11.5 33.1-1.3 45.2c-30.3 28.8-69.7 48.1-113.3 53.3V544c0 17.7-14.3 32-32 32s-32-14.3-32-32v-28c-91.3-18.5-160-99.2-160-196s68.7-177.5 160-196V96c0-17.7 14.3-32 32-32"/></svg> </template>
CSS
.icon-cent-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%22M336%2064c17.7%200%2032%2014.3%2032%2032v25.4c43.6%205.2%2083%2024.5%20113.3%2053.1c12.9%2012.1%2013.4%2032.4%201.3%2045.2s-32.4%2013.4-45.2%201.3c-24.4-23-57.2-37.1-93.3-37.1c-75.1%200-136%2060.9-136%20136s60.9%20136%20136%20136c36.2%200%2069-14.1%2093.3-37.1c12.9-12.1%2033.1-11.5%2045.2%201.3s11.5%2033.1-1.3%2045.2c-30.3%2028.8-69.7%2048.1-113.3%2053.3V544c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-28c-91.3-18.5-160-99.2-160-196s68.7-177.5%20160-196V96c0-17.7%2014.3-32%2032-32%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%22M336%2064c17.7%200%2032%2014.3%2032%2032v25.4c43.6%205.2%2083%2024.5%20113.3%2053.1c12.9%2012.1%2013.4%2032.4%201.3%2045.2s-32.4%2013.4-45.2%201.3c-24.4-23-57.2-37.1-93.3-37.1c-75.1%200-136%2060.9-136%20136s60.9%20136%20136%20136c36.2%200%2069-14.1%2093.3-37.1c12.9-12.1%2033.1-11.5%2045.2%201.3s11.5%2033.1-1.3%2045.2c-30.3%2028.8-69.7%2048.1-113.3%2053.3V544c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-28c-91.3-18.5-160-99.2-160-196s68.7-177.5%20160-196V96c0-17.7%2014.3-32%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/cent-sign.svg?color=%231a73e8&size=48