chat round unread icon
chat-round-unread-broken from Solar by 480 Design · Broken · Messages · CC-BY-4.0 Attribution required.
- Name
- chat-round-unread-broken
- Set
- Solar
- Style
- Broken
- 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-video-boldchat-round-warning-boldchat-square-add-boldchat-square-arrow-boldchat-square-boldchat-square-call-boldchat-square-check-boldchat-square-close-boldchat-square-code-boldchat-square-dots-bold
Use the chat round 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"><circle cx="3" cy="3" r="3" transform="matrix(-1 0 0 1 22 2)"/><path stroke-linecap="round" d="M14 2.20004C13.3538 2.06886 12.6849 2 12 2C10.1786 2 8.47087 2.48697 7 3.33782M21.8 10C21.9311 10.6462 22 11.3151 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88837 21.6244 7.54753 20.9565C7.19121 20.7791 6.78393 20.72 6.39939 20.8229L4.17335 21.4185C3.20701 21.677 2.32295 20.793 2.58151 19.8267L3.17712 17.6006C3.28001 17.2161 3.22094 16.8088 3.04346 16.4525C2.37562 15.1116 2 13.5997 2 12C2 10.1786 2.48697 8.47087 3.33782 7"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarChatRoundUnreadBroken(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"><circle cx="3" cy="3" r="3" transform="matrix(-1 0 0 1 22 2)"/><path strokeLinecap="round" d="M14 2.20004C13.3538 2.06886 12.6849 2 12 2C10.1786 2 8.47087 2.48697 7 3.33782M21.8 10C21.9311 10.6462 22 11.3151 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88837 21.6244 7.54753 20.9565C7.19121 20.7791 6.78393 20.72 6.39939 20.8229L4.17335 21.4185C3.20701 21.677 2.32295 20.793 2.58151 19.8267L3.17712 17.6006C3.28001 17.2161 3.22094 16.8088 3.04346 16.4525C2.37562 15.1116 2 13.5997 2 12C2 10.1786 2.48697 8.47087 3.33782 7"/></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"><circle cx="3" cy="3" r="3" transform="matrix(-1 0 0 1 22 2)"/><path stroke-linecap="round" d="M14 2.20004C13.3538 2.06886 12.6849 2 12 2C10.1786 2 8.47087 2.48697 7 3.33782M21.8 10C21.9311 10.6462 22 11.3151 22 12C22 17.5228 17.5228 22 12 22C10.4003 22 8.88837 21.6244 7.54753 20.9565C7.19121 20.7791 6.78393 20.72 6.39939 20.8229L4.17335 21.4185C3.20701 21.677 2.32295 20.793 2.58151 19.8267L3.17712 17.6006C3.28001 17.2161 3.22094 16.8088 3.04346 16.4525C2.37562 15.1116 2 13.5997 2 12C2 10.1786 2.48697 8.47087 3.33782 7"/></g></svg> </template>
CSS
.icon-chat-round-unread-broken {
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%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20transform%3D%22matrix(-1%200%200%201%2022%202)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%202.20004C13.3538%202.06886%2012.6849%202%2012%202C10.1786%202%208.47087%202.48697%207%203.33782M21.8%2010C21.9311%2010.6462%2022%2011.3151%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C10.4003%2022%208.88837%2021.6244%207.54753%2020.9565C7.19121%2020.7791%206.78393%2020.72%206.39939%2020.8229L4.17335%2021.4185C3.20701%2021.677%202.32295%2020.793%202.58151%2019.8267L3.17712%2017.6006C3.28001%2017.2161%203.22094%2016.8088%203.04346%2016.4525C2.37562%2015.1116%202%2013.5997%202%2012C2%2010.1786%202.48697%208.47087%203.33782%207%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%3Ccircle%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20transform%3D%22matrix(-1%200%200%201%2022%202)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%202.20004C13.3538%202.06886%2012.6849%202%2012%202C10.1786%202%208.47087%202.48697%207%203.33782M21.8%2010C21.9311%2010.6462%2022%2011.3151%2022%2012C22%2017.5228%2017.5228%2022%2012%2022C10.4003%2022%208.88837%2021.6244%207.54753%2020.9565C7.19121%2020.7791%206.78393%2020.72%206.39939%2020.8229L4.17335%2021.4185C3.20701%2021.677%202.32295%2020.793%202.58151%2019.8267L3.17712%2017.6006C3.28001%2017.2161%203.22094%2016.8088%203.04346%2016.4525C2.37562%2015.1116%202%2013.5997%202%2012C2%2010.1786%202.48697%208.47087%203.33782%207%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-round-unread-broken.svg?color=%231a73e8&size=48