conversation icon
conversation-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- conversation-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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 22v-2h-4v-2h2q1.65 0 2.825-1.175T22 14h-2q0 .825-.587 1.413T18 16h-2v-1h-3.3l1.625-6.375q.725-2.975 3.163-4.8T23 2v20zM4 22H1V2q3.075 0 5.513 1.825t3.162 4.8L11.3 15H8v1H6q-.825 0-1.412-.587T4 14H2q0 1.65 1.175 2.825T6 18h2v2H4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsConversationSharp(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 22v-2h-4v-2h2q1.65 0 2.825-1.175T22 14h-2q0 .825-.587 1.413T18 16h-2v-1h-3.3l1.625-6.375q.725-2.975 3.163-4.8T23 2v20zM4 22H1V2q3.075 0 5.513 1.825t3.162 4.8L11.3 15H8v1H6q-.825 0-1.412-.587T4 14H2q0 1.65 1.175 2.825T6 18h2v2H4z"/></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 22v-2h-4v-2h2q1.65 0 2.825-1.175T22 14h-2q0 .825-.587 1.413T18 16h-2v-1h-3.3l1.625-6.375q.725-2.975 3.163-4.8T23 2v20zM4 22H1V2q3.075 0 5.513 1.825t3.162 4.8L11.3 15H8v1H6q-.825 0-1.412-.587T4 14H2q0 1.65 1.175 2.825T6 18h2v2H4z"/></svg> </template>
CSS
.icon-conversation-sharp {
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%2022v-2h-4v-2h2q1.65%200%202.825-1.175T22%2014h-2q0%20.825-.587%201.413T18%2016h-2v-1h-3.3l1.625-6.375q.725-2.975%203.163-4.8T23%202v20zM4%2022H1V2q3.075%200%205.513%201.825t3.162%204.8L11.3%2015H8v1H6q-.825%200-1.412-.587T4%2014H2q0%201.65%201.175%202.825T6%2018h2v2H4z%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%2022v-2h-4v-2h2q1.65%200%202.825-1.175T22%2014h-2q0%20.825-.587%201.413T18%2016h-2v-1h-3.3l1.625-6.375q.725-2.975%203.163-4.8T23%202v20zM4%2022H1V2q3.075%200%205.513%201.825t3.162%204.8L11.3%2015H8v1H6q-.825%200-1.412-.587T4%2014H2q0%201.65%201.175%202.825T6%2018h2v2H4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/conversation-sharp.svg?color=%231a73e8&size=48