chat square icon

chat-square-duotone from Reicon by REICON · Duotone · Messages · MIT Free for personal and commercial use.

Name
chat-square-duotone
Set
Reicon
Style
Duotone
Category
Messages
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All chat square icons →

More messages icons from Reicon

Use the chat square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.975 13.814A10.95 10.95 0 0 1 17 15.001C10.925 15 6 10.076 6 4q.001-.945.154-1.847c-.715.106-1.277.284-1.766.584a5 5 0 0 0-1.651 1.65C2 5.591 2 7.228 2 10.501v1c0 2.33 0 3.495.38 4.413a5 5 0 0 0 2.707 2.706c.66.274 1.447.35 2.703.372c.85.015 1.275.022 1.613.219c.337.196.548.551.968 1.262l.542.916c.483.816 1.69.816 2.174 0l.542-.916c.42-.71.63-1.066.968-1.262c.338-.197.763-.204 1.613-.219c1.256-.021 2.043-.098 2.703-.372a5 5 0 0 0 2.706-2.706c.227-.547.319-1.182.356-2.1"/><path fill-rule="evenodd" d="m13.087 21.389l.542-.916c.42-.71.63-1.066.968-1.262c.338-.197.763-.204 1.613-.219c1.256-.021 2.043-.098 2.703-.372a5 5 0 0 0 2.706-2.706c.227-.547.319-1.182.356-2.1A10.95 10.95 0 0 1 17 15.001C10.925 15 6 10.076 6 4q.001-.945.154-1.847c-.715.106-1.277.284-1.766.584a5 5 0 0 0-1.651 1.65C2 5.591 2 7.228 2 10.501v1c0 2.33 0 3.495.38 4.413a5 5 0 0 0 2.707 2.706c.66.274 1.447.35 2.703.372c.85.015 1.275.022 1.613.219c.337.196.548.551.968 1.262l.542.916c.483.816 1.69.816 2.174 0" clip-rule="evenodd"/><path d="M13.5 2h-3c-1.94 0-3.305 0-4.346.153Q6.001 3.055 6 4c0 6.075 4.925 11 11 11c1.79 0 3.48-.428 4.975-1.187C22 13.192 22 12.441 22 11.5v-1c0-3.273 0-4.91-.737-6.112a5 5 0 0 0-1.65-1.651C18.41 2 16.773 2 13.5 2" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconChatSquareDuotone(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="M21.975 13.814A10.95 10.95 0 0 1 17 15.001C10.925 15 6 10.076 6 4q.001-.945.154-1.847c-.715.106-1.277.284-1.766.584a5 5 0 0 0-1.651 1.65C2 5.591 2 7.228 2 10.501v1c0 2.33 0 3.495.38 4.413a5 5 0 0 0 2.707 2.706c.66.274 1.447.35 2.703.372c.85.015 1.275.022 1.613.219c.337.196.548.551.968 1.262l.542.916c.483.816 1.69.816 2.174 0l.542-.916c.42-.71.63-1.066.968-1.262c.338-.197.763-.204 1.613-.219c1.256-.021 2.043-.098 2.703-.372a5 5 0 0 0 2.706-2.706c.227-.547.319-1.182.356-2.1"/><path fillRule="evenodd" d="m13.087 21.389l.542-.916c.42-.71.63-1.066.968-1.262c.338-.197.763-.204 1.613-.219c1.256-.021 2.043-.098 2.703-.372a5 5 0 0 0 2.706-2.706c.227-.547.319-1.182.356-2.1A10.95 10.95 0 0 1 17 15.001C10.925 15 6 10.076 6 4q.001-.945.154-1.847c-.715.106-1.277.284-1.766.584a5 5 0 0 0-1.651 1.65C2 5.591 2 7.228 2 10.501v1c0 2.33 0 3.495.38 4.413a5 5 0 0 0 2.707 2.706c.66.274 1.447.35 2.703.372c.85.015 1.275.022 1.613.219c.337.196.548.551.968 1.262l.542.916c.483.816 1.69.816 2.174 0" clipRule="evenodd"/><path d="M13.5 2h-3c-1.94 0-3.305 0-4.346.153Q6.001 3.055 6 4c0 6.075 4.925 11 11 11c1.79 0 3.48-.428 4.975-1.187C22 13.192 22 12.441 22 11.5v-1c0-3.273 0-4.91-.737-6.112a5 5 0 0 0-1.65-1.651C18.41 2 16.773 2 13.5 2" opacity=".5"/></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="M21.975 13.814A10.95 10.95 0 0 1 17 15.001C10.925 15 6 10.076 6 4q.001-.945.154-1.847c-.715.106-1.277.284-1.766.584a5 5 0 0 0-1.651 1.65C2 5.591 2 7.228 2 10.501v1c0 2.33 0 3.495.38 4.413a5 5 0 0 0 2.707 2.706c.66.274 1.447.35 2.703.372c.85.015 1.275.022 1.613.219c.337.196.548.551.968 1.262l.542.916c.483.816 1.69.816 2.174 0l.542-.916c.42-.71.63-1.066.968-1.262c.338-.197.763-.204 1.613-.219c1.256-.021 2.043-.098 2.703-.372a5 5 0 0 0 2.706-2.706c.227-.547.319-1.182.356-2.1"/><path fill-rule="evenodd" d="m13.087 21.389l.542-.916c.42-.71.63-1.066.968-1.262c.338-.197.763-.204 1.613-.219c1.256-.021 2.043-.098 2.703-.372a5 5 0 0 0 2.706-2.706c.227-.547.319-1.182.356-2.1A10.95 10.95 0 0 1 17 15.001C10.925 15 6 10.076 6 4q.001-.945.154-1.847c-.715.106-1.277.284-1.766.584a5 5 0 0 0-1.651 1.65C2 5.591 2 7.228 2 10.501v1c0 2.33 0 3.495.38 4.413a5 5 0 0 0 2.707 2.706c.66.274 1.447.35 2.703.372c.85.015 1.275.022 1.613.219c.337.196.548.551.968 1.262l.542.916c.483.816 1.69.816 2.174 0" clip-rule="evenodd"/><path d="M13.5 2h-3c-1.94 0-3.305 0-4.346.153Q6.001 3.055 6 4c0 6.075 4.925 11 11 11c1.79 0 3.48-.428 4.975-1.187C22 13.192 22 12.441 22 11.5v-1c0-3.273 0-4.91-.737-6.112a5 5 0 0 0-1.65-1.651C18.41 2 16.773 2 13.5 2" opacity=".5"/></g></svg>
</template>

