hashtag from Font Awesome 6 Solid by Dave Gandy · Regular · Interfaces · CC-BY-4.0 Attribution required.

Name
hashtag
Set
Font Awesome 6 Solid
Style
Regular
Category
Interfaces
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

More interfaces icons from Font Awesome 6 Solid

Use the hashtag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8l-9.8 58.8h95.1l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8l-9.7 58.8H416c17.7 0 32 14.3 32 32s-14.3 32-32 32h-68.9l-21.3 128H384c17.7 0 32 14.3 32 32s-14.3 32-32 32h-68.9l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7h-95.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.6-58.9H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l21.3-128H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zm5.8 159.6l-21.3 128h95.1l21.3-128z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHashtag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8l-9.8 58.8h95.1l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8l-9.7 58.8H416c17.7 0 32 14.3 32 32s-14.3 32-32 32h-68.9l-21.3 128H384c17.7 0 32 14.3 32 32s-14.3 32-32 32h-68.9l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7h-95.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.6-58.9H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l21.3-128H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zm5.8 159.6l-21.3 128h95.1l21.3-128z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8l-9.8 58.8h95.1l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8l-9.7 58.8H416c17.7 0 32 14.3 32 32s-14.3 32-32 32h-68.9l-21.3 128H384c17.7 0 32 14.3 32 32s-14.3 32-32 32h-68.9l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7h-95.1l-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.6-58.9H32c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l21.3-128H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h68.9l11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zm5.8 159.6l-21.3 128h95.1l21.3-128z"/></svg>
</template>

CSS

.icon-hashtag {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M181.3%2032.4c17.4%202.9%2029.2%2019.4%2026.3%2036.8l-9.8%2058.8h95.1l11.5-69.3c2.9-17.4%2019.4-29.2%2036.8-26.3s29.2%2019.4%2026.3%2036.8l-9.7%2058.8H416c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-68.9l-21.3%20128H384c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-68.9l-11.5%2069.3c-2.9%2017.4-19.4%2029.2-36.8%2026.3s-29.2-19.4-26.3-36.8l9.8-58.7h-95.1l-11.5%2069.3c-2.9%2017.4-19.4%2029.2-36.8%2026.3s-29.2-19.4-26.3-36.8l9.6-58.9H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h68.9l21.3-128H64c-17.7%200-32-14.3-32-32s14.3-32%2032-32h68.9l11.5-69.3c2.9-17.4%2019.4-29.2%2036.8-26.3zm5.8%20159.6l-21.3%20128h95.1l21.3-128z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M181.3%2032.4c17.4%202.9%2029.2%2019.4%2026.3%2036.8l-9.8%2058.8h95.1l11.5-69.3c2.9-17.4%2019.4-29.2%2036.8-26.3s29.2%2019.4%2026.3%2036.8l-9.7%2058.8H416c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-68.9l-21.3%20128H384c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-68.9l-11.5%2069.3c-2.9%2017.4-19.4%2029.2-36.8%2026.3s-29.2-19.4-26.3-36.8l9.8-58.7h-95.1l-11.5%2069.3c-2.9%2017.4-19.4%2029.2-36.8%2026.3s-29.2-19.4-26.3-36.8l9.6-58.9H32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h68.9l21.3-128H64c-17.7%200-32-14.3-32-32s14.3-32%2032-32h68.9l11.5-69.3c2.9-17.4%2019.4-29.2%2036.8-26.3zm5.8%20159.6l-21.3%20128h95.1l21.3-128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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