chat square unread icon
chat-square-unread-linear from Solar by 480 Design · Linear · Messages · CC-BY-4.0 Attribution required.
- Name
- chat-square-unread-linear
- Set
- Solar
- Style
- Linear
- Category
- Messages
- Viewbox
- 24×24
- License
- CC BY 4.0
- Aliases
- chat-unread-linear
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 unread 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-width="1.5"><path stroke-linecap="round" d="M13.5 2H10.5C7.22657 2 5.58985 2 4.38751 2.7368C3.71473 3.14908 3.14908 3.71473 2.7368 4.38751C2 5.58985 2 7.22657 2 10.5V11.5C2 13.8297 2 14.9946 2.3806 15.9134C2.88807 17.1386 3.86144 18.1119 5.08658 18.6194C5.74689 18.8929 6.53422 18.9698 7.78958 18.9915C8.63992 19.0061 9.06509 19.0134 9.40279 19.2098C9.74049 19.4063 9.95073 19.7614 10.3712 20.4718L10.9133 21.3877C11.3965 22.204 12.6035 22.204 13.0867 21.3877L13.6288 20.4718C14.0492 19.7615 14.2595 19.4062 14.5972 19.2098C14.9349 19.0134 15.36 19.0061 16.2104 18.9915C17.4658 18.9698 18.2531 18.8929 18.9134 18.6194C20.1386 18.1119 21.1119 17.1386 21.6194 15.9134C22 14.9946 22 13.8297 22 11.5V10.5"/><circle cx="19" cy="5" r="3"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarChatSquareUnreadLinear(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" strokeWidth="1.5"><path strokeLinecap="round" d="M13.5 2H10.5C7.22657 2 5.58985 2 4.38751 2.7368C3.71473 3.14908 3.14908 3.71473 2.7368 4.38751C2 5.58985 2 7.22657 2 10.5V11.5C2 13.8297 2 14.9946 2.3806 15.9134C2.88807 17.1386 3.86144 18.1119 5.08658 18.6194C5.74689 18.8929 6.53422 18.9698 7.78958 18.9915C8.63992 19.0061 9.06509 19.0134 9.40279 19.2098C9.74049 19.4063 9.95073 19.7614 10.3712 20.4718L10.9133 21.3877C11.3965 22.204 12.6035 22.204 13.0867 21.3877L13.6288 20.4718C14.0492 19.7615 14.2595 19.4062 14.5972 19.2098C14.9349 19.0134 15.36 19.0061 16.2104 18.9915C17.4658 18.9698 18.2531 18.8929 18.9134 18.6194C20.1386 18.1119 21.1119 17.1386 21.6194 15.9134C22 14.9946 22 13.8297 22 11.5V10.5"/><circle cx="19" cy="5" r="3"/></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-width="1.5"><path stroke-linecap="round" d="M13.5 2H10.5C7.22657 2 5.58985 2 4.38751 2.7368C3.71473 3.14908 3.14908 3.71473 2.7368 4.38751C2 5.58985 2 7.22657 2 10.5V11.5C2 13.8297 2 14.9946 2.3806 15.9134C2.88807 17.1386 3.86144 18.1119 5.08658 18.6194C5.74689 18.8929 6.53422 18.9698 7.78958 18.9915C8.63992 19.0061 9.06509 19.0134 9.40279 19.2098C9.74049 19.4063 9.95073 19.7614 10.3712 20.4718L10.9133 21.3877C11.3965 22.204 12.6035 22.204 13.0867 21.3877L13.6288 20.4718C14.0492 19.7615 14.2595 19.4062 14.5972 19.2098C14.9349 19.0134 15.36 19.0061 16.2104 18.9915C17.4658 18.9698 18.2531 18.8929 18.9134 18.6194C20.1386 18.1119 21.1119 17.1386 21.6194 15.9134C22 14.9946 22 13.8297 22 11.5V10.5"/><circle cx="19" cy="5" r="3"/></g></svg> </template>
CSS
.icon-chat-square-unread-linear {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%202H10.5C7.22657%202%205.58985%202%204.38751%202.7368C3.71473%203.14908%203.14908%203.71473%202.7368%204.38751C2%205.58985%202%207.22657%202%2010.5V11.5C2%2013.8297%202%2014.9946%202.3806%2015.9134C2.88807%2017.1386%203.86144%2018.1119%205.08658%2018.6194C5.74689%2018.8929%206.53422%2018.9698%207.78958%2018.9915C8.63992%2019.0061%209.06509%2019.0134%209.40279%2019.2098C9.74049%2019.4063%209.95073%2019.7614%2010.3712%2020.4718L10.9133%2021.3877C11.3965%2022.204%2012.6035%2022.204%2013.0867%2021.3877L13.6288%2020.4718C14.0492%2019.7615%2014.2595%2019.4062%2014.5972%2019.2098C14.9349%2019.0134%2015.36%2019.0061%2016.2104%2018.9915C17.4658%2018.9698%2018.2531%2018.8929%2018.9134%2018.6194C20.1386%2018.1119%2021.1119%2017.1386%2021.6194%2015.9134C22%2014.9946%2022%2013.8297%2022%2011.5V10.5%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%225%22%20r%3D%223%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%202H10.5C7.22657%202%205.58985%202%204.38751%202.7368C3.71473%203.14908%203.14908%203.71473%202.7368%204.38751C2%205.58985%202%207.22657%202%2010.5V11.5C2%2013.8297%202%2014.9946%202.3806%2015.9134C2.88807%2017.1386%203.86144%2018.1119%205.08658%2018.6194C5.74689%2018.8929%206.53422%2018.9698%207.78958%2018.9915C8.63992%2019.0061%209.06509%2019.0134%209.40279%2019.2098C9.74049%2019.4063%209.95073%2019.7614%2010.3712%2020.4718L10.9133%2021.3877C11.3965%2022.204%2012.6035%2022.204%2013.0867%2021.3877L13.6288%2020.4718C14.0492%2019.7615%2014.2595%2019.4062%2014.5972%2019.2098C14.9349%2019.0134%2015.36%2019.0061%2016.2104%2018.9915C17.4658%2018.9698%2018.2531%2018.8929%2018.9134%2018.6194C20.1386%2018.1119%2021.1119%2017.1386%2021.6194%2015.9134C22%2014.9946%2022%2013.8297%2022%2011.5V10.5%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%225%22%20r%3D%223%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-unread-linear.svg?color=%231a73e8&size=48