chat dashed icon
chat-dashed-rounded from Material Symbols by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- chat-dashed-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chat-dashed-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
Use the chat dashed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12q-.425 0-.712-.288T2 11V9q0-.425.288-.712T3 8t.713.288T4 9v2q0 .425-.288.713T3 12m-.375 8.5q-.275-.125-.45-.35T2 19.575V15q0-.425.288-.712T3 14t.713.288T4 15v2.125L5.15 16H7q.425 0 .713.288T8 17t-.288.713T7 18H6l-2.3 2.3q-.25.25-.525.288t-.55-.088M11 18q-.425 0-.712-.287T10 17t.288-.712T11 16h2q.425 0 .713.288T14 17t-.288.713T13 18zm6 0q-.425 0-.712-.287T16 17t.288-.712T17 16h3v-1q0-.425.288-.712T21 14t.713.288T22 15v1q0 .825-.587 1.413T20 18zm3.288-6.287Q20 11.425 20 11V9q0-.425.288-.712T21 8t.713.288T22 9v2q0 .425-.288.713T21 12t-.712-.288m0-5.974Q20 5.45 20 5.025V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v1.025q0 .425-.288.713T21 6.025t-.712-.288M11 4q-.425 0-.712-.288T10 3t.288-.712T11 2h2q.425 0 .713.288T14 3t-.288.713T13 4zM3 6.025q-.425 0-.712-.288T2 5.026V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v1.025q0 .425-.288.713T3 6.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChatDashedRounded(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="M3 12q-.425 0-.712-.288T2 11V9q0-.425.288-.712T3 8t.713.288T4 9v2q0 .425-.288.713T3 12m-.375 8.5q-.275-.125-.45-.35T2 19.575V15q0-.425.288-.712T3 14t.713.288T4 15v2.125L5.15 16H7q.425 0 .713.288T8 17t-.288.713T7 18H6l-2.3 2.3q-.25.25-.525.288t-.55-.088M11 18q-.425 0-.712-.287T10 17t.288-.712T11 16h2q.425 0 .713.288T14 17t-.288.713T13 18zm6 0q-.425 0-.712-.287T16 17t.288-.712T17 16h3v-1q0-.425.288-.712T21 14t.713.288T22 15v1q0 .825-.587 1.413T20 18zm3.288-6.287Q20 11.425 20 11V9q0-.425.288-.712T21 8t.713.288T22 9v2q0 .425-.288.713T21 12t-.712-.288m0-5.974Q20 5.45 20 5.025V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v1.025q0 .425-.288.713T21 6.025t-.712-.288M11 4q-.425 0-.712-.288T10 3t.288-.712T11 2h2q.425 0 .713.288T14 3t-.288.713T13 4zM3 6.025q-.425 0-.712-.288T2 5.026V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v1.025q0 .425-.288.713T3 6.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 12q-.425 0-.712-.288T2 11V9q0-.425.288-.712T3 8t.713.288T4 9v2q0 .425-.288.713T3 12m-.375 8.5q-.275-.125-.45-.35T2 19.575V15q0-.425.288-.712T3 14t.713.288T4 15v2.125L5.15 16H7q.425 0 .713.288T8 17t-.288.713T7 18H6l-2.3 2.3q-.25.25-.525.288t-.55-.088M11 18q-.425 0-.712-.287T10 17t.288-.712T11 16h2q.425 0 .713.288T14 17t-.288.713T13 18zm6 0q-.425 0-.712-.287T16 17t.288-.712T17 16h3v-1q0-.425.288-.712T21 14t.713.288T22 15v1q0 .825-.587 1.413T20 18zm3.288-6.287Q20 11.425 20 11V9q0-.425.288-.712T21 8t.713.288T22 9v2q0 .425-.288.713T21 12t-.712-.288m0-5.974Q20 5.45 20 5.025V4h-3q-.425 0-.712-.288T16 3t.288-.712T17 2h3q.825 0 1.413.588T22 4v1.025q0 .425-.288.713T21 6.025t-.712-.288M11 4q-.425 0-.712-.288T10 3t.288-.712T11 2h2q.425 0 .713.288T14 3t-.288.713T13 4zM3 6.025q-.425 0-.712-.288T2 5.026V4q0-.825.588-1.412T4 2h3q.425 0 .713.288T8 3t-.288.713T7 4H4v1.025q0 .425-.288.713T3 6.025"/></svg> </template>
CSS
.icon-chat-dashed-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%22M3%2012q-.425%200-.712-.288T2%2011V9q0-.425.288-.712T3%208t.713.288T4%209v2q0%20.425-.288.713T3%2012m-.375%208.5q-.275-.125-.45-.35T2%2019.575V15q0-.425.288-.712T3%2014t.713.288T4%2015v2.125L5.15%2016H7q.425%200%20.713.288T8%2017t-.288.713T7%2018H6l-2.3%202.3q-.25.25-.525.288t-.55-.088M11%2018q-.425%200-.712-.287T10%2017t.288-.712T11%2016h2q.425%200%20.713.288T14%2017t-.288.713T13%2018zm6%200q-.425%200-.712-.287T16%2017t.288-.712T17%2016h3v-1q0-.425.288-.712T21%2014t.713.288T22%2015v1q0%20.825-.587%201.413T20%2018zm3.288-6.287Q20%2011.425%2020%2011V9q0-.425.288-.712T21%208t.713.288T22%209v2q0%20.425-.288.713T21%2012t-.712-.288m0-5.974Q20%205.45%2020%205.025V4h-3q-.425%200-.712-.288T16%203t.288-.712T17%202h3q.825%200%201.413.588T22%204v1.025q0%20.425-.288.713T21%206.025t-.712-.288M11%204q-.425%200-.712-.288T10%203t.288-.712T11%202h2q.425%200%20.713.288T14%203t-.288.713T13%204zM3%206.025q-.425%200-.712-.288T2%205.026V4q0-.825.588-1.412T4%202h3q.425%200%20.713.288T8%203t-.288.713T7%204H4v1.025q0%20.425-.288.713T3%206.025%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%22M3%2012q-.425%200-.712-.288T2%2011V9q0-.425.288-.712T3%208t.713.288T4%209v2q0%20.425-.288.713T3%2012m-.375%208.5q-.275-.125-.45-.35T2%2019.575V15q0-.425.288-.712T3%2014t.713.288T4%2015v2.125L5.15%2016H7q.425%200%20.713.288T8%2017t-.288.713T7%2018H6l-2.3%202.3q-.25.25-.525.288t-.55-.088M11%2018q-.425%200-.712-.287T10%2017t.288-.712T11%2016h2q.425%200%20.713.288T14%2017t-.288.713T13%2018zm6%200q-.425%200-.712-.287T16%2017t.288-.712T17%2016h3v-1q0-.425.288-.712T21%2014t.713.288T22%2015v1q0%20.825-.587%201.413T20%2018zm3.288-6.287Q20%2011.425%2020%2011V9q0-.425.288-.712T21%208t.713.288T22%209v2q0%20.425-.288.713T21%2012t-.712-.288m0-5.974Q20%205.45%2020%205.025V4h-3q-.425%200-.712-.288T16%203t.288-.712T17%202h3q.825%200%201.413.588T22%204v1.025q0%20.425-.288.713T21%206.025t-.712-.288M11%204q-.425%200-.712-.288T10%203t.288-.712T11%202h2q.425%200%20.713.288T14%203t-.288.713T13%204zM3%206.025q-.425%200-.712-.288T2%205.026V4q0-.825.588-1.412T4%202h3q.425%200%20.713.288T8%203t-.288.713T7%204H4v1.025q0%20.425-.288.713T3%206.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chat-dashed-rounded.svg?color=%231a73e8&size=48