mark unread chat alt icon
mark-unread-chat-alt-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- mark-unread-chat-alt-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
Use the mark unread chat alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.875 5.125Q16 4.25 16 3t.875-2.125T19 0t2.125.875T22 3t-.875 2.125T19 6t-2.125-.875M6 18l-2.3 2.3q-.475.475-1.088.213T2 19.575V4q0-.825.588-1.412T4 2h10.1q-.1.5-.1 1t.1 1q.125.575.35 1.075T15 6H7q-.425 0-.712.288T6 7t.288.713T7 8h12q.8 0 1.575-.25T22 7v9q0 .825-.587 1.413T20 18zm1-7h10q.425 0 .713-.288T18 10t-.288-.712T17 9H7q-.425 0-.712.288T6 10t.288.713T7 11m0 3h6q.425 0 .713-.288T14 13t-.288-.712T13 12H7q-.425 0-.712.288T6 13t.288.713T7 14"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMarkUnreadChatAltRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.875 5.125Q16 4.25 16 3t.875-2.125T19 0t2.125.875T22 3t-.875 2.125T19 6t-2.125-.875M6 18l-2.3 2.3q-.475.475-1.088.213T2 19.575V4q0-.825.588-1.412T4 2h10.1q-.1.5-.1 1t.1 1q.125.575.35 1.075T15 6H7q-.425 0-.712.288T6 7t.288.713T7 8h12q.8 0 1.575-.25T22 7v9q0 .825-.587 1.413T20 18zm1-7h10q.425 0 .713-.288T18 10t-.288-.712T17 9H7q-.425 0-.712.288T6 10t.288.713T7 11m0 3h6q.425 0 .713-.288T14 13t-.288-.712T13 12H7q-.425 0-.712.288T6 13t.288.713T7 14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.875 5.125Q16 4.25 16 3t.875-2.125T19 0t2.125.875T22 3t-.875 2.125T19 6t-2.125-.875M6 18l-2.3 2.3q-.475.475-1.088.213T2 19.575V4q0-.825.588-1.412T4 2h10.1q-.1.5-.1 1t.1 1q.125.575.35 1.075T15 6H7q-.425 0-.712.288T6 7t.288.713T7 8h12q.8 0 1.575-.25T22 7v9q0 .825-.587 1.413T20 18zm1-7h10q.425 0 .713-.288T18 10t-.288-.712T17 9H7q-.425 0-.712.288T6 10t.288.713T7 11m0 3h6q.425 0 .713-.288T14 13t-.288-.712T13 12H7q-.425 0-.712.288T6 13t.288.713T7 14"/></svg> </template>
CSS
.icon-mark-unread-chat-alt-rounded {
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%22currentColor%22%20d%3D%22M16.875%205.125Q16%204.25%2016%203t.875-2.125T19%200t2.125.875T22%203t-.875%202.125T19%206t-2.125-.875M6%2018l-2.3%202.3q-.475.475-1.088.213T2%2019.575V4q0-.825.588-1.412T4%202h10.1q-.1.5-.1%201t.1%201q.125.575.35%201.075T15%206H7q-.425%200-.712.288T6%207t.288.713T7%208h12q.8%200%201.575-.25T22%207v9q0%20.825-.587%201.413T20%2018zm1-7h10q.425%200%20.713-.288T18%2010t-.288-.712T17%209H7q-.425%200-.712.288T6%2010t.288.713T7%2011m0%203h6q.425%200%20.713-.288T14%2013t-.288-.712T13%2012H7q-.425%200-.712.288T6%2013t.288.713T7%2014%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%22currentColor%22%20d%3D%22M16.875%205.125Q16%204.25%2016%203t.875-2.125T19%200t2.125.875T22%203t-.875%202.125T19%206t-2.125-.875M6%2018l-2.3%202.3q-.475.475-1.088.213T2%2019.575V4q0-.825.588-1.412T4%202h10.1q-.1.5-.1%201t.1%201q.125.575.35%201.075T15%206H7q-.425%200-.712.288T6%207t.288.713T7%208h12q.8%200%201.575-.25T22%207v9q0%20.825-.587%201.413T20%2018zm1-7h10q.425%200%20.713-.288T18%2010t-.288-.712T17%209H7q-.425%200-.712.288T6%2010t.288.713T7%2011m0%203h6q.425%200%20.713-.288T14%2013t-.288-.712T13%2012H7q-.425%200-.712.288T6%2013t.288.713T7%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mark-unread-chat-alt-rounded.svg?color=%231a73e8&size=48