hashtag icon
hashtag from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.
- Name
- hashtag
- Set
- Reicon
- Style
- Outline
- Category
- IT
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All hashtag icons →hashtagAkar IconshashtagCarbonhashtagFont Awesome 6 SolidhashtagFont Awesome Solidhashtagcss.gghashtagHeroIconshashtagHuge IconshashtagIconoirhashtagJam IconshashtagLine AwesomehashtagMajesticonshashtag-fillMingCute IconhashtagPrime IconshashtagRemix Iconhashtag-boldSolarhashtagTDesign Iconshashtag-outlineTeenyicons
More it icons from Reicon
Use the hashtag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.723 3.2a.75.75 0 1 0-1.446-.4L7.763 8.25H4a.75.75 0 1 0 0 1.5h3.347l-1.528 5.5H2a.75.75 0 0 0 0 1.5h3.402L4.277 20.8a.75.75 0 0 0 1.446.4l1.236-4.45h7.443l-1.125 4.05a.75.75 0 0 0 1.446.4l1.236-4.45H20a.75.75 0 1 0 0-1.5h-3.624l1.527-5.5H22a.75.75 0 0 0 0-1.5h-3.68l1.403-5.05a.75.75 0 1 0-1.446-.4l-1.514 5.45H9.32zm4.096 12.05l1.528-5.5H8.903l-1.527 5.5z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHashtag(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10.723 3.2a.75.75 0 1 0-1.446-.4L7.763 8.25H4a.75.75 0 1 0 0 1.5h3.347l-1.528 5.5H2a.75.75 0 0 0 0 1.5h3.402L4.277 20.8a.75.75 0 0 0 1.446.4l1.236-4.45h7.443l-1.125 4.05a.75.75 0 0 0 1.446.4l1.236-4.45H20a.75.75 0 1 0 0-1.5h-3.624l1.527-5.5H22a.75.75 0 0 0 0-1.5h-3.68l1.403-5.05a.75.75 0 1 0-1.446-.4l-1.514 5.45H9.32zm4.096 12.05l1.528-5.5H8.903l-1.527 5.5z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.723 3.2a.75.75 0 1 0-1.446-.4L7.763 8.25H4a.75.75 0 1 0 0 1.5h3.347l-1.528 5.5H2a.75.75 0 0 0 0 1.5h3.402L4.277 20.8a.75.75 0 0 0 1.446.4l1.236-4.45h7.443l-1.125 4.05a.75.75 0 0 0 1.446.4l1.236-4.45H20a.75.75 0 1 0 0-1.5h-3.624l1.527-5.5H22a.75.75 0 0 0 0-1.5h-3.68l1.403-5.05a.75.75 0 1 0-1.446-.4l-1.514 5.45H9.32zm4.096 12.05l1.528-5.5H8.903l-1.527 5.5z" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.723%203.2a.75.75%200%201%200-1.446-.4L7.763%208.25H4a.75.75%200%201%200%200%201.5h3.347l-1.528%205.5H2a.75.75%200%200%200%200%201.5h3.402L4.277%2020.8a.75.75%200%200%200%201.446.4l1.236-4.45h7.443l-1.125%204.05a.75.75%200%200%200%201.446.4l1.236-4.45H20a.75.75%200%201%200%200-1.5h-3.624l1.527-5.5H22a.75.75%200%200%200%200-1.5h-3.68l1.403-5.05a.75.75%200%201%200-1.446-.4l-1.514%205.45H9.32zm4.096%2012.05l1.528-5.5H8.903l-1.527%205.5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.723%203.2a.75.75%200%201%200-1.446-.4L7.763%208.25H4a.75.75%200%201%200%200%201.5h3.347l-1.528%205.5H2a.75.75%200%200%200%200%201.5h3.402L4.277%2020.8a.75.75%200%200%200%201.446.4l1.236-4.45h7.443l-1.125%204.05a.75.75%200%200%200%201.446.4l1.236-4.45H20a.75.75%200%201%200%200-1.5h-3.624l1.527-5.5H22a.75.75%200%200%200%200-1.5h-3.68l1.403-5.05a.75.75%200%201%200-1.446-.4l-1.514%205.45H9.32zm4.096%2012.05l1.528-5.5H8.903l-1.527%205.5z%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/reicon/hashtag.svg?color=%231a73e8&size=48