CSS

.icon-chat-square-duotone {
  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%22M21.975%2013.814A10.95%2010.95%200%200%201%2017%2015.001C10.925%2015%206%2010.076%206%204q.001-.945.154-1.847c-.715.106-1.277.284-1.766.584a5%205%200%200%200-1.651%201.65C2%205.591%202%207.228%202%2010.501v1c0%202.33%200%203.495.38%204.413a5%205%200%200%200%202.707%202.706c.66.274%201.447.35%202.703.372c.85.015%201.275.022%201.613.219c.337.196.548.551.968%201.262l.542.916c.483.816%201.69.816%202.174%200l.542-.916c.42-.71.63-1.066.968-1.262c.338-.197.763-.204%201.613-.219c1.256-.021%202.043-.098%202.703-.372a5%205%200%200%200%202.706-2.706c.227-.547.319-1.182.356-2.1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m13.087%2021.389l.542-.916c.42-.71.63-1.066.968-1.262c.338-.197.763-.204%201.613-.219c1.256-.021%202.043-.098%202.703-.372a5%205%200%200%200%202.706-2.706c.227-.547.319-1.182.356-2.1A10.95%2010.95%200%200%201%2017%2015.001C10.925%2015%206%2010.076%206%204q.001-.945.154-1.847c-.715.106-1.277.284-1.766.584a5%205%200%200%200-1.651%201.65C2%205.591%202%207.228%202%2010.501v1c0%202.33%200%203.495.38%204.413a5%205%200%200%200%202.707%202.706c.66.274%201.447.35%202.703.372c.85.015%201.275.022%201.613.219c.337.196.548.551.968%201.262l.542.916c.483.816%201.69.816%202.174%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.5%202h-3c-1.94%200-3.305%200-4.346.153Q6.001%203.055%206%204c0%206.075%204.925%2011%2011%2011c1.79%200%203.48-.428%204.975-1.187C22%2013.192%2022%2012.441%2022%2011.5v-1c0-3.273%200-4.91-.737-6.112a5%205%200%200%200-1.65-1.651C18.41%202%2016.773%202%2013.5%202%22%20opacity%3D%22.5%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%22M21.975%2013.814A10.95%2010.95%200%200%201%2017%2015.001C10.925%2015%206%2010.076%206%204q.001-.945.154-1.847c-.715.106-1.277.284-1.766.584a5%205%200%200%200-1.651%201.65C2%205.591%202%207.228%202%2010.501v1c0%202.33%200%203.495.38%204.413a5%205%200%200%200%202.707%202.706c.66.274%201.447.35%202.703.372c.85.015%201.275.022%201.613.219c.337.196.548.551.968%201.262l.542.916c.483.816%201.69.816%202.174%200l.542-.916c.42-.71.63-1.066.968-1.262c.338-.197.763-.204%201.613-.219c1.256-.021%202.043-.098%202.703-.372a5%205%200%200%200%202.706-2.706c.227-.547.319-1.182.356-2.1%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m13.087%2021.389l.542-.916c.42-.71.63-1.066.968-1.262c.338-.197.763-.204%201.613-.219c1.256-.021%202.043-.098%202.703-.372a5%205%200%200%200%202.706-2.706c.227-.547.319-1.182.356-2.1A10.95%2010.95%200%200%201%2017%2015.001C10.925%2015%206%2010.076%206%204q.001-.945.154-1.847c-.715.106-1.277.284-1.766.584a5%205%200%200%200-1.651%201.65C2%205.591%202%207.228%202%2010.501v1c0%202.33%200%203.495.38%204.413a5%205%200%200%200%202.707%202.706c.66.274%201.447.35%202.703.372c.85.015%201.275.022%201.613.219c.337.196.548.551.968%201.262l.542.916c.483.816%201.69.816%202.174%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.5%202h-3c-1.94%200-3.305%200-4.346.153Q6.001%203.055%206%204c0%206.075%204.925%2011%2011%2011c1.79%200%203.48-.428%204.975-1.187C22%2013.192%2022%2012.441%2022%2011.5v-1c0-3.273%200-4.91-.737-6.112a5%205%200%200%200-1.65-1.651C18.41%202%2016.773%202%2013.5%202%22%20opacity%3D%22.5%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/chat-square-duotone.svg?color=%231a73e8&size=48