pound icon
pound from Health Icons by Resolve to Save Lives · Filled · Typography · MIT Free for personal and commercial use.
- Name
- pound
- Set
- Health Icons
- Style
- Filled
- Category
- Typography
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
The same icon in other sets
More typography icons from Health Icons
Use the pound icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.056 10A8.944 8.944 0 0 1 34 18.944a2 2 0 1 1-4 0A4.945 4.945 0 0 0 25.056 14H24.5a5.5 5.5 0 0 0-5.5 5.5V23h9a2 2 0 1 1 0 4h-9v7h15a2 2 0 1 1 0 4H14a2 2 0 1 1 0-4h1v-7h-1a2 2 0 1 1 0-4h1v-3.5a9.5 9.5 0 0 1 9.5-9.5z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPound(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.056 10A8.944 8.944 0 0 1 34 18.944a2 2 0 1 1-4 0A4.945 4.945 0 0 0 25.056 14H24.5a5.5 5.5 0 0 0-5.5 5.5V23h9a2 2 0 1 1 0 4h-9v7h15a2 2 0 1 1 0 4H14a2 2 0 1 1 0-4h1v-7h-1a2 2 0 1 1 0-4h1v-3.5a9.5 9.5 0 0 1 9.5-9.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.056 10A8.944 8.944 0 0 1 34 18.944a2 2 0 1 1-4 0A4.945 4.945 0 0 0 25.056 14H24.5a5.5 5.5 0 0 0-5.5 5.5V23h9a2 2 0 1 1 0 4h-9v7h15a2 2 0 1 1 0 4H14a2 2 0 1 1 0-4h1v-7h-1a2 2 0 1 1 0-4h1v-3.5a9.5 9.5 0 0 1 9.5-9.5z"/></svg> </template>
CSS
.icon-pound {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.056%2010A8.944%208.944%200%200%201%2034%2018.944a2%202%200%201%201-4%200A4.945%204.945%200%200%200%2025.056%2014H24.5a5.5%205.5%200%200%200-5.5%205.5V23h9a2%202%200%201%201%200%204h-9v7h15a2%202%200%201%201%200%204H14a2%202%200%201%201%200-4h1v-7h-1a2%202%200%201%201%200-4h1v-3.5a9.5%209.5%200%200%201%209.5-9.5z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.056%2010A8.944%208.944%200%200%201%2034%2018.944a2%202%200%201%201-4%200A4.945%204.945%200%200%200%2025.056%2014H24.5a5.5%205.5%200%200%200-5.5%205.5V23h9a2%202%200%201%201%200%204h-9v7h15a2%202%200%201%201%200%204H14a2%202%200%201%201%200-4h1v-7h-1a2%202%200%201%201%200-4h1v-3.5a9.5%209.5%200%200%201%209.5-9.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/pound.svg?color=%231a73e8&size=48