broadcast on personal icon
broadcast-on-personal-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- broadcast-on-personal-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the broadcast on personal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18V9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10 2.5t.625.1t.575.3l4.3 3.2q.35.25.238.65t-.538.475q-1.45.35-2.675 1.163t-2.075 2.037q-.7 1.025-1.062 2.188T9.025 15q0 1 .238 1.975t.737 1.85q.225.4.013.788T9.375 20zm13-10q-2.075 0-3.537 1.45T12 15q0 .8.25 1.55t.725 1.4q.2.275.188.575t-.238.525t-.525.212t-.5-.262q-.65-.875-1.025-1.888T10.5 15q0-2.725 1.9-4.612T17 8.5q2.725 0 4.613 1.888T23.5 15q0 1.1-.35 2.113T22.125 19q-.2.25-.5.263t-.525-.213t-.238-.537t.188-.588q.475-.65.713-1.388T22 15q0-2.1-1.45-3.55T17 10m0 2.5q-1.05 0-1.775.725T14.5 15q0 .3.075.575t.225.55t.15.613t-.225.562t-.537.213t-.488-.288q-.35-.5-.525-1.062T13 15q0-1.675 1.175-2.837T17 11q1.675 0 2.838 1.163T21 15q0 .575-.162 1.15t-.513 1.075q-.175.25-.475.263t-.525-.213t-.237-.55t.137-.6q.125-.275.2-.55T19.5 15q0-1.05-.725-1.775T17 12.5m-.537 8.288q-.213-.213-.213-.538V16q-.225-.2-.363-.462T15.75 15q0-.525.375-.888T17 13.75q.525 0 .888.363t.362.887q0 .275-.112.55t-.388.45v4.25q0 .325-.213.538T17 21t-.537-.213"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBroadcastOnPersonalRounded(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="M4 20q-.825 0-1.412-.587T2 18V9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10 2.5t.625.1t.575.3l4.3 3.2q.35.25.238.65t-.538.475q-1.45.35-2.675 1.163t-2.075 2.037q-.7 1.025-1.062 2.188T9.025 15q0 1 .238 1.975t.737 1.85q.225.4.013.788T9.375 20zm13-10q-2.075 0-3.537 1.45T12 15q0 .8.25 1.55t.725 1.4q.2.275.188.575t-.238.525t-.525.212t-.5-.262q-.65-.875-1.025-1.888T10.5 15q0-2.725 1.9-4.612T17 8.5q2.725 0 4.613 1.888T23.5 15q0 1.1-.35 2.113T22.125 19q-.2.25-.5.263t-.525-.213t-.238-.537t.188-.588q.475-.65.713-1.388T22 15q0-2.1-1.45-3.55T17 10m0 2.5q-1.05 0-1.775.725T14.5 15q0 .3.075.575t.225.55t.15.613t-.225.562t-.537.213t-.488-.288q-.35-.5-.525-1.062T13 15q0-1.675 1.175-2.837T17 11q1.675 0 2.838 1.163T21 15q0 .575-.162 1.15t-.513 1.075q-.175.25-.475.263t-.525-.213t-.237-.55t.137-.6q.125-.275.2-.55T19.5 15q0-1.05-.725-1.775T17 12.5m-.537 8.288q-.213-.213-.213-.538V16q-.225-.2-.363-.462T15.75 15q0-.525.375-.888T17 13.75q.525 0 .888.363t.362.887q0 .275-.112.55t-.388.45v4.25q0 .325-.213.538T17 21t-.537-.213"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20q-.825 0-1.412-.587T2 18V9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10 2.5t.625.1t.575.3l4.3 3.2q.35.25.238.65t-.538.475q-1.45.35-2.675 1.163t-2.075 2.037q-.7 1.025-1.062 2.188T9.025 15q0 1 .238 1.975t.737 1.85q.225.4.013.788T9.375 20zm13-10q-2.075 0-3.537 1.45T12 15q0 .8.25 1.55t.725 1.4q.2.275.188.575t-.238.525t-.525.212t-.5-.262q-.65-.875-1.025-1.888T10.5 15q0-2.725 1.9-4.612T17 8.5q2.725 0 4.613 1.888T23.5 15q0 1.1-.35 2.113T22.125 19q-.2.25-.5.263t-.525-.213t-.238-.537t.188-.588q.475-.65.713-1.388T22 15q0-2.1-1.45-3.55T17 10m0 2.5q-1.05 0-1.775.725T14.5 15q0 .3.075.575t.225.55t.15.613t-.225.562t-.537.213t-.488-.288q-.35-.5-.525-1.062T13 15q0-1.675 1.175-2.837T17 11q1.675 0 2.838 1.163T21 15q0 .575-.162 1.15t-.513 1.075q-.175.25-.475.263t-.525-.213t-.237-.55t.137-.6q.125-.275.2-.55T19.5 15q0-1.05-.725-1.775T17 12.5m-.537 8.288q-.213-.213-.213-.538V16q-.225-.2-.363-.462T15.75 15q0-.525.375-.888T17 13.75q.525 0 .888.363t.362.887q0 .275-.112.55t-.388.45v4.25q0 .325-.213.538T17 21t-.537-.213"/></svg> </template>
CSS
.icon-broadcast-on-personal-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%22M4%2020q-.825%200-1.412-.587T2%2018V9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10%202.5t.625.1t.575.3l4.3%203.2q.35.25.238.65t-.538.475q-1.45.35-2.675%201.163t-2.075%202.037q-.7%201.025-1.062%202.188T9.025%2015q0%201%20.238%201.975t.737%201.85q.225.4.013.788T9.375%2020zm13-10q-2.075%200-3.537%201.45T12%2015q0%20.8.25%201.55t.725%201.4q.2.275.188.575t-.238.525t-.525.212t-.5-.262q-.65-.875-1.025-1.888T10.5%2015q0-2.725%201.9-4.612T17%208.5q2.725%200%204.613%201.888T23.5%2015q0%201.1-.35%202.113T22.125%2019q-.2.25-.5.263t-.525-.213t-.238-.537t.188-.588q.475-.65.713-1.388T22%2015q0-2.1-1.45-3.55T17%2010m0%202.5q-1.05%200-1.775.725T14.5%2015q0%20.3.075.575t.225.55t.15.613t-.225.562t-.537.213t-.488-.288q-.35-.5-.525-1.062T13%2015q0-1.675%201.175-2.837T17%2011q1.675%200%202.838%201.163T21%2015q0%20.575-.162%201.15t-.513%201.075q-.175.25-.475.263t-.525-.213t-.237-.55t.137-.6q.125-.275.2-.55T19.5%2015q0-1.05-.725-1.775T17%2012.5m-.537%208.288q-.213-.213-.213-.538V16q-.225-.2-.363-.462T15.75%2015q0-.525.375-.888T17%2013.75q.525%200%20.888.363t.362.887q0%20.275-.112.55t-.388.45v4.25q0%20.325-.213.538T17%2021t-.537-.213%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%22M4%2020q-.825%200-1.412-.587T2%2018V9q0-.475.213-.9t.587-.7l6-4.5q.275-.2.575-.3T10%202.5t.625.1t.575.3l4.3%203.2q.35.25.238.65t-.538.475q-1.45.35-2.675%201.163t-2.075%202.037q-.7%201.025-1.062%202.188T9.025%2015q0%201%20.238%201.975t.737%201.85q.225.4.013.788T9.375%2020zm13-10q-2.075%200-3.537%201.45T12%2015q0%20.8.25%201.55t.725%201.4q.2.275.188.575t-.238.525t-.525.212t-.5-.262q-.65-.875-1.025-1.888T10.5%2015q0-2.725%201.9-4.612T17%208.5q2.725%200%204.613%201.888T23.5%2015q0%201.1-.35%202.113T22.125%2019q-.2.25-.5.263t-.525-.213t-.238-.537t.188-.588q.475-.65.713-1.388T22%2015q0-2.1-1.45-3.55T17%2010m0%202.5q-1.05%200-1.775.725T14.5%2015q0%20.3.075.575t.225.55t.15.613t-.225.562t-.537.213t-.488-.288q-.35-.5-.525-1.062T13%2015q0-1.675%201.175-2.837T17%2011q1.675%200%202.838%201.163T21%2015q0%20.575-.162%201.15t-.513%201.075q-.175.25-.475.263t-.525-.213t-.237-.55t.137-.6q.125-.275.2-.55T19.5%2015q0-1.05-.725-1.775T17%2012.5m-.537%208.288q-.213-.213-.213-.538V16q-.225-.2-.363-.462T15.75%2015q0-.525.375-.888T17%2013.75q.525%200%20.888.363t.362.887q0%20.275-.112.55t-.388.45v4.25q0%20.325-.213.538T17%2021t-.537-.213%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/broadcast-on-personal-rounded.svg?color=%231a73e8&size=48