circle hashtag icon
circle-hashtag-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- circle-hashtag-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the circle hashtag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.601 13.333h2.298l.5-2.666h-2.298z"/><path d="M12 1.333C6.119 1.333 1.333 6.12 1.333 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333m5.333 9.334h-1.898l-.5 2.666h1.398a1 1 0 0 1 0 2H14.56l-.41 2.184a1 1 0 0 1-1.966-.368l.34-1.816h-2.3l-.408 2.184a1 1 0 0 1-1.967-.368l.34-1.816H6.664a1 1 0 0 1 0-2h1.899l.5-2.666h-1.4a1 1 0 0 1 0-2H9.44l.409-2.184a1.002 1.002 0 0 1 1.967.368l-.34 1.816h2.298l.41-2.184a1.002 1.002 0 0 1 1.967.368l-.34 1.816h1.523a1 1 0 0 1 0 2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCircleHashtagFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.601 13.333h2.298l.5-2.666h-2.298z"/><path d="M12 1.333C6.119 1.333 1.333 6.12 1.333 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333m5.333 9.334h-1.898l-.5 2.666h1.398a1 1 0 0 1 0 2H14.56l-.41 2.184a1 1 0 0 1-1.966-.368l.34-1.816h-2.3l-.408 2.184a1 1 0 0 1-1.967-.368l.34-1.816H6.664a1 1 0 0 1 0-2h1.899l.5-2.666h-1.4a1 1 0 0 1 0-2H9.44l.409-2.184a1.002 1.002 0 0 1 1.967.368l-.34 1.816h2.298l.41-2.184a1.002 1.002 0 0 1 1.967.368l-.34 1.816h1.523a1 1 0 0 1 0 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.601 13.333h2.298l.5-2.666h-2.298z"/><path d="M12 1.333C6.119 1.333 1.333 6.12 1.333 12S6.12 22.667 12 22.667S22.667 17.88 22.667 12S17.88 1.333 12 1.333m5.333 9.334h-1.898l-.5 2.666h1.398a1 1 0 0 1 0 2H14.56l-.41 2.184a1 1 0 0 1-1.966-.368l.34-1.816h-2.3l-.408 2.184a1 1 0 0 1-1.967-.368l.34-1.816H6.664a1 1 0 0 1 0-2h1.899l.5-2.666h-1.4a1 1 0 0 1 0-2H9.44l.409-2.184a1.002 1.002 0 0 1 1.967.368l-.34 1.816h2.298l.41-2.184a1.002 1.002 0 0 1 1.967.368l-.34 1.816h1.523a1 1 0 0 1 0 2"/></g></svg> </template>
CSS
.icon-circle-hashtag-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.601%2013.333h2.298l.5-2.666h-2.298z%22%2F%3E%3Cpath%20d%3D%22M12%201.333C6.119%201.333%201.333%206.12%201.333%2012S6.12%2022.667%2012%2022.667S22.667%2017.88%2022.667%2012S17.88%201.333%2012%201.333m5.333%209.334h-1.898l-.5%202.666h1.398a1%201%200%200%201%200%202H14.56l-.41%202.184a1%201%200%200%201-1.966-.368l.34-1.816h-2.3l-.408%202.184a1%201%200%200%201-1.967-.368l.34-1.816H6.664a1%201%200%200%201%200-2h1.899l.5-2.666h-1.4a1%201%200%200%201%200-2H9.44l.409-2.184a1.002%201.002%200%200%201%201.967.368l-.34%201.816h2.298l.41-2.184a1.002%201.002%200%200%201%201.967.368l-.34%201.816h1.523a1%201%200%200%201%200%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M10.601%2013.333h2.298l.5-2.666h-2.298z%22%2F%3E%3Cpath%20d%3D%22M12%201.333C6.119%201.333%201.333%206.12%201.333%2012S6.12%2022.667%2012%2022.667S22.667%2017.88%2022.667%2012S17.88%201.333%2012%201.333m5.333%209.334h-1.898l-.5%202.666h1.398a1%201%200%200%201%200%202H14.56l-.41%202.184a1%201%200%200%201-1.966-.368l.34-1.816h-2.3l-.408%202.184a1%201%200%200%201-1.967-.368l.34-1.816H6.664a1%201%200%200%201%200-2h1.899l.5-2.666h-1.4a1%201%200%200%201%200-2H9.44l.409-2.184a1.002%201.002%200%200%201%201.967.368l-.34%201.816h2.298l.41-2.184a1.002%201.002%200%200%201%201.967.368l-.34%201.816h1.523a1%201%200%200%201%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/circle-hashtag-filled.svg?color=%231a73e8&size=48