broadcast icon
broadcast-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- broadcast-bold
- Set
- Phosphor
- Style
- Bold
- 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 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m77.39 12.7a84 84 0 0 1-14.78 23.3a12 12 0 0 1-17.89-16a59.92 59.92 0 0 0 0-80a12 12 0 0 1 17.89-16a84.07 84.07 0 0 1 14.78 88.7M83.28 168a12 12 0 0 1-17.89 16a83.94 83.94 0 0 1 0-112a12 12 0 0 1 17.89 16a59.92 59.92 0 0 0 0 80M252 128a123.63 123.63 0 0 1-35.43 86.78A12 12 0 1 1 199.43 198a99.88 99.88 0 0 0 0-140a12 12 0 0 1 17.14-16.8A123.63 123.63 0 0 1 252 128M56.57 198a12 12 0 0 1-17.14 16.8a123.89 123.89 0 0 1 0-173.56A12 12 0 0 1 56.57 58a99.88 99.88 0 0 0 0 140"/></svg>
React
import type { SVGProps } from "react";
export function PhBroadcastBold(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 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m77.39 12.7a84 84 0 0 1-14.78 23.3a12 12 0 0 1-17.89-16a59.92 59.92 0 0 0 0-80a12 12 0 0 1 17.89-16a84.07 84.07 0 0 1 14.78 88.7M83.28 168a12 12 0 0 1-17.89 16a83.94 83.94 0 0 1 0-112a12 12 0 0 1 17.89 16a59.92 59.92 0 0 0 0 80M252 128a123.63 123.63 0 0 1-35.43 86.78A12 12 0 1 1 199.43 198a99.88 99.88 0 0 0 0-140a12 12 0 0 1 17.14-16.8A123.63 123.63 0 0 1 252 128M56.57 198a12 12 0 0 1-17.14 16.8a123.89 123.89 0 0 1 0-173.56A12 12 0 0 1 56.57 58a99.88 99.88 0 0 0 0 140"/></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 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m77.39 12.7a84 84 0 0 1-14.78 23.3a12 12 0 0 1-17.89-16a59.92 59.92 0 0 0 0-80a12 12 0 0 1 17.89-16a84.07 84.07 0 0 1 14.78 88.7M83.28 168a12 12 0 0 1-17.89 16a83.94 83.94 0 0 1 0-112a12 12 0 0 1 17.89 16a59.92 59.92 0 0 0 0 80M252 128a123.63 123.63 0 0 1-35.43 86.78A12 12 0 1 1 199.43 198a99.88 99.88 0 0 0 0-140a12 12 0 0 1 17.14-16.8A123.63 123.63 0 0 1 252 128M56.57 198a12 12 0 0 1-17.14 16.8a123.89 123.89 0 0 1 0-173.56A12 12 0 0 1 56.57 58a99.88 99.88 0 0 0 0 140"/></svg> </template>
CSS
.icon-broadcast-bold {
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%2084a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2064a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m77.39%2012.7a84%2084%200%200%201-14.78%2023.3a12%2012%200%200%201-17.89-16a59.92%2059.92%200%200%200%200-80a12%2012%200%200%201%2017.89-16a84.07%2084.07%200%200%201%2014.78%2088.7M83.28%20168a12%2012%200%200%201-17.89%2016a83.94%2083.94%200%200%201%200-112a12%2012%200%200%201%2017.89%2016a59.92%2059.92%200%200%200%200%2080M252%20128a123.63%20123.63%200%200%201-35.43%2086.78A12%2012%200%201%201%20199.43%20198a99.88%2099.88%200%200%200%200-140a12%2012%200%200%201%2017.14-16.8A123.63%20123.63%200%200%201%20252%20128M56.57%20198a12%2012%200%200%201-17.14%2016.8a123.89%20123.89%200%200%201%200-173.56A12%2012%200%200%201%2056.57%2058a99.88%2099.88%200%200%200%200%20140%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%2084a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2064a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m77.39%2012.7a84%2084%200%200%201-14.78%2023.3a12%2012%200%200%201-17.89-16a59.92%2059.92%200%200%200%200-80a12%2012%200%200%201%2017.89-16a84.07%2084.07%200%200%201%2014.78%2088.7M83.28%20168a12%2012%200%200%201-17.89%2016a83.94%2083.94%200%200%201%200-112a12%2012%200%200%201%2017.89%2016a59.92%2059.92%200%200%200%200%2080M252%20128a123.63%20123.63%200%200%201-35.43%2086.78A12%2012%200%201%201%20199.43%20198a99.88%2099.88%200%200%200%200-140a12%2012%200%200%201%2017.14-16.8A123.63%20123.63%200%200%201%20252%20128M56.57%20198a12%2012%200%200%201-17.14%2016.8a123.89%20123.89%200%200%201%200-173.56A12%2012%200%200%201%2056.57%2058a99.88%2099.88%200%200%200%200%20140%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/broadcast-bold.svg?color=%231a73e8&size=48