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

Name
hashtag
Set
Font Awesome Solid
Style
Solid
Category
Interfaces
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More interfaces icons from Font Awesome Solid

Use the hashtag icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M278.7 64.7c17.3 3.7 28.3 20.7 24.6 38L284.2 192h126.5l22-102.7c3.7-17.3 20.7-28.3 38-24.6s28.3 20.7 24.6 38L476.2 192H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-81.6L435 384h67.8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-81.6l-22 102.7c-3.7 17.3-20.7 28.3-38 24.6s-28.3-20.7-24.6-38l19.1-89.3H229.2l-22 102.7c-3.7 17.3-20.7 28.3-38 24.6s-28.3-20.7-24.6-38l19.2-89.3H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h81.6L205 256h-67.8c-17.7 0-32-14.3-32-32s14.3-32 32-32h81.6l22-102.7c3.6-17.3 20.6-28.3 37.9-24.6M270.4 256L243 384h126.5l27.4-128z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidHashtag(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="M278.7 64.7c17.3 3.7 28.3 20.7 24.6 38L284.2 192h126.5l22-102.7c3.7-17.3 20.7-28.3 38-24.6s28.3 20.7 24.6 38L476.2 192H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-81.6L435 384h67.8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-81.6l-22 102.7c-3.7 17.3-20.7 28.3-38 24.6s-28.3-20.7-24.6-38l19.1-89.3H229.2l-22 102.7c-3.7 17.3-20.7 28.3-38 24.6s-28.3-20.7-24.6-38l19.2-89.3H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h81.6L205 256h-67.8c-17.7 0-32-14.3-32-32s14.3-32 32-32h81.6l22-102.7c3.6-17.3 20.6-28.3 37.9-24.6M270.4 256L243 384h126.5l27.4-128z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M278.7 64.7c17.3 3.7 28.3 20.7 24.6 38L284.2 192h126.5l22-102.7c3.7-17.3 20.7-28.3 38-24.6s28.3 20.7 24.6 38L476.2 192H544c17.7 0 32 14.3 32 32s-14.3 32-32 32h-81.6L435 384h67.8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-81.6l-22 102.7c-3.7 17.3-20.7 28.3-38 24.6s-28.3-20.7-24.6-38l19.1-89.3H229.2l-22 102.7c-3.7 17.3-20.7 28.3-38 24.6s-28.3-20.7-24.6-38l19.2-89.3H96c-17.7 0-32-14.3-32-32s14.3-32 32-32h81.6L205 256h-67.8c-17.7 0-32-14.3-32-32s14.3-32 32-32h81.6l22-102.7c3.6-17.3 20.6-28.3 37.9-24.6M270.4 256L243 384h126.5l27.4-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M278.7%2064.7c17.3%203.7%2028.3%2020.7%2024.6%2038L284.2%20192h126.5l22-102.7c3.7-17.3%2020.7-28.3%2038-24.6s28.3%2020.7%2024.6%2038L476.2%20192H544c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-81.6L435%20384h67.8c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-81.6l-22%20102.7c-3.7%2017.3-20.7%2028.3-38%2024.6s-28.3-20.7-24.6-38l19.1-89.3H229.2l-22%20102.7c-3.7%2017.3-20.7%2028.3-38%2024.6s-28.3-20.7-24.6-38l19.2-89.3H96c-17.7%200-32-14.3-32-32s14.3-32%2032-32h81.6L205%20256h-67.8c-17.7%200-32-14.3-32-32s14.3-32%2032-32h81.6l22-102.7c3.6-17.3%2020.6-28.3%2037.9-24.6M270.4%20256L243%20384h126.5l27.4-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M278.7%2064.7c17.3%203.7%2028.3%2020.7%2024.6%2038L284.2%20192h126.5l22-102.7c3.7-17.3%2020.7-28.3%2038-24.6s28.3%2020.7%2024.6%2038L476.2%20192H544c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-81.6L435%20384h67.8c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-81.6l-22%20102.7c-3.7%2017.3-20.7%2028.3-38%2024.6s-28.3-20.7-24.6-38l19.1-89.3H229.2l-22%20102.7c-3.7%2017.3-20.7%2028.3-38%2024.6s-28.3-20.7-24.6-38l19.2-89.3H96c-17.7%200-32-14.3-32-32s14.3-32%2032-32h81.6L205%20256h-67.8c-17.7%200-32-14.3-32-32s14.3-32%2032-32h81.6l22-102.7c3.6-17.3%2020.6-28.3%2037.9-24.6M270.4%20256L243%20384h126.5l27.4-128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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