twotone broadcast on personal icon
twotone-broadcast-on-personal from Google Material Icons by Material Design Authors · Baseline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-broadcast-on-personal
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
More home icons from Google Material Icons
baseline-auto-modebaseline-blindsbaseline-blinds-closedbaseline-broadcast-on-homebaseline-broadcast-on-personalbaseline-curtainsbaseline-curtains-closedbaseline-electric-boltbaseline-electric-meterbaseline-energy-savings-leafbaseline-gas-meterbaseline-heat-pumpbaseline-mode-fan-offbaseline-nest-cam-wired-standbaseline-oil-barrelbaseline-propanebaseline-propane-tankbaseline-roller-shadesbaseline-roller-shades-closedbaseline-sensor-doorbaseline-sensor-occupiedbaseline-sensor-windowbaseline-shield-moonbaseline-solar-power
Use the twotone 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 10v9h5.59c-.38-.93-.59-1.94-.59-3c0-3.39 2.11-6.27 5.08-7.44L10 5.5z" opacity=".3"/><path fill="currentColor" d="M4 19v-9l6-4.5l4.08 3.06c.81-.32 1.69-.51 2.61-.54L10 3L2 9v12h8.76c-.48-.6-.88-1.27-1.17-2zm13-4.25c-.69 0-1.25.56-1.25 1.25c0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97c0-.69-.56-1.25-1.25-1.25"/><path fill="currentColor" d="M17 12c-2.21 0-4 1.79-4 4c0 1.1.45 2.1 1.17 2.83l1.06-1.06A2.5 2.5 0 1 1 19.5 16c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4"/><path fill="currentColor" d="M17 9.5a6.5 6.5 0 0 0-6.5 6.5c0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06A6.5 6.5 0 0 0 17 9.5"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneBroadcastOnPersonal(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 10v9h5.59c-.38-.93-.59-1.94-.59-3c0-3.39 2.11-6.27 5.08-7.44L10 5.5z" opacity=".3"/><path fill="currentColor" d="M4 19v-9l6-4.5l4.08 3.06c.81-.32 1.69-.51 2.61-.54L10 3L2 9v12h8.76c-.48-.6-.88-1.27-1.17-2zm13-4.25c-.69 0-1.25.56-1.25 1.25c0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97c0-.69-.56-1.25-1.25-1.25"/><path fill="currentColor" d="M17 12c-2.21 0-4 1.79-4 4c0 1.1.45 2.1 1.17 2.83l1.06-1.06A2.5 2.5 0 1 1 19.5 16c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4"/><path fill="currentColor" d="M17 9.5a6.5 6.5 0 0 0-6.5 6.5c0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06A6.5 6.5 0 0 0 17 9.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="M4 10v9h5.59c-.38-.93-.59-1.94-.59-3c0-3.39 2.11-6.27 5.08-7.44L10 5.5z" opacity=".3"/><path fill="currentColor" d="M4 19v-9l6-4.5l4.08 3.06c.81-.32 1.69-.51 2.61-.54L10 3L2 9v12h8.76c-.48-.6-.88-1.27-1.17-2zm13-4.25c-.69 0-1.25.56-1.25 1.25c0 .4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97c0-.69-.56-1.25-1.25-1.25"/><path fill="currentColor" d="M17 12c-2.21 0-4 1.79-4 4c0 1.1.45 2.1 1.17 2.83l1.06-1.06A2.5 2.5 0 1 1 19.5 16c0 .69-.28 1.31-.73 1.76l1.06 1.06C20.55 18.1 21 17.1 21 16c0-2.21-1.79-4-4-4"/><path fill="currentColor" d="M17 9.5a6.5 6.5 0 0 0-6.5 6.5c0 1.79.73 3.42 1.9 4.6l1.06-1.06C12.56 18.63 12 17.38 12 16c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.37-.56 2.62-1.46 3.52l1.07 1.06A6.5 6.5 0 0 0 17 9.5"/></svg> </template>
CSS
.icon-twotone-broadcast-on-personal {
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%2010v9h5.59c-.38-.93-.59-1.94-.59-3c0-3.39%202.11-6.27%205.08-7.44L10%205.5z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2019v-9l6-4.5l4.08%203.06c.81-.32%201.69-.51%202.61-.54L10%203L2%209v12h8.76c-.48-.6-.88-1.27-1.17-2zm13-4.25c-.69%200-1.25.56-1.25%201.25c0%20.4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97c0-.69-.56-1.25-1.25-1.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2012c-2.21%200-4%201.79-4%204c0%201.1.45%202.1%201.17%202.83l1.06-1.06A2.5%202.5%200%201%201%2019.5%2016c0%20.69-.28%201.31-.73%201.76l1.06%201.06C20.55%2018.1%2021%2017.1%2021%2016c0-2.21-1.79-4-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%209.5a6.5%206.5%200%200%200-6.5%206.5c0%201.79.73%203.42%201.9%204.6l1.06-1.06C12.56%2018.63%2012%2017.38%2012%2016c0-2.76%202.24-5%205-5s5%202.24%205%205c0%201.37-.56%202.62-1.46%203.52l1.07%201.06A6.5%206.5%200%200%200%2017%209.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%22M4%2010v9h5.59c-.38-.93-.59-1.94-.59-3c0-3.39%202.11-6.27%205.08-7.44L10%205.5z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2019v-9l6-4.5l4.08%203.06c.81-.32%201.69-.51%202.61-.54L10%203L2%209v12h8.76c-.48-.6-.88-1.27-1.17-2zm13-4.25c-.69%200-1.25.56-1.25%201.25c0%20.4.2.75.5.97V22h1.5v-5.03c.3-.23.5-.57.5-.97c0-.69-.56-1.25-1.25-1.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2012c-2.21%200-4%201.79-4%204c0%201.1.45%202.1%201.17%202.83l1.06-1.06A2.5%202.5%200%201%201%2019.5%2016c0%20.69-.28%201.31-.73%201.76l1.06%201.06C20.55%2018.1%2021%2017.1%2021%2016c0-2.21-1.79-4-4-4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%209.5a6.5%206.5%200%200%200-6.5%206.5c0%201.79.73%203.42%201.9%204.6l1.06-1.06C12.56%2018.63%2012%2017.38%2012%2016c0-2.76%202.24-5%205-5s5%202.24%205%205c0%201.37-.56%202.62-1.46%203.52l1.07%201.06A6.5%206.5%200%200%200%2017%209.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-broadcast-on-personal.svg?color=%231a73e8&size=48