broadcast icon
broadcast-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- broadcast-light
- Set
- Phosphor
- Style
- Light
- 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="M128 90a38 38 0 1 0 38 38a38 38 0 0 0-38-38m0 64a26 26 0 1 1 26-26a26 26 0 0 1-26 26m78-26a77.74 77.74 0 0 1-19.86 52a6 6 0 0 1-8.94-8a65.93 65.93 0 0 0 0-88a6 6 0 1 1 8.94-8A77.74 77.74 0 0 1 206 128M67.18 102.31A65.93 65.93 0 0 0 78.8 172a6 6 0 0 1-.47 8.47a6 6 0 0 1-8.47-.47a77.93 77.93 0 0 1 0-104a6 6 0 1 1 8.94 8a66.2 66.2 0 0 0-11.62 18.31M246 128a117.7 117.7 0 0 1-33.71 82.58a6 6 0 0 1-8.58-8.4a105.88 105.88 0 0 0 0-148.36a6 6 0 0 1 8.58-8.4A117.7 117.7 0 0 1 246 128M52.29 202.18a6 6 0 0 1-8.58 8.4a117.92 117.92 0 0 1 0-165.16a6 6 0 1 1 8.58 8.4a105.88 105.88 0 0 0 0 148.36"/></svg>
React
import type { SVGProps } from "react";
export function PhBroadcastLight(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="M128 90a38 38 0 1 0 38 38a38 38 0 0 0-38-38m0 64a26 26 0 1 1 26-26a26 26 0 0 1-26 26m78-26a77.74 77.74 0 0 1-19.86 52a6 6 0 0 1-8.94-8a65.93 65.93 0 0 0 0-88a6 6 0 1 1 8.94-8A77.74 77.74 0 0 1 206 128M67.18 102.31A65.93 65.93 0 0 0 78.8 172a6 6 0 0 1-.47 8.47a6 6 0 0 1-8.47-.47a77.93 77.93 0 0 1 0-104a6 6 0 1 1 8.94 8a66.2 66.2 0 0 0-11.62 18.31M246 128a117.7 117.7 0 0 1-33.71 82.58a6 6 0 0 1-8.58-8.4a105.88 105.88 0 0 0 0-148.36a6 6 0 0 1 8.58-8.4A117.7 117.7 0 0 1 246 128M52.29 202.18a6 6 0 0 1-8.58 8.4a117.92 117.92 0 0 1 0-165.16a6 6 0 1 1 8.58 8.4a105.88 105.88 0 0 0 0 148.36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 90a38 38 0 1 0 38 38a38 38 0 0 0-38-38m0 64a26 26 0 1 1 26-26a26 26 0 0 1-26 26m78-26a77.74 77.74 0 0 1-19.86 52a6 6 0 0 1-8.94-8a65.93 65.93 0 0 0 0-88a6 6 0 1 1 8.94-8A77.74 77.74 0 0 1 206 128M67.18 102.31A65.93 65.93 0 0 0 78.8 172a6 6 0 0 1-.47 8.47a6 6 0 0 1-8.47-.47a77.93 77.93 0 0 1 0-104a6 6 0 1 1 8.94 8a66.2 66.2 0 0 0-11.62 18.31M246 128a117.7 117.7 0 0 1-33.71 82.58a6 6 0 0 1-8.58-8.4a105.88 105.88 0 0 0 0-148.36a6 6 0 0 1 8.58-8.4A117.7 117.7 0 0 1 246 128M52.29 202.18a6 6 0 0 1-8.58 8.4a117.92 117.92 0 0 1 0-165.16a6 6 0 1 1 8.58 8.4a105.88 105.88 0 0 0 0 148.36"/></svg> </template>
CSS
.icon-broadcast-light {
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%22M128%2090a38%2038%200%201%200%2038%2038a38%2038%200%200%200-38-38m0%2064a26%2026%200%201%201%2026-26a26%2026%200%200%201-26%2026m78-26a77.74%2077.74%200%200%201-19.86%2052a6%206%200%200%201-8.94-8a65.93%2065.93%200%200%200%200-88a6%206%200%201%201%208.94-8A77.74%2077.74%200%200%201%20206%20128M67.18%20102.31A65.93%2065.93%200%200%200%2078.8%20172a6%206%200%200%201-.47%208.47a6%206%200%200%201-8.47-.47a77.93%2077.93%200%200%201%200-104a6%206%200%201%201%208.94%208a66.2%2066.2%200%200%200-11.62%2018.31M246%20128a117.7%20117.7%200%200%201-33.71%2082.58a6%206%200%200%201-8.58-8.4a105.88%20105.88%200%200%200%200-148.36a6%206%200%200%201%208.58-8.4A117.7%20117.7%200%200%201%20246%20128M52.29%20202.18a6%206%200%200%201-8.58%208.4a117.92%20117.92%200%200%201%200-165.16a6%206%200%201%201%208.58%208.4a105.88%20105.88%200%200%200%200%20148.36%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%22M128%2090a38%2038%200%201%200%2038%2038a38%2038%200%200%200-38-38m0%2064a26%2026%200%201%201%2026-26a26%2026%200%200%201-26%2026m78-26a77.74%2077.74%200%200%201-19.86%2052a6%206%200%200%201-8.94-8a65.93%2065.93%200%200%200%200-88a6%206%200%201%201%208.94-8A77.74%2077.74%200%200%201%20206%20128M67.18%20102.31A65.93%2065.93%200%200%200%2078.8%20172a6%206%200%200%201-.47%208.47a6%206%200%200%201-8.47-.47a77.93%2077.93%200%200%201%200-104a6%206%200%201%201%208.94%208a66.2%2066.2%200%200%200-11.62%2018.31M246%20128a117.7%20117.7%200%200%201-33.71%2082.58a6%206%200%200%201-8.58-8.4a105.88%20105.88%200%200%200%200-148.36a6%206%200%200%201%208.58-8.4A117.7%20117.7%200%200%201%20246%20128M52.29%20202.18a6%206%200%200%201-8.58%208.4a117.92%20117.92%200%200%201%200-165.16a6%206%200%201%201%208.58%208.4a105.88%20105.88%200%200%200%200%20148.36%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/broadcast-light.svg?color=%231a73e8&size=48