text number sign icon

text-number-sign from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
text-number-sign
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the text number sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 20V7.022C2 5.105 2 4 2.439 4c.521 0 .896.66 1.811 2.273l6.5 11.454C11.665 19.34 12.023 20 12.56 20c.44 0 .44-1.105.44-3.022V4m3 9h6m-5.42-8.42c.775-.773 4.065-.773 4.84 0c.773.775.773 4.066 0 4.84c-.775.774-4.065.774-4.84 0c-.773-.774-.773-4.065 0-4.84"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTextNumberSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 20V7.022C2 5.105 2 4 2.439 4c.521 0 .896.66 1.811 2.273l6.5 11.454C11.665 19.34 12.023 20 12.56 20c.44 0 .44-1.105.44-3.022V4m3 9h6m-5.42-8.42c.775-.773 4.065-.773 4.84 0c.773.775.773 4.066 0 4.84c-.775.774-4.065.774-4.84 0c-.773-.774-.773-4.065 0-4.84"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 20V7.022C2 5.105 2 4 2.439 4c.521 0 .896.66 1.811 2.273l6.5 11.454C11.665 19.34 12.023 20 12.56 20c.44 0 .44-1.105.44-3.022V4m3 9h6m-5.42-8.42c.775-.773 4.065-.773 4.84 0c.773.775.773 4.066 0 4.84c-.775.774-4.065.774-4.84 0c-.773-.774-.773-4.065 0-4.84"/></svg>
</template>

CSS

.icon-text-number-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2020V7.022C2%205.105%202%204%202.439%204c.521%200%20.896.66%201.811%202.273l6.5%2011.454C11.665%2019.34%2012.023%2020%2012.56%2020c.44%200%20.44-1.105.44-3.022V4m3%209h6m-5.42-8.42c.775-.773%204.065-.773%204.84%200c.773.775.773%204.066%200%204.84c-.775.774-4.065.774-4.84%200c-.773-.774-.773-4.065%200-4.84%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2020V7.022C2%205.105%202%204%202.439%204c.521%200%20.896.66%201.811%202.273l6.5%2011.454C11.665%2019.34%2012.023%2020%2012.56%2020c.44%200%20.44-1.105.44-3.022V4m3%209h6m-5.42-8.42c.775-.773%204.065-.773%204.84%200c.773.775.773%204.066%200%204.84c-.775.774-4.065.774-4.84%200c-.773-.774-.773-4.065%200-4.84%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/text-number-sign.svg?color=%231a73e8&size=48