hashtag chat icon
hashtag-chat from Reicon by REICON · Outline · IT · MIT Free for personal and commercial use.
- Name
- hashtag-chat
- Set
- Reicon
- Style
- Outline
- 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="M19.723 3.2a.75.75 0 1 0-1.446-.4l-1.514 5.45H9.32l1.403-5.05a.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.45H9a.75.75 0 1 0 0-1.5H7.376l1.527-5.5h7.584a.749.749 0 0 0 1.415 0H22a.75.75 0 0 0 0-1.5h-3.68z"/><path fill-rule="evenodd" d="M16.213 11.25h1.574c.787 0 1.43 0 1.95.05c.54.05 1.023.16 1.461.429a3.25 3.25 0 0 1 1.073 1.073c.269.438.378.921.43 1.46c.049.52.049 1.164.049 1.951v.563c0 .56 0 1.019-.026 1.393c-.026.387-.082.738-.221 1.075a3.25 3.25 0 0 1-1.76 1.759c-.474.196-.997.232-1.625.243a5 5 0 0 0-.43.016h-.008l-.002.004a5 5 0 0 0-.218.352l-.271.458c-.532.899-1.846.899-2.378 0l-.27-.458a5 5 0 0 0-.22-.352l-.002-.003l-.007-.001a5 5 0 0 0-.43-.016c-.628-.011-1.15-.047-1.626-.243a3.25 3.25 0 0 1-1.759-1.76c-.139-.336-.195-.687-.222-1.074c-.025-.374-.025-.833-.025-1.393v-.563c0-.787 0-1.43.05-1.95c.05-.54.16-1.023.429-1.461a3.25 3.25 0 0 1 1.073-1.073c.438-.269.921-.378 1.46-.43c.52-.05 1.164-.05 1.951-.05m-1.809 1.543c-.429.04-.655.115-.818.215a1.75 1.75 0 0 0-.578.578c-.1.162-.174.39-.215.819c-.042.44-.043 1.012-.043 1.845v.5c0 .593 0 1 .022 1.317c.021.31.06.48.111.603c.178.428.519.77.947.947c.186.077.45.118 1.078.129h.026c.19.004.38.007.543.025c.184.02.393.064.601.186c.206.12.347.276.456.425c.095.13.19.291.284.45l.182.307l.182-.307c.094-.159.189-.32.284-.45c.109-.15.25-.306.456-.425c.208-.122.417-.166.601-.186c.163-.018.353-.021.543-.025h.026c.628-.011.892-.052 1.078-.13a1.75 1.75 0 0 0 .947-.946c.05-.123.09-.293.111-.603c.022-.317.022-.724.022-1.317v-.5c0-.833 0-1.405-.043-1.845c-.04-.43-.115-.656-.215-.82a1.75 1.75 0 0 0-.578-.577c-.163-.1-.39-.174-.819-.215c-.44-.042-1.012-.043-1.845-.043h-1.5c-.833 0-1.405 0-1.845.043" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHashtagChat(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="M19.723 3.2a.75.75 0 1 0-1.446-.4l-1.514 5.45H9.32l1.403-5.05a.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.45H9a.75.75 0 1 0 0-1.5H7.376l1.527-5.5h7.584a.749.749 0 0 0 1.415 0H22a.75.75 0 0 0 0-1.5h-3.68z"/><path fillRule="evenodd" d="M16.213 11.25h1.574c.787 0 1.43 0 1.95.05c.54.05 1.023.16 1.461.429a3.25 3.25 0 0 1 1.073 1.073c.269.438.378.921.43 1.46c.049.52.049 1.164.049 1.951v.563c0 .56 0 1.019-.026 1.393c-.026.387-.082.738-.221 1.075a3.25 3.25 0 0 1-1.76 1.759c-.474.196-.997.232-1.625.243a5 5 0 0 0-.43.016h-.008l-.002.004a5 5 0 0 0-.218.352l-.271.458c-.532.899-1.846.899-2.378 0l-.27-.458a5 5 0 0 0-.22-.352l-.002-.003l-.007-.001a5 5 0 0 0-.43-.016c-.628-.011-1.15-.047-1.626-.243a3.25 3.25 0 0 1-1.759-1.76c-.139-.336-.195-.687-.222-1.074c-.025-.374-.025-.833-.025-1.393v-.563c0-.787 0-1.43.05-1.95c.05-.54.16-1.023.429-1.461a3.25 3.25 0 0 1 1.073-1.073c.438-.269.921-.378 1.46-.43c.52-.05 1.164-.05 1.951-.05m-1.809 1.543c-.429.04-.655.115-.818.215a1.75 1.75 0 0 0-.578.578c-.1.162-.174.39-.215.819c-.042.44-.043 1.012-.043 1.845v.5c0 .593 0 1 .022 1.317c.021.31.06.48.111.603c.178.428.519.77.947.947c.186.077.45.118 1.078.129h.026c.19.004.38.007.543.025c.184.02.393.064.601.186c.206.12.347.276.456.425c.095.13.19.291.284.45l.182.307l.182-.307c.094-.159.189-.32.284-.45c.109-.15.25-.306.456-.425c.208-.122.417-.166.601-.186c.163-.018.353-.021.543-.025h.026c.628-.011.892-.052 1.078-.13a1.75 1.75 0 0 0 .947-.946c.05-.123.09-.293.111-.603c.022-.317.022-.724.022-1.317v-.5c0-.833 0-1.405-.043-1.845c-.04-.43-.115-.656-.215-.82a1.75 1.75 0 0 0-.578-.577c-.163-.1-.39-.174-.819-.215c-.44-.042-1.012-.043-1.845-.043h-1.5c-.833 0-1.405 0-1.845.043" 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="M19.723 3.2a.75.75 0 1 0-1.446-.4l-1.514 5.45H9.32l1.403-5.05a.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.45H9a.75.75 0 1 0 0-1.5H7.376l1.527-5.5h7.584a.749.749 0 0 0 1.415 0H22a.75.75 0 0 0 0-1.5h-3.68z"/><path fill-rule="evenodd" d="M16.213 11.25h1.574c.787 0 1.43 0 1.95.05c.54.05 1.023.16 1.461.429a3.25 3.25 0 0 1 1.073 1.073c.269.438.378.921.43 1.46c.049.52.049 1.164.049 1.951v.563c0 .56 0 1.019-.026 1.393c-.026.387-.082.738-.221 1.075a3.25 3.25 0 0 1-1.76 1.759c-.474.196-.997.232-1.625.243a5 5 0 0 0-.43.016h-.008l-.002.004a5 5 0 0 0-.218.352l-.271.458c-.532.899-1.846.899-2.378 0l-.27-.458a5 5 0 0 0-.22-.352l-.002-.003l-.007-.001a5 5 0 0 0-.43-.016c-.628-.011-1.15-.047-1.626-.243a3.25 3.25 0 0 1-1.759-1.76c-.139-.336-.195-.687-.222-1.074c-.025-.374-.025-.833-.025-1.393v-.563c0-.787 0-1.43.05-1.95c.05-.54.16-1.023.429-1.461a3.25 3.25 0 0 1 1.073-1.073c.438-.269.921-.378 1.46-.43c.52-.05 1.164-.05 1.951-.05m-1.809 1.543c-.429.04-.655.115-.818.215a1.75 1.75 0 0 0-.578.578c-.1.162-.174.39-.215.819c-.042.44-.043 1.012-.043 1.845v.5c0 .593 0 1 .022 1.317c.021.31.06.48.111.603c.178.428.519.77.947.947c.186.077.45.118 1.078.129h.026c.19.004.38.007.543.025c.184.02.393.064.601.186c.206.12.347.276.456.425c.095.13.19.291.284.45l.182.307l.182-.307c.094-.159.189-.32.284-.45c.109-.15.25-.306.456-.425c.208-.122.417-.166.601-.186c.163-.018.353-.021.543-.025h.026c.628-.011.892-.052 1.078-.13a1.75 1.75 0 0 0 .947-.946c.05-.123.09-.293.111-.603c.022-.317.022-.724.022-1.317v-.5c0-.833 0-1.405-.043-1.845c-.04-.43-.115-.656-.215-.82a1.75 1.75 0 0 0-.578-.577c-.163-.1-.39-.174-.819-.215c-.44-.042-1.012-.043-1.845-.043h-1.5c-.833 0-1.405 0-1.845.043" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-hashtag-chat {
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%22M19.723%203.2a.75.75%200%201%200-1.446-.4l-1.514%205.45H9.32l1.403-5.05a.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.45H9a.75.75%200%201%200%200-1.5H7.376l1.527-5.5h7.584a.749.749%200%200%200%201.415%200H22a.75.75%200%200%200%200-1.5h-3.68z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.213%2011.25h1.574c.787%200%201.43%200%201.95.05c.54.05%201.023.16%201.461.429a3.25%203.25%200%200%201%201.073%201.073c.269.438.378.921.43%201.46c.049.52.049%201.164.049%201.951v.563c0%20.56%200%201.019-.026%201.393c-.026.387-.082.738-.221%201.075a3.25%203.25%200%200%201-1.76%201.759c-.474.196-.997.232-1.625.243a5%205%200%200%200-.43.016h-.008l-.002.004a5%205%200%200%200-.218.352l-.271.458c-.532.899-1.846.899-2.378%200l-.27-.458a5%205%200%200%200-.22-.352l-.002-.003l-.007-.001a5%205%200%200%200-.43-.016c-.628-.011-1.15-.047-1.626-.243a3.25%203.25%200%200%201-1.759-1.76c-.139-.336-.195-.687-.222-1.074c-.025-.374-.025-.833-.025-1.393v-.563c0-.787%200-1.43.05-1.95c.05-.54.16-1.023.429-1.461a3.25%203.25%200%200%201%201.073-1.073c.438-.269.921-.378%201.46-.43c.52-.05%201.164-.05%201.951-.05m-1.809%201.543c-.429.04-.655.115-.818.215a1.75%201.75%200%200%200-.578.578c-.1.162-.174.39-.215.819c-.042.44-.043%201.012-.043%201.845v.5c0%20.593%200%201%20.022%201.317c.021.31.06.48.111.603c.178.428.519.77.947.947c.186.077.45.118%201.078.129h.026c.19.004.38.007.543.025c.184.02.393.064.601.186c.206.12.347.276.456.425c.095.13.19.291.284.45l.182.307l.182-.307c.094-.159.189-.32.284-.45c.109-.15.25-.306.456-.425c.208-.122.417-.166.601-.186c.163-.018.353-.021.543-.025h.026c.628-.011.892-.052%201.078-.13a1.75%201.75%200%200%200%20.947-.946c.05-.123.09-.293.111-.603c.022-.317.022-.724.022-1.317v-.5c0-.833%200-1.405-.043-1.845c-.04-.43-.115-.656-.215-.82a1.75%201.75%200%200%200-.578-.577c-.163-.1-.39-.174-.819-.215c-.44-.042-1.012-.043-1.845-.043h-1.5c-.833%200-1.405%200-1.845.043%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%22M19.723%203.2a.75.75%200%201%200-1.446-.4l-1.514%205.45H9.32l1.403-5.05a.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.45H9a.75.75%200%201%200%200-1.5H7.376l1.527-5.5h7.584a.749.749%200%200%200%201.415%200H22a.75.75%200%200%200%200-1.5h-3.68z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.213%2011.25h1.574c.787%200%201.43%200%201.95.05c.54.05%201.023.16%201.461.429a3.25%203.25%200%200%201%201.073%201.073c.269.438.378.921.43%201.46c.049.52.049%201.164.049%201.951v.563c0%20.56%200%201.019-.026%201.393c-.026.387-.082.738-.221%201.075a3.25%203.25%200%200%201-1.76%201.759c-.474.196-.997.232-1.625.243a5%205%200%200%200-.43.016h-.008l-.002.004a5%205%200%200%200-.218.352l-.271.458c-.532.899-1.846.899-2.378%200l-.27-.458a5%205%200%200%200-.22-.352l-.002-.003l-.007-.001a5%205%200%200%200-.43-.016c-.628-.011-1.15-.047-1.626-.243a3.25%203.25%200%200%201-1.759-1.76c-.139-.336-.195-.687-.222-1.074c-.025-.374-.025-.833-.025-1.393v-.563c0-.787%200-1.43.05-1.95c.05-.54.16-1.023.429-1.461a3.25%203.25%200%200%201%201.073-1.073c.438-.269.921-.378%201.46-.43c.52-.05%201.164-.05%201.951-.05m-1.809%201.543c-.429.04-.655.115-.818.215a1.75%201.75%200%200%200-.578.578c-.1.162-.174.39-.215.819c-.042.44-.043%201.012-.043%201.845v.5c0%20.593%200%201%20.022%201.317c.021.31.06.48.111.603c.178.428.519.77.947.947c.186.077.45.118%201.078.129h.026c.19.004.38.007.543.025c.184.02.393.064.601.186c.206.12.347.276.456.425c.095.13.19.291.284.45l.182.307l.182-.307c.094-.159.189-.32.284-.45c.109-.15.25-.306.456-.425c.208-.122.417-.166.601-.186c.163-.018.353-.021.543-.025h.026c.628-.011.892-.052%201.078-.13a1.75%201.75%200%200%200%20.947-.946c.05-.123.09-.293.111-.603c.022-.317.022-.724.022-1.317v-.5c0-.833%200-1.405-.043-1.845c-.04-.43-.115-.656-.215-.82a1.75%201.75%200%200%200-.578-.577c-.163-.1-.39-.174-.819-.215c-.44-.042-1.012-.043-1.845-.043h-1.5c-.833%200-1.405%200-1.845.043%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.svg?color=%231a73e8&size=48