broadcast icon
broadcast-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- broadcast-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the broadcast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 128a40 40 0 1 1-40-40a40 40 0 0 1 40 40m40 0a79.74 79.74 0 0 0-20.37-53.33a8 8 0 1 0-11.92 10.67a64 64 0 0 1 0 85.33a8 8 0 0 0 11.92 10.67A79.8 79.8 0 0 0 208 128M80.29 85.34a8 8 0 1 0-11.92-10.67a79.94 79.94 0 0 0 0 106.67a8 8 0 0 0 11.92-10.67a63.95 63.95 0 0 1 0-85.33m158.28-4A119.5 119.5 0 0 0 213.71 44a8 8 0 1 0-11.42 11.2a103.9 103.9 0 0 1 0 145.56A8 8 0 1 0 213.71 212a120.12 120.12 0 0 0 24.86-130.71Zm-206.4 87.14A103.9 103.9 0 0 1 53.71 55.22A8 8 0 1 0 42.29 44a119.87 119.87 0 0 0 0 168a8 8 0 1 0 11.42-11.2a103.6 103.6 0 0 1-21.54-32.32"/></svg>
React
import type { SVGProps } from "react";
export function PhBroadcastFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 128a40 40 0 1 1-40-40a40 40 0 0 1 40 40m40 0a79.74 79.74 0 0 0-20.37-53.33a8 8 0 1 0-11.92 10.67a64 64 0 0 1 0 85.33a8 8 0 0 0 11.92 10.67A79.8 79.8 0 0 0 208 128M80.29 85.34a8 8 0 1 0-11.92-10.67a79.94 79.94 0 0 0 0 106.67a8 8 0 0 0 11.92-10.67a63.95 63.95 0 0 1 0-85.33m158.28-4A119.5 119.5 0 0 0 213.71 44a8 8 0 1 0-11.42 11.2a103.9 103.9 0 0 1 0 145.56A8 8 0 1 0 213.71 212a120.12 120.12 0 0 0 24.86-130.71Zm-206.4 87.14A103.9 103.9 0 0 1 53.71 55.22A8 8 0 1 0 42.29 44a119.87 119.87 0 0 0 0 168a8 8 0 1 0 11.42-11.2a103.6 103.6 0 0 1-21.54-32.32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 128a40 40 0 1 1-40-40a40 40 0 0 1 40 40m40 0a79.74 79.74 0 0 0-20.37-53.33a8 8 0 1 0-11.92 10.67a64 64 0 0 1 0 85.33a8 8 0 0 0 11.92 10.67A79.8 79.8 0 0 0 208 128M80.29 85.34a8 8 0 1 0-11.92-10.67a79.94 79.94 0 0 0 0 106.67a8 8 0 0 0 11.92-10.67a63.95 63.95 0 0 1 0-85.33m158.28-4A119.5 119.5 0 0 0 213.71 44a8 8 0 1 0-11.42 11.2a103.9 103.9 0 0 1 0 145.56A8 8 0 1 0 213.71 212a120.12 120.12 0 0 0 24.86-130.71Zm-206.4 87.14A103.9 103.9 0 0 1 53.71 55.22A8 8 0 1 0 42.29 44a119.87 119.87 0 0 0 0 168a8 8 0 1 0 11.42-11.2a103.6 103.6 0 0 1-21.54-32.32"/></svg> </template>
CSS
.icon-broadcast-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%20128a40%2040%200%201%201-40-40a40%2040%200%200%201%2040%2040m40%200a79.74%2079.74%200%200%200-20.37-53.33a8%208%200%201%200-11.92%2010.67a64%2064%200%200%201%200%2085.33a8%208%200%200%200%2011.92%2010.67A79.8%2079.8%200%200%200%20208%20128M80.29%2085.34a8%208%200%201%200-11.92-10.67a79.94%2079.94%200%200%200%200%20106.67a8%208%200%200%200%2011.92-10.67a63.95%2063.95%200%200%201%200-85.33m158.28-4A119.5%20119.5%200%200%200%20213.71%2044a8%208%200%201%200-11.42%2011.2a103.9%20103.9%200%200%201%200%20145.56A8%208%200%201%200%20213.71%20212a120.12%20120.12%200%200%200%2024.86-130.71Zm-206.4%2087.14A103.9%20103.9%200%200%201%2053.71%2055.22A8%208%200%201%200%2042.29%2044a119.87%20119.87%200%200%200%200%20168a8%208%200%201%200%2011.42-11.2a103.6%20103.6%200%200%201-21.54-32.32%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M168%20128a40%2040%200%201%201-40-40a40%2040%200%200%201%2040%2040m40%200a79.74%2079.74%200%200%200-20.37-53.33a8%208%200%201%200-11.92%2010.67a64%2064%200%200%201%200%2085.33a8%208%200%200%200%2011.92%2010.67A79.8%2079.8%200%200%200%20208%20128M80.29%2085.34a8%208%200%201%200-11.92-10.67a79.94%2079.94%200%200%200%200%20106.67a8%208%200%200%200%2011.92-10.67a63.95%2063.95%200%200%201%200-85.33m158.28-4A119.5%20119.5%200%200%200%20213.71%2044a8%208%200%201%200-11.42%2011.2a103.9%20103.9%200%200%201%200%20145.56A8%208%200%201%200%20213.71%20212a120.12%20120.12%200%200%200%2024.86-130.71Zm-206.4%2087.14A103.9%20103.9%200%200%201%2053.71%2055.22A8%208%200%201%200%2042.29%2044a119.87%20119.87%200%200%200%200%20168a8%208%200%201%200%2011.42-11.2a103.6%20103.6%200%200%201-21.54-32.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/broadcast-fill.svg?color=%231a73e8&size=48