comment block 02 icon

comment-block-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
comment-block-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the comment block 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6.099 19.5q-1.949-.192-2.927-1.172C2 17.157 2 15.271 2 11.5V11c0-3.771 0-5.657 1.172-6.828S6.229 3 10 3h1.5m-5 15c-.205 1.002-1.122 3.166-.184 3.865c.49.357 1.271-.024 2.834-.786c1.096-.535 2.206-1.148 3.405-1.424c.438-.1.885-.143 1.445-.155c3.771 0 5.657 0 6.828-1.172C21.947 17.21 21.998 15.44 22 12m-6.8-8.8l5.6 5.6M22 6a4 4 0 1 0-8 0a4 4 0 0 0 8 0Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCommentBlock02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M6.099 19.5q-1.949-.192-2.927-1.172C2 17.157 2 15.271 2 11.5V11c0-3.771 0-5.657 1.172-6.828S6.229 3 10 3h1.5m-5 15c-.205 1.002-1.122 3.166-.184 3.865c.49.357 1.271-.024 2.834-.786c1.096-.535 2.206-1.148 3.405-1.424c.438-.1.885-.143 1.445-.155c3.771 0 5.657 0 6.828-1.172C21.947 17.21 21.998 15.44 22 12m-6.8-8.8l5.6 5.6M22 6a4 4 0 1 0-8 0a4 4 0 0 0 8 0Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6.099 19.5q-1.949-.192-2.927-1.172C2 17.157 2 15.271 2 11.5V11c0-3.771 0-5.657 1.172-6.828S6.229 3 10 3h1.5m-5 15c-.205 1.002-1.122 3.166-.184 3.865c.49.357 1.271-.024 2.834-.786c1.096-.535 2.206-1.148 3.405-1.424c.438-.1.885-.143 1.445-.155c3.771 0 5.657 0 6.828-1.172C21.947 17.21 21.998 15.44 22 12m-6.8-8.8l5.6 5.6M22 6a4 4 0 1 0-8 0a4 4 0 0 0 8 0Z"/></svg>
</template>

CSS

.icon-comment-block-02 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.099%2019.5q-1.949-.192-2.927-1.172C2%2017.157%202%2015.271%202%2011.5V11c0-3.771%200-5.657%201.172-6.828S6.229%203%2010%203h1.5m-5%2015c-.205%201.002-1.122%203.166-.184%203.865c.49.357%201.271-.024%202.834-.786c1.096-.535%202.206-1.148%203.405-1.424c.438-.1.885-.143%201.445-.155c3.771%200%205.657%200%206.828-1.172C21.947%2017.21%2021.998%2015.44%2022%2012m-6.8-8.8l5.6%205.6M22%206a4%204%200%201%200-8%200a4%204%200%200%200%208%200Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.099%2019.5q-1.949-.192-2.927-1.172C2%2017.157%202%2015.271%202%2011.5V11c0-3.771%200-5.657%201.172-6.828S6.229%203%2010%203h1.5m-5%2015c-.205%201.002-1.122%203.166-.184%203.865c.49.357%201.271-.024%202.834-.786c1.096-.535%202.206-1.148%203.405-1.424c.438-.1.885-.143%201.445-.155c3.771%200%205.657%200%206.828-1.172C21.947%2017.21%2021.998%2015.44%2022%2012m-6.8-8.8l5.6%205.6M22%206a4%204%200%201%200-8%200a4%204%200%200%200%208%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/comment-block-02.svg?color=%231a73e8&size=48