conversation icon
conversation-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- conversation-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the conversation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.638 10.638Q6 10.275 6 9.75t-.363-.888T4.75 8.5t-.888.363t-.362.887t.363.888t.887.362t.888-.363m14.5 0q.362-.362.362-.887t-.363-.888t-.887-.362t-.888.363T18 9.75t.363.888t.887.362t.888-.363M20 20h-2q-.825 0-1.412-.587T16 18h2q1.65 0 2.825-1.175T22 14h-2q0 .825-.587 1.413T18 16h-2v-1h-2q-.5 0-.8-.387t-.175-.863l1.3-5.125Q15 5.9 17.113 3.95T21.975 2q.425 0 .725.288T23 3v17.5q0 .625-.437 1.063T21.5 22t-1.062-.437T20 20.5zM4 20v.5q0 .625-.437 1.063T2.5 22t-1.062-.437T1 20.5V3q0-.425.3-.712T2.025 2q2.75 0 4.863 1.95t2.787 4.675l1.3 5.125q.125.475-.175.863T10 15H8v1H6q-.825 0-1.412-.587T4 14H2q0 1.65 1.175 2.825T6 18h2q0 .825-.587 1.413T6 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsConversationRounded(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="M5.638 10.638Q6 10.275 6 9.75t-.363-.888T4.75 8.5t-.888.363t-.362.887t.363.888t.887.362t.888-.363m14.5 0q.362-.362.362-.887t-.363-.888t-.887-.362t-.888.363T18 9.75t.363.888t.887.362t.888-.363M20 20h-2q-.825 0-1.412-.587T16 18h2q1.65 0 2.825-1.175T22 14h-2q0 .825-.587 1.413T18 16h-2v-1h-2q-.5 0-.8-.387t-.175-.863l1.3-5.125Q15 5.9 17.113 3.95T21.975 2q.425 0 .725.288T23 3v17.5q0 .625-.437 1.063T21.5 22t-1.062-.437T20 20.5zM4 20v.5q0 .625-.437 1.063T2.5 22t-1.062-.437T1 20.5V3q0-.425.3-.712T2.025 2q2.75 0 4.863 1.95t2.787 4.675l1.3 5.125q.125.475-.175.863T10 15H8v1H6q-.825 0-1.412-.587T4 14H2q0 1.65 1.175 2.825T6 18h2q0 .825-.587 1.413T6 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.638 10.638Q6 10.275 6 9.75t-.363-.888T4.75 8.5t-.888.363t-.362.887t.363.888t.887.362t.888-.363m14.5 0q.362-.362.362-.887t-.363-.888t-.887-.362t-.888.363T18 9.75t.363.888t.887.362t.888-.363M20 20h-2q-.825 0-1.412-.587T16 18h2q1.65 0 2.825-1.175T22 14h-2q0 .825-.587 1.413T18 16h-2v-1h-2q-.5 0-.8-.387t-.175-.863l1.3-5.125Q15 5.9 17.113 3.95T21.975 2q.425 0 .725.288T23 3v17.5q0 .625-.437 1.063T21.5 22t-1.062-.437T20 20.5zM4 20v.5q0 .625-.437 1.063T2.5 22t-1.062-.437T1 20.5V3q0-.425.3-.712T2.025 2q2.75 0 4.863 1.95t2.787 4.675l1.3 5.125q.125.475-.175.863T10 15H8v1H6q-.825 0-1.412-.587T4 14H2q0 1.65 1.175 2.825T6 18h2q0 .825-.587 1.413T6 20z"/></svg> </template>
CSS
.icon-conversation-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%22M5.638%2010.638Q6%2010.275%206%209.75t-.363-.888T4.75%208.5t-.888.363t-.362.887t.363.888t.887.362t.888-.363m14.5%200q.362-.362.362-.887t-.363-.888t-.887-.362t-.888.363T18%209.75t.363.888t.887.362t.888-.363M20%2020h-2q-.825%200-1.412-.587T16%2018h2q1.65%200%202.825-1.175T22%2014h-2q0%20.825-.587%201.413T18%2016h-2v-1h-2q-.5%200-.8-.387t-.175-.863l1.3-5.125Q15%205.9%2017.113%203.95T21.975%202q.425%200%20.725.288T23%203v17.5q0%20.625-.437%201.063T21.5%2022t-1.062-.437T20%2020.5zM4%2020v.5q0%20.625-.437%201.063T2.5%2022t-1.062-.437T1%2020.5V3q0-.425.3-.712T2.025%202q2.75%200%204.863%201.95t2.787%204.675l1.3%205.125q.125.475-.175.863T10%2015H8v1H6q-.825%200-1.412-.587T4%2014H2q0%201.65%201.175%202.825T6%2018h2q0%20.825-.587%201.413T6%2020z%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%22M5.638%2010.638Q6%2010.275%206%209.75t-.363-.888T4.75%208.5t-.888.363t-.362.887t.363.888t.887.362t.888-.363m14.5%200q.362-.362.362-.887t-.363-.888t-.887-.362t-.888.363T18%209.75t.363.888t.887.362t.888-.363M20%2020h-2q-.825%200-1.412-.587T16%2018h2q1.65%200%202.825-1.175T22%2014h-2q0%20.825-.587%201.413T18%2016h-2v-1h-2q-.5%200-.8-.387t-.175-.863l1.3-5.125Q15%205.9%2017.113%203.95T21.975%202q.425%200%20.725.288T23%203v17.5q0%20.625-.437%201.063T21.5%2022t-1.062-.437T20%2020.5zM4%2020v.5q0%20.625-.437%201.063T2.5%2022t-1.062-.437T1%2020.5V3q0-.425.3-.712T2.025%202q2.75%200%204.863%201.95t2.787%204.675l1.3%205.125q.125.475-.175.863T10%2015H8v1H6q-.825%200-1.412-.587T4%2014H2q0%201.65%201.175%202.825T6%2018h2q0%20.825-.587%201.413T6%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/conversation-rounded.svg?color=%231a73e8&size=48