pound-outline from Health Icons by Resolve to Save Lives · Outline · Typography · MIT Free for personal and commercial use.

Name
pound-outline
Set
Health Icons
Style
Outline
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" fill-rule="evenodd" d="M24.5 10C30.299 10 35 14.701 35 20.5a3 3 0 0 1-5.996.154l-.01-.385A4.5 4.5 0 0 0 20 20.5V23h7.111C28.76 23 30 24.398 30 26s-1.24 3-2.889 3H20v3h14a3 3 0 1 1 0 6H14a3 3 0 1 1 0-6v-3h-.111C12.24 29 11 27.602 11 26s1.24-3 2.889-3H14v-2.5C14 14.701 18.701 10 24.5 10m0 2a8.5 8.5 0 0 0-8.5 8.5V25h-2.111c-.438 0-.889.393-.889 1s.45 1 .889 1H16v7h-2a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2H18v-7h9.111c.438 0 .889-.393.889-1s-.45-1-.889-1H18v-4.5a6.5 6.5 0 1 1 13 0a1 1 0 1 0 2 0a8.5 8.5 0 0 0-8.5-8.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPoundOutline(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" fillRule="evenodd" d="M24.5 10C30.299 10 35 14.701 35 20.5a3 3 0 0 1-5.996.154l-.01-.385A4.5 4.5 0 0 0 20 20.5V23h7.111C28.76 23 30 24.398 30 26s-1.24 3-2.889 3H20v3h14a3 3 0 1 1 0 6H14a3 3 0 1 1 0-6v-3h-.111C12.24 29 11 27.602 11 26s1.24-3 2.889-3H14v-2.5C14 14.701 18.701 10 24.5 10m0 2a8.5 8.5 0 0 0-8.5 8.5V25h-2.111c-.438 0-.889.393-.889 1s.45 1 .889 1H16v7h-2a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2H18v-7h9.111c.438 0 .889-.393.889-1s-.45-1-.889-1H18v-4.5a6.5 6.5 0 1 1 13 0a1 1 0 1 0 2 0a8.5 8.5 0 0 0-8.5-8.5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24.5 10C30.299 10 35 14.701 35 20.5a3 3 0 0 1-5.996.154l-.01-.385A4.5 4.5 0 0 0 20 20.5V23h7.111C28.76 23 30 24.398 30 26s-1.24 3-2.889 3H20v3h14a3 3 0 1 1 0 6H14a3 3 0 1 1 0-6v-3h-.111C12.24 29 11 27.602 11 26s1.24-3 2.889-3H14v-2.5C14 14.701 18.701 10 24.5 10m0 2a8.5 8.5 0 0 0-8.5 8.5V25h-2.111c-.438 0-.889.393-.889 1s.45 1 .889 1H16v7h-2a1 1 0 1 0 0 2h20a1 1 0 1 0 0-2H18v-7h9.111c.438 0 .889-.393.889-1s-.45-1-.889-1H18v-4.5a6.5 6.5 0 1 1 13 0a1 1 0 1 0 2 0a8.5 8.5 0 0 0-8.5-8.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pound-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M24.5%2010C30.299%2010%2035%2014.701%2035%2020.5a3%203%200%200%201-5.996.154l-.01-.385A4.5%204.5%200%200%200%2020%2020.5V23h7.111C28.76%2023%2030%2024.398%2030%2026s-1.24%203-2.889%203H20v3h14a3%203%200%201%201%200%206H14a3%203%200%201%201%200-6v-3h-.111C12.24%2029%2011%2027.602%2011%2026s1.24-3%202.889-3H14v-2.5C14%2014.701%2018.701%2010%2024.5%2010m0%202a8.5%208.5%200%200%200-8.5%208.5V25h-2.111c-.438%200-.889.393-.889%201s.45%201%20.889%201H16v7h-2a1%201%200%201%200%200%202h20a1%201%200%201%200%200-2H18v-7h9.111c.438%200%20.889-.393.889-1s-.45-1-.889-1H18v-4.5a6.5%206.5%200%201%201%2013%200a1%201%200%201%200%202%200a8.5%208.5%200%200%200-8.5-8.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M24.5%2010C30.299%2010%2035%2014.701%2035%2020.5a3%203%200%200%201-5.996.154l-.01-.385A4.5%204.5%200%200%200%2020%2020.5V23h7.111C28.76%2023%2030%2024.398%2030%2026s-1.24%203-2.889%203H20v3h14a3%203%200%201%201%200%206H14a3%203%200%201%201%200-6v-3h-.111C12.24%2029%2011%2027.602%2011%2026s1.24-3%202.889-3H14v-2.5C14%2014.701%2018.701%2010%2024.5%2010m0%202a8.5%208.5%200%200%200-8.5%208.5V25h-2.111c-.438%200-.889.393-.889%201s.45%201%20.889%201H16v7h-2a1%201%200%201%200%200%202h20a1%201%200%201%200%200-2H18v-7h9.111c.438%200%20.889-.393.889-1s-.45-1-.889-1H18v-4.5a6.5%206.5%200%201%201%2013%200a1%201%200%201%200%202%200a8.5%208.5%200%200%200-8.5-8.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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