communication icon
communication-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- communication-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- communication-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M1.5 15.5v-.171q0-1.129 1.339-1.479T5 13.5t2.161.35T8.5 15.329v.171zm3.5-4q-.633 0-1.066-.434Q3.5 10.633 3.5 10t.434-1.066T5 8.5t1.066.434Q6.5 9.367 6.5 10t-.434 1.066T5 11.5m5.04 1.579q-.176 0-.31-.133q-.132-.133-.132-.31q0-.111.129-.313q.18-.27.237-.607q.055-.339.055-.693t-.065-.693t-.246-.59q-.057-.073-.093-.153t-.036-.167q0-.19.126-.315t.326-.126q.123 0 .223.074t.167.185q.229.373.356.835t.127.946q0 .496-.117.959t-.346.841q-.072.104-.165.182t-.235.078m1.951 1.938q-.187 0-.318-.126q-.13-.126-.13-.32q0-.088.036-.166t.093-.15q.587-.719.86-1.55q.275-.83.275-1.705t-.274-1.703t-.861-1.528q-.057-.074-.093-.148t-.036-.163q0-.192.125-.321q.126-.13.317-.13q.112 0 .207.047q.095.046.163.132q.678.829 1.007 1.814q.33.984.33 1.998t-.336 1.993t-1.001 1.828q-.067.087-.158.142t-.206.056m3.508.483v-.171q0-1.129 1.338-1.479T19 13.5t2.161.35t1.339 1.479v.171zm3.5-4q-.633 0-1.066-.434Q17.5 10.633 17.5 10t.434-1.066T19 8.5t1.066.434q.434.433.434 1.066t-.434 1.066T19 11.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCommunicationRounded(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="M1.5 15.5v-.171q0-1.129 1.339-1.479T5 13.5t2.161.35T8.5 15.329v.171zm3.5-4q-.633 0-1.066-.434Q3.5 10.633 3.5 10t.434-1.066T5 8.5t1.066.434Q6.5 9.367 6.5 10t-.434 1.066T5 11.5m5.04 1.579q-.176 0-.31-.133q-.132-.133-.132-.31q0-.111.129-.313q.18-.27.237-.607q.055-.339.055-.693t-.065-.693t-.246-.59q-.057-.073-.093-.153t-.036-.167q0-.19.126-.315t.326-.126q.123 0 .223.074t.167.185q.229.373.356.835t.127.946q0 .496-.117.959t-.346.841q-.072.104-.165.182t-.235.078m1.951 1.938q-.187 0-.318-.126q-.13-.126-.13-.32q0-.088.036-.166t.093-.15q.587-.719.86-1.55q.275-.83.275-1.705t-.274-1.703t-.861-1.528q-.057-.074-.093-.148t-.036-.163q0-.192.125-.321q.126-.13.317-.13q.112 0 .207.047q.095.046.163.132q.678.829 1.007 1.814q.33.984.33 1.998t-.336 1.993t-1.001 1.828q-.067.087-.158.142t-.206.056m3.508.483v-.171q0-1.129 1.338-1.479T19 13.5t2.161.35t1.339 1.479v.171zm3.5-4q-.633 0-1.066-.434Q17.5 10.633 17.5 10t.434-1.066T19 8.5t1.066.434q.434.433.434 1.066t-.434 1.066T19 11.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.5 15.5v-.171q0-1.129 1.339-1.479T5 13.5t2.161.35T8.5 15.329v.171zm3.5-4q-.633 0-1.066-.434Q3.5 10.633 3.5 10t.434-1.066T5 8.5t1.066.434Q6.5 9.367 6.5 10t-.434 1.066T5 11.5m5.04 1.579q-.176 0-.31-.133q-.132-.133-.132-.31q0-.111.129-.313q.18-.27.237-.607q.055-.339.055-.693t-.065-.693t-.246-.59q-.057-.073-.093-.153t-.036-.167q0-.19.126-.315t.326-.126q.123 0 .223.074t.167.185q.229.373.356.835t.127.946q0 .496-.117.959t-.346.841q-.072.104-.165.182t-.235.078m1.951 1.938q-.187 0-.318-.126q-.13-.126-.13-.32q0-.088.036-.166t.093-.15q.587-.719.86-1.55q.275-.83.275-1.705t-.274-1.703t-.861-1.528q-.057-.074-.093-.148t-.036-.163q0-.192.125-.321q.126-.13.317-.13q.112 0 .207.047q.095.046.163.132q.678.829 1.007 1.814q.33.984.33 1.998t-.336 1.993t-1.001 1.828q-.067.087-.158.142t-.206.056m3.508.483v-.171q0-1.129 1.338-1.479T19 13.5t2.161.35t1.339 1.479v.171zm3.5-4q-.633 0-1.066-.434Q17.5 10.633 17.5 10t.434-1.066T19 8.5t1.066.434q.434.433.434 1.066t-.434 1.066T19 11.5"/></svg> </template>
CSS
.icon-communication-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%22M1.5%2015.5v-.171q0-1.129%201.339-1.479T5%2013.5t2.161.35T8.5%2015.329v.171zm3.5-4q-.633%200-1.066-.434Q3.5%2010.633%203.5%2010t.434-1.066T5%208.5t1.066.434Q6.5%209.367%206.5%2010t-.434%201.066T5%2011.5m5.04%201.579q-.176%200-.31-.133q-.132-.133-.132-.31q0-.111.129-.313q.18-.27.237-.607q.055-.339.055-.693t-.065-.693t-.246-.59q-.057-.073-.093-.153t-.036-.167q0-.19.126-.315t.326-.126q.123%200%20.223.074t.167.185q.229.373.356.835t.127.946q0%20.496-.117.959t-.346.841q-.072.104-.165.182t-.235.078m1.951%201.938q-.187%200-.318-.126q-.13-.126-.13-.32q0-.088.036-.166t.093-.15q.587-.719.86-1.55q.275-.83.275-1.705t-.274-1.703t-.861-1.528q-.057-.074-.093-.148t-.036-.163q0-.192.125-.321q.126-.13.317-.13q.112%200%20.207.047q.095.046.163.132q.678.829%201.007%201.814q.33.984.33%201.998t-.336%201.993t-1.001%201.828q-.067.087-.158.142t-.206.056m3.508.483v-.171q0-1.129%201.338-1.479T19%2013.5t2.161.35t1.339%201.479v.171zm3.5-4q-.633%200-1.066-.434Q17.5%2010.633%2017.5%2010t.434-1.066T19%208.5t1.066.434q.434.433.434%201.066t-.434%201.066T19%2011.5%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%22M1.5%2015.5v-.171q0-1.129%201.339-1.479T5%2013.5t2.161.35T8.5%2015.329v.171zm3.5-4q-.633%200-1.066-.434Q3.5%2010.633%203.5%2010t.434-1.066T5%208.5t1.066.434Q6.5%209.367%206.5%2010t-.434%201.066T5%2011.5m5.04%201.579q-.176%200-.31-.133q-.132-.133-.132-.31q0-.111.129-.313q.18-.27.237-.607q.055-.339.055-.693t-.065-.693t-.246-.59q-.057-.073-.093-.153t-.036-.167q0-.19.126-.315t.326-.126q.123%200%20.223.074t.167.185q.229.373.356.835t.127.946q0%20.496-.117.959t-.346.841q-.072.104-.165.182t-.235.078m1.951%201.938q-.187%200-.318-.126q-.13-.126-.13-.32q0-.088.036-.166t.093-.15q.587-.719.86-1.55q.275-.83.275-1.705t-.274-1.703t-.861-1.528q-.057-.074-.093-.148t-.036-.163q0-.192.125-.321q.126-.13.317-.13q.112%200%20.207.047q.095.046.163.132q.678.829%201.007%201.814q.33.984.33%201.998t-.336%201.993t-1.001%201.828q-.067.087-.158.142t-.206.056m3.508.483v-.171q0-1.129%201.338-1.479T19%2013.5t2.161.35t1.339%201.479v.171zm3.5-4q-.633%200-1.066-.434Q17.5%2010.633%2017.5%2010t.434-1.066T19%208.5t1.066.434q.434.433.434%201.066t-.434%201.066T19%2011.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/communication-rounded.svg?color=%231a73e8&size=48