communication icon
communication from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- communication
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- communication-outline, communication-outline-sharp, communication-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the communication icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.2 13.2l-1.05-1.05q.2-.275.275-.562T9.5 11t-.075-.587t-.275-.538L10.2 8.8q.4.475.6 1.05T11 11t-.2 1.138t-.6 1.062m2.125 2.15l-1.075-1.075q.625-.7.938-1.55T12.5 11t-.312-1.712t-.938-1.538l1.075-1.075q.85.925 1.263 2.038T14 11t-.413 2.3t-1.262 2.05M5 12q-.825 0-1.412-.587T3 10t.588-1.412T5 8t1.413.588T7 10t-.587 1.413T5 12m-4 4v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T5 13t1.438.15t1.337.425q.575.25.9.75t.325 1.1V16zm18-4q-.825 0-1.412-.587T17 10t.588-1.412T19 8t1.413.588T21 10t-.587 1.413T19 12m-4 4v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.337-.425T19 13t1.437.15t1.338.425q.575.25.9.75t.325 1.1V16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCommunication(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="m10.2 13.2l-1.05-1.05q.2-.275.275-.562T9.5 11t-.075-.587t-.275-.538L10.2 8.8q.4.475.6 1.05T11 11t-.2 1.138t-.6 1.062m2.125 2.15l-1.075-1.075q.625-.7.938-1.55T12.5 11t-.312-1.712t-.938-1.538l1.075-1.075q.85.925 1.263 2.038T14 11t-.413 2.3t-1.262 2.05M5 12q-.825 0-1.412-.587T3 10t.588-1.412T5 8t1.413.588T7 10t-.587 1.413T5 12m-4 4v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T5 13t1.438.15t1.337.425q.575.25.9.75t.325 1.1V16zm18-4q-.825 0-1.412-.587T17 10t.588-1.412T19 8t1.413.588T21 10t-.587 1.413T19 12m-4 4v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.337-.425T19 13t1.437.15t1.338.425q.575.25.9.75t.325 1.1V16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.2 13.2l-1.05-1.05q.2-.275.275-.562T9.5 11t-.075-.587t-.275-.538L10.2 8.8q.4.475.6 1.05T11 11t-.2 1.138t-.6 1.062m2.125 2.15l-1.075-1.075q.625-.7.938-1.55T12.5 11t-.312-1.712t-.938-1.538l1.075-1.075q.85.925 1.263 2.038T14 11t-.413 2.3t-1.262 2.05M5 12q-.825 0-1.412-.587T3 10t.588-1.412T5 8t1.413.588T7 10t-.587 1.413T5 12m-4 4v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T5 13t1.438.15t1.337.425q.575.25.9.75t.325 1.1V16zm18-4q-.825 0-1.412-.587T17 10t.588-1.412T19 8t1.413.588T21 10t-.587 1.413T19 12m-4 4v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.337-.425T19 13t1.437.15t1.338.425q.575.25.9.75t.325 1.1V16z"/></svg> </template>
CSS
.icon-communication {
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%22m10.2%2013.2l-1.05-1.05q.2-.275.275-.562T9.5%2011t-.075-.587t-.275-.538L10.2%208.8q.4.475.6%201.05T11%2011t-.2%201.138t-.6%201.062m2.125%202.15l-1.075-1.075q.625-.7.938-1.55T12.5%2011t-.312-1.712t-.938-1.538l1.075-1.075q.85.925%201.263%202.038T14%2011t-.413%202.3t-1.262%202.05M5%2012q-.825%200-1.412-.587T3%2010t.588-1.412T5%208t1.413.588T7%2010t-.587%201.413T5%2012m-4%204v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T5%2013t1.438.15t1.337.425q.575.25.9.75t.325%201.1V16zm18-4q-.825%200-1.412-.587T17%2010t.588-1.412T19%208t1.413.588T21%2010t-.587%201.413T19%2012m-4%204v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.337-.425T19%2013t1.437.15t1.338.425q.575.25.9.75t.325%201.1V16z%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%22m10.2%2013.2l-1.05-1.05q.2-.275.275-.562T9.5%2011t-.075-.587t-.275-.538L10.2%208.8q.4.475.6%201.05T11%2011t-.2%201.138t-.6%201.062m2.125%202.15l-1.075-1.075q.625-.7.938-1.55T12.5%2011t-.312-1.712t-.938-1.538l1.075-1.075q.85.925%201.263%202.038T14%2011t-.413%202.3t-1.262%202.05M5%2012q-.825%200-1.412-.587T3%2010t.588-1.412T5%208t1.413.588T7%2010t-.587%201.413T5%2012m-4%204v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T5%2013t1.438.15t1.337.425q.575.25.9.75t.325%201.1V16zm18-4q-.825%200-1.412-.587T17%2010t.588-1.412T19%208t1.413.588T21%2010t-.587%201.413T19%2012m-4%204v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.337-.425T19%2013t1.437.15t1.338.425q.575.25.9.75t.325%201.1V16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/communication.svg?color=%231a73e8&size=48