hashtag chat icon
hashtag-chat-filled from Reicon by REICON · Filled · IT · MIT Free for personal and commercial use.
- Name
- hashtag-chat-filled
- Set
- Reicon
- Style
- Filled
- Category
- IT
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More it icons from Reicon
Use the hashtag chat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m17.814 21.236l-.27.458a.635.635 0 0 1-1.087 0l-.271-.458c-.21-.355-.316-.533-.485-.631s-.381-.102-.806-.11c-.628-.01-1.022-.049-1.352-.185a2.5 2.5 0 0 1-1.353-1.353c-.19-.46-.19-1.042-.19-2.207v-.5c0-1.637 0-2.455.368-3.056a2.5 2.5 0 0 1 .826-.826c.6-.368 1.42-.368 3.056-.368h1.5c1.637 0 2.455 0 3.056.368a2.5 2.5 0 0 1 .826.826c.368.6.368 1.42.368 3.056v.5c0 1.165 0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.33.136-.724.175-1.352.186c-.425.007-.638.01-.806.109c-.17.098-.274.276-.485.63"/><path fill-rule="evenodd" d="M10.2 2.277a.75.75 0 0 1 .523.924L9.32 8.25h7.443l1.514-5.45a.75.75 0 1 1 1.446.4L18.32 8.25H22a.75.75 0 0 1 0 1.5h-4.098a.75.75 0 0 1-1.415 0H8.903l-1.527 5.5H9a.75.75 0 0 1 0 1.5H6.959L5.723 21.2a.75.75 0 0 1-1.446-.4l1.125-4.05H2a.75.75 0 1 1 0-1.5h3.819l1.528-5.5H4a.75.75 0 0 1 0-1.5h3.763L9.277 2.8a.75.75 0 0 1 .924-.523" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHashtagChatFilled(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="m17.814 21.236l-.27.458a.635.635 0 0 1-1.087 0l-.271-.458c-.21-.355-.316-.533-.485-.631s-.381-.102-.806-.11c-.628-.01-1.022-.049-1.352-.185a2.5 2.5 0 0 1-1.353-1.353c-.19-.46-.19-1.042-.19-2.207v-.5c0-1.637 0-2.455.368-3.056a2.5 2.5 0 0 1 .826-.826c.6-.368 1.42-.368 3.056-.368h1.5c1.637 0 2.455 0 3.056.368a2.5 2.5 0 0 1 .826.826c.368.6.368 1.42.368 3.056v.5c0 1.165 0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.33.136-.724.175-1.352.186c-.425.007-.638.01-.806.109c-.17.098-.274.276-.485.63"/><path fillRule="evenodd" d="M10.2 2.277a.75.75 0 0 1 .523.924L9.32 8.25h7.443l1.514-5.45a.75.75 0 1 1 1.446.4L18.32 8.25H22a.75.75 0 0 1 0 1.5h-4.098a.75.75 0 0 1-1.415 0H8.903l-1.527 5.5H9a.75.75 0 0 1 0 1.5H6.959L5.723 21.2a.75.75 0 0 1-1.446-.4l1.125-4.05H2a.75.75 0 1 1 0-1.5h3.819l1.528-5.5H4a.75.75 0 0 1 0-1.5h3.763L9.277 2.8a.75.75 0 0 1 .924-.523" clipRule="evenodd"/></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="m17.814 21.236l-.27.458a.635.635 0 0 1-1.087 0l-.271-.458c-.21-.355-.316-.533-.485-.631s-.381-.102-.806-.11c-.628-.01-1.022-.049-1.352-.185a2.5 2.5 0 0 1-1.353-1.353c-.19-.46-.19-1.042-.19-2.207v-.5c0-1.637 0-2.455.368-3.056a2.5 2.5 0 0 1 .826-.826c.6-.368 1.42-.368 3.056-.368h1.5c1.637 0 2.455 0 3.056.368a2.5 2.5 0 0 1 .826.826c.368.6.368 1.42.368 3.056v.5c0 1.165 0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.33.136-.724.175-1.352.186c-.425.007-.638.01-.806.109c-.17.098-.274.276-.485.63"/><path fill-rule="evenodd" d="M10.2 2.277a.75.75 0 0 1 .523.924L9.32 8.25h7.443l1.514-5.45a.75.75 0 1 1 1.446.4L18.32 8.25H22a.75.75 0 0 1 0 1.5h-4.098a.75.75 0 0 1-1.415 0H8.903l-1.527 5.5H9a.75.75 0 0 1 0 1.5H6.959L5.723 21.2a.75.75 0 0 1-1.446-.4l1.125-4.05H2a.75.75 0 1 1 0-1.5h3.819l1.528-5.5H4a.75.75 0 0 1 0-1.5h3.763L9.277 2.8a.75.75 0 0 1 .924-.523" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-hashtag-chat-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%22m17.814%2021.236l-.27.458a.635.635%200%200%201-1.087%200l-.271-.458c-.21-.355-.316-.533-.485-.631s-.381-.102-.806-.11c-.628-.01-1.022-.049-1.352-.185a2.5%202.5%200%200%201-1.353-1.353c-.19-.46-.19-1.042-.19-2.207v-.5c0-1.637%200-2.455.368-3.056a2.5%202.5%200%200%201%20.826-.826c.6-.368%201.42-.368%203.056-.368h1.5c1.637%200%202.455%200%203.056.368a2.5%202.5%200%200%201%20.826.826c.368.6.368%201.42.368%203.056v.5c0%201.165%200%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.33.136-.724.175-1.352.186c-.425.007-.638.01-.806.109c-.17.098-.274.276-.485.63%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.2%202.277a.75.75%200%200%201%20.523.924L9.32%208.25h7.443l1.514-5.45a.75.75%200%201%201%201.446.4L18.32%208.25H22a.75.75%200%200%201%200%201.5h-4.098a.75.75%200%200%201-1.415%200H8.903l-1.527%205.5H9a.75.75%200%200%201%200%201.5H6.959L5.723%2021.2a.75.75%200%200%201-1.446-.4l1.125-4.05H2a.75.75%200%201%201%200-1.5h3.819l1.528-5.5H4a.75.75%200%200%201%200-1.5h3.763L9.277%202.8a.75.75%200%200%201%20.924-.523%22%20clip-rule%3D%22evenodd%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%22m17.814%2021.236l-.27.458a.635.635%200%200%201-1.087%200l-.271-.458c-.21-.355-.316-.533-.485-.631s-.381-.102-.806-.11c-.628-.01-1.022-.049-1.352-.185a2.5%202.5%200%200%201-1.353-1.353c-.19-.46-.19-1.042-.19-2.207v-.5c0-1.637%200-2.455.368-3.056a2.5%202.5%200%200%201%20.826-.826c.6-.368%201.42-.368%203.056-.368h1.5c1.637%200%202.455%200%203.056.368a2.5%202.5%200%200%201%20.826.826c.368.6.368%201.42.368%203.056v.5c0%201.165%200%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.33.136-.724.175-1.352.186c-.425.007-.638.01-.806.109c-.17.098-.274.276-.485.63%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.2%202.277a.75.75%200%200%201%20.523.924L9.32%208.25h7.443l1.514-5.45a.75.75%200%201%201%201.446.4L18.32%208.25H22a.75.75%200%200%201%200%201.5h-4.098a.75.75%200%200%201-1.415%200H8.903l-1.527%205.5H9a.75.75%200%200%201%200%201.5H6.959L5.723%2021.2a.75.75%200%200%201-1.446-.4l1.125-4.05H2a.75.75%200%201%201%200-1.5h3.819l1.528-5.5H4a.75.75%200%200%201%200-1.5h3.763L9.277%202.8a.75.75%200%200%201%20.924-.523%22%20clip-rule%3D%22evenodd%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/hashtag-chat-filled.svg?color=%231a73e8&size=48