chat square off icon
chat-square-off-line-duotone from Solar by 480 Design · Line Duotone · Messages · CC-BY-4.0 Attribution required.
- Name
- chat-square-off-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Messages
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More messages icons from Solar
chat-round-add-boldchat-round-boldchat-round-call-boldchat-round-check-boldchat-round-close-boldchat-round-code-boldchat-round-dots-boldchat-round-like-boldchat-round-line-boldchat-round-money-boldchat-round-off-boldchat-round-question-mark-boldchat-round-quote-boldchat-round-replay-boldchat-round-unread-boldchat-round-video-boldchat-round-warning-boldchat-square-add-boldchat-square-arrow-boldchat-square-boldchat-square-call-boldchat-square-check-boldchat-square-close-boldchat-square-code-bold
Use the chat square off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M3.46447 3.46484C3.18742 3.74189 2.94294 4.0515 2.7368 4.38788C2 5.59023 2 7.22695 2 10.5004V11.5004C2 13.8301 2 14.9949 2.3806 15.9138C2.88807 17.1389 3.86144 18.1123 5.08658 18.6198C5.74689 18.8933 6.53422 18.9702 7.78958 18.9918C8.63992 19.0065 9.06509 19.0138 9.40279 19.2102C9.74049 19.4066 9.95073 19.7618 10.3712 20.4722L10.9133 21.3881C11.3965 22.2044 12.6035 22.2044 13.0867 21.3881L13.6288 20.4722C14.0492 19.7618 14.2595 19.4066 14.5972 19.2102C14.9349 19.0138 15.36 19.0065 16.2104 18.9918C17.3332 18.9725 18.0816 18.9089 18.6996 18.7"/><path d="M5.68213 2.23868C6.77577 2 8.25192 2 10.5001 2H13.5001C16.7735 2 18.4102 2 19.6126 2.7368C20.2854 3.14908 20.851 3.71473 21.2633 4.38751C22.0001 5.58985 22.0001 7.22657 22.0001 10.5V11.5C22.0001 13.8297 22.0001 14.9946 21.6195 15.9134C21.4065 16.4275 21.1116 16.8973 20.7503 17.3069" opacity=".5"/><path d="M2 2C2.48816 2.48816 2.97631 2.97631 3.46447 3.46447C3.95262 3.95262 4.44078 4.44078 4.92893 4.92893C5.21199 5.21199 5.49505 5.49505 5.77811 5.77811C7.06458 7.06458 8.35106 8.35106 9.63753 9.63753C12.6582 12.6582 15.6789 15.6789 18.6996 18.6996C18.8234 18.8234 18.9473 18.9473 19.0711 19.0711C20.0474 20.0474 21.0237 21.0237 22 22"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarChatSquareOffLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M3.46447 3.46484C3.18742 3.74189 2.94294 4.0515 2.7368 4.38788C2 5.59023 2 7.22695 2 10.5004V11.5004C2 13.8301 2 14.9949 2.3806 15.9138C2.88807 17.1389 3.86144 18.1123 5.08658 18.6198C5.74689 18.8933 6.53422 18.9702 7.78958 18.9918C8.63992 19.0065 9.06509 19.0138 9.40279 19.2102C9.74049 19.4066 9.95073 19.7618 10.3712 20.4722L10.9133 21.3881C11.3965 22.2044 12.6035 22.2044 13.0867 21.3881L13.6288 20.4722C14.0492 19.7618 14.2595 19.4066 14.5972 19.2102C14.9349 19.0138 15.36 19.0065 16.2104 18.9918C17.3332 18.9725 18.0816 18.9089 18.6996 18.7"/><path d="M5.68213 2.23868C6.77577 2 8.25192 2 10.5001 2H13.5001C16.7735 2 18.4102 2 19.6126 2.7368C20.2854 3.14908 20.851 3.71473 21.2633 4.38751C22.0001 5.58985 22.0001 7.22657 22.0001 10.5V11.5C22.0001 13.8297 22.0001 14.9946 21.6195 15.9134C21.4065 16.4275 21.1116 16.8973 20.7503 17.3069" opacity=".5"/><path d="M2 2C2.48816 2.48816 2.97631 2.97631 3.46447 3.46447C3.95262 3.95262 4.44078 4.44078 4.92893 4.92893C5.21199 5.21199 5.49505 5.49505 5.77811 5.77811C7.06458 7.06458 8.35106 8.35106 9.63753 9.63753C12.6582 12.6582 15.6789 15.6789 18.6996 18.6996C18.8234 18.8234 18.9473 18.9473 19.0711 19.0711C20.0474 20.0474 21.0237 21.0237 22 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M3.46447 3.46484C3.18742 3.74189 2.94294 4.0515 2.7368 4.38788C2 5.59023 2 7.22695 2 10.5004V11.5004C2 13.8301 2 14.9949 2.3806 15.9138C2.88807 17.1389 3.86144 18.1123 5.08658 18.6198C5.74689 18.8933 6.53422 18.9702 7.78958 18.9918C8.63992 19.0065 9.06509 19.0138 9.40279 19.2102C9.74049 19.4066 9.95073 19.7618 10.3712 20.4722L10.9133 21.3881C11.3965 22.2044 12.6035 22.2044 13.0867 21.3881L13.6288 20.4722C14.0492 19.7618 14.2595 19.4066 14.5972 19.2102C14.9349 19.0138 15.36 19.0065 16.2104 18.9918C17.3332 18.9725 18.0816 18.9089 18.6996 18.7"/><path d="M5.68213 2.23868C6.77577 2 8.25192 2 10.5001 2H13.5001C16.7735 2 18.4102 2 19.6126 2.7368C20.2854 3.14908 20.851 3.71473 21.2633 4.38751C22.0001 5.58985 22.0001 7.22657 22.0001 10.5V11.5C22.0001 13.8297 22.0001 14.9946 21.6195 15.9134C21.4065 16.4275 21.1116 16.8973 20.7503 17.3069" opacity=".5"/><path d="M2 2C2.48816 2.48816 2.97631 2.97631 3.46447 3.46447C3.95262 3.95262 4.44078 4.44078 4.92893 4.92893C5.21199 5.21199 5.49505 5.49505 5.77811 5.77811C7.06458 7.06458 8.35106 8.35106 9.63753 9.63753C12.6582 12.6582 15.6789 15.6789 18.6996 18.6996C18.8234 18.8234 18.9473 18.9473 19.0711 19.0711C20.0474 20.0474 21.0237 21.0237 22 22"/></g></svg> </template>
CSS
.icon-chat-square-off-line-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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.46447%203.46484C3.18742%203.74189%202.94294%204.0515%202.7368%204.38788C2%205.59023%202%207.22695%202%2010.5004V11.5004C2%2013.8301%202%2014.9949%202.3806%2015.9138C2.88807%2017.1389%203.86144%2018.1123%205.08658%2018.6198C5.74689%2018.8933%206.53422%2018.9702%207.78958%2018.9918C8.63992%2019.0065%209.06509%2019.0138%209.40279%2019.2102C9.74049%2019.4066%209.95073%2019.7618%2010.3712%2020.4722L10.9133%2021.3881C11.3965%2022.2044%2012.6035%2022.2044%2013.0867%2021.3881L13.6288%2020.4722C14.0492%2019.7618%2014.2595%2019.4066%2014.5972%2019.2102C14.9349%2019.0138%2015.36%2019.0065%2016.2104%2018.9918C17.3332%2018.9725%2018.0816%2018.9089%2018.6996%2018.7%22%2F%3E%3Cpath%20d%3D%22M5.68213%202.23868C6.77577%202%208.25192%202%2010.5001%202H13.5001C16.7735%202%2018.4102%202%2019.6126%202.7368C20.2854%203.14908%2020.851%203.71473%2021.2633%204.38751C22.0001%205.58985%2022.0001%207.22657%2022.0001%2010.5V11.5C22.0001%2013.8297%2022.0001%2014.9946%2021.6195%2015.9134C21.4065%2016.4275%2021.1116%2016.8973%2020.7503%2017.3069%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%202C2.48816%202.48816%202.97631%202.97631%203.46447%203.46447C3.95262%203.95262%204.44078%204.44078%204.92893%204.92893C5.21199%205.21199%205.49505%205.49505%205.77811%205.77811C7.06458%207.06458%208.35106%208.35106%209.63753%209.63753C12.6582%2012.6582%2015.6789%2015.6789%2018.6996%2018.6996C18.8234%2018.8234%2018.9473%2018.9473%2019.0711%2019.0711C20.0474%2020.0474%2021.0237%2021.0237%2022%2022%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.46447%203.46484C3.18742%203.74189%202.94294%204.0515%202.7368%204.38788C2%205.59023%202%207.22695%202%2010.5004V11.5004C2%2013.8301%202%2014.9949%202.3806%2015.9138C2.88807%2017.1389%203.86144%2018.1123%205.08658%2018.6198C5.74689%2018.8933%206.53422%2018.9702%207.78958%2018.9918C8.63992%2019.0065%209.06509%2019.0138%209.40279%2019.2102C9.74049%2019.4066%209.95073%2019.7618%2010.3712%2020.4722L10.9133%2021.3881C11.3965%2022.2044%2012.6035%2022.2044%2013.0867%2021.3881L13.6288%2020.4722C14.0492%2019.7618%2014.2595%2019.4066%2014.5972%2019.2102C14.9349%2019.0138%2015.36%2019.0065%2016.2104%2018.9918C17.3332%2018.9725%2018.0816%2018.9089%2018.6996%2018.7%22%2F%3E%3Cpath%20d%3D%22M5.68213%202.23868C6.77577%202%208.25192%202%2010.5001%202H13.5001C16.7735%202%2018.4102%202%2019.6126%202.7368C20.2854%203.14908%2020.851%203.71473%2021.2633%204.38751C22.0001%205.58985%2022.0001%207.22657%2022.0001%2010.5V11.5C22.0001%2013.8297%2022.0001%2014.9946%2021.6195%2015.9134C21.4065%2016.4275%2021.1116%2016.8973%2020.7503%2017.3069%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M2%202C2.48816%202.48816%202.97631%202.97631%203.46447%203.46447C3.95262%203.95262%204.44078%204.44078%204.92893%204.92893C5.21199%205.21199%205.49505%205.49505%205.77811%205.77811C7.06458%207.06458%208.35106%208.35106%209.63753%209.63753C12.6582%2012.6582%2015.6789%2015.6789%2018.6996%2018.6996C18.8234%2018.8234%2018.9473%2018.9473%2019.0711%2019.0711C20.0474%2020.0474%2021.0237%2021.0237%2022%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/chat-square-off-line-duotone.svg?color=%231a73e8&size=48