broadcast icon
broadcast-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- broadcast-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
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 24 24"><path fill="currentColor" d="M5.935 19.687a.74.74 0 0 1-.49-.19a9 9 0 0 1-1-1a9.87 9.87 0 0 1 0-13a9 9 0 0 1 1-1a.75.75 0 0 1 1.06.07a.76.76 0 0 1-.07 1.06a9 9 0 0 0-.86.85a8.41 8.41 0 0 0 0 11q.404.446.86.84a.75.75 0 0 1-.5 1.32z"/><path fill="currentColor" d="M8.405 17.127a.76.76 0 0 1-.47-.16a5 5 0 0 1-.93-.93a6.37 6.37 0 0 1 0-8.09a5 5 0 0 1 .94-.92a.74.74 0 0 1 1.05.13a.75.75 0 0 1-.13 1a4 4 0 0 0-.69.68a4.88 4.88 0 0 0 0 6.21q.309.386.7.69a.76.76 0 0 1 .13 1.06a.77.77 0 0 1-.6.33"/><path fill="currentColor" d="M14.955 11.997a2.9 2.9 0 0 1-.47 1.53a3 3 0 0 1-1 .95a2.9 2.9 0 0 1-1.54.44a3 3 0 0 1-1.54-.43a3.1 3.1 0 0 1-1-1a2.93 2.93 0 0 1 0-3.07a3 3 0 0 1 4.06-1a3.1 3.1 0 0 1 1 1a2.84 2.84 0 0 1 .49 1.58"/><path fill="currentColor" d="M15.605 17.127a.77.77 0 0 1-.59-.28a.75.75 0 0 1 .13-1.06a4 4 0 0 0 .68-.68a4.85 4.85 0 0 0 0-6.21a4.5 4.5 0 0 0-.69-.69a.75.75 0 1 1 .92-1.18q.53.404.94.93a6.35 6.35 0 0 1 0 8.09a5 5 0 0 1-.93.92a.74.74 0 0 1-.46.16"/><path fill="currentColor" d="M18.065 19.687a.75.75 0 0 1-.49-1.32q.455-.395.85-.85a8.38 8.38 0 0 0 0-11a10 10 0 0 0-.85-.84a.76.76 0 0 1-.08-1.06a.75.75 0 0 1 1.06-.07a9.4 9.4 0 0 1 1 1a9.87 9.87 0 0 1 0 13a9.4 9.4 0 0 1-1 1a.7.7 0 0 1-.49.14"/></svg>
React
import type { SVGProps } from "react";
export function MageBroadcastFill(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="M5.935 19.687a.74.74 0 0 1-.49-.19a9 9 0 0 1-1-1a9.87 9.87 0 0 1 0-13a9 9 0 0 1 1-1a.75.75 0 0 1 1.06.07a.76.76 0 0 1-.07 1.06a9 9 0 0 0-.86.85a8.41 8.41 0 0 0 0 11q.404.446.86.84a.75.75 0 0 1-.5 1.32z"/><path fill="currentColor" d="M8.405 17.127a.76.76 0 0 1-.47-.16a5 5 0 0 1-.93-.93a6.37 6.37 0 0 1 0-8.09a5 5 0 0 1 .94-.92a.74.74 0 0 1 1.05.13a.75.75 0 0 1-.13 1a4 4 0 0 0-.69.68a4.88 4.88 0 0 0 0 6.21q.309.386.7.69a.76.76 0 0 1 .13 1.06a.77.77 0 0 1-.6.33"/><path fill="currentColor" d="M14.955 11.997a2.9 2.9 0 0 1-.47 1.53a3 3 0 0 1-1 .95a2.9 2.9 0 0 1-1.54.44a3 3 0 0 1-1.54-.43a3.1 3.1 0 0 1-1-1a2.93 2.93 0 0 1 0-3.07a3 3 0 0 1 4.06-1a3.1 3.1 0 0 1 1 1a2.84 2.84 0 0 1 .49 1.58"/><path fill="currentColor" d="M15.605 17.127a.77.77 0 0 1-.59-.28a.75.75 0 0 1 .13-1.06a4 4 0 0 0 .68-.68a4.85 4.85 0 0 0 0-6.21a4.5 4.5 0 0 0-.69-.69a.75.75 0 1 1 .92-1.18q.53.404.94.93a6.35 6.35 0 0 1 0 8.09a5 5 0 0 1-.93.92a.74.74 0 0 1-.46.16"/><path fill="currentColor" d="M18.065 19.687a.75.75 0 0 1-.49-1.32q.455-.395.85-.85a8.38 8.38 0 0 0 0-11a10 10 0 0 0-.85-.84a.76.76 0 0 1-.08-1.06a.75.75 0 0 1 1.06-.07a9.4 9.4 0 0 1 1 1a9.87 9.87 0 0 1 0 13a9.4 9.4 0 0 1-1 1a.7.7 0 0 1-.49.14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.935 19.687a.74.74 0 0 1-.49-.19a9 9 0 0 1-1-1a9.87 9.87 0 0 1 0-13a9 9 0 0 1 1-1a.75.75 0 0 1 1.06.07a.76.76 0 0 1-.07 1.06a9 9 0 0 0-.86.85a8.41 8.41 0 0 0 0 11q.404.446.86.84a.75.75 0 0 1-.5 1.32z"/><path fill="currentColor" d="M8.405 17.127a.76.76 0 0 1-.47-.16a5 5 0 0 1-.93-.93a6.37 6.37 0 0 1 0-8.09a5 5 0 0 1 .94-.92a.74.74 0 0 1 1.05.13a.75.75 0 0 1-.13 1a4 4 0 0 0-.69.68a4.88 4.88 0 0 0 0 6.21q.309.386.7.69a.76.76 0 0 1 .13 1.06a.77.77 0 0 1-.6.33"/><path fill="currentColor" d="M14.955 11.997a2.9 2.9 0 0 1-.47 1.53a3 3 0 0 1-1 .95a2.9 2.9 0 0 1-1.54.44a3 3 0 0 1-1.54-.43a3.1 3.1 0 0 1-1-1a2.93 2.93 0 0 1 0-3.07a3 3 0 0 1 4.06-1a3.1 3.1 0 0 1 1 1a2.84 2.84 0 0 1 .49 1.58"/><path fill="currentColor" d="M15.605 17.127a.77.77 0 0 1-.59-.28a.75.75 0 0 1 .13-1.06a4 4 0 0 0 .68-.68a4.85 4.85 0 0 0 0-6.21a4.5 4.5 0 0 0-.69-.69a.75.75 0 1 1 .92-1.18q.53.404.94.93a6.35 6.35 0 0 1 0 8.09a5 5 0 0 1-.93.92a.74.74 0 0 1-.46.16"/><path fill="currentColor" d="M18.065 19.687a.75.75 0 0 1-.49-1.32q.455-.395.85-.85a8.38 8.38 0 0 0 0-11a10 10 0 0 0-.85-.84a.76.76 0 0 1-.08-1.06a.75.75 0 0 1 1.06-.07a9.4 9.4 0 0 1 1 1a9.87 9.87 0 0 1 0 13a9.4 9.4 0 0 1-1 1a.7.7 0 0 1-.49.14"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.935%2019.687a.74.74%200%200%201-.49-.19a9%209%200%200%201-1-1a9.87%209.87%200%200%201%200-13a9%209%200%200%201%201-1a.75.75%200%200%201%201.06.07a.76.76%200%200%201-.07%201.06a9%209%200%200%200-.86.85a8.41%208.41%200%200%200%200%2011q.404.446.86.84a.75.75%200%200%201-.5%201.32z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.405%2017.127a.76.76%200%200%201-.47-.16a5%205%200%200%201-.93-.93a6.37%206.37%200%200%201%200-8.09a5%205%200%200%201%20.94-.92a.74.74%200%200%201%201.05.13a.75.75%200%200%201-.13%201a4%204%200%200%200-.69.68a4.88%204.88%200%200%200%200%206.21q.309.386.7.69a.76.76%200%200%201%20.13%201.06a.77.77%200%200%201-.6.33%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.955%2011.997a2.9%202.9%200%200%201-.47%201.53a3%203%200%200%201-1%20.95a2.9%202.9%200%200%201-1.54.44a3%203%200%200%201-1.54-.43a3.1%203.1%200%200%201-1-1a2.93%202.93%200%200%201%200-3.07a3%203%200%200%201%204.06-1a3.1%203.1%200%200%201%201%201a2.84%202.84%200%200%201%20.49%201.58%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.605%2017.127a.77.77%200%200%201-.59-.28a.75.75%200%200%201%20.13-1.06a4%204%200%200%200%20.68-.68a4.85%204.85%200%200%200%200-6.21a4.5%204.5%200%200%200-.69-.69a.75.75%200%201%201%20.92-1.18q.53.404.94.93a6.35%206.35%200%200%201%200%208.09a5%205%200%200%201-.93.92a.74.74%200%200%201-.46.16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.065%2019.687a.75.75%200%200%201-.49-1.32q.455-.395.85-.85a8.38%208.38%200%200%200%200-11a10%2010%200%200%200-.85-.84a.76.76%200%200%201-.08-1.06a.75.75%200%200%201%201.06-.07a9.4%209.4%200%200%201%201%201a9.87%209.87%200%200%201%200%2013a9.4%209.4%200%200%201-1%201a.7.7%200%200%201-.49.14%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%22M5.935%2019.687a.74.74%200%200%201-.49-.19a9%209%200%200%201-1-1a9.87%209.87%200%200%201%200-13a9%209%200%200%201%201-1a.75.75%200%200%201%201.06.07a.76.76%200%200%201-.07%201.06a9%209%200%200%200-.86.85a8.41%208.41%200%200%200%200%2011q.404.446.86.84a.75.75%200%200%201-.5%201.32z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.405%2017.127a.76.76%200%200%201-.47-.16a5%205%200%200%201-.93-.93a6.37%206.37%200%200%201%200-8.09a5%205%200%200%201%20.94-.92a.74.74%200%200%201%201.05.13a.75.75%200%200%201-.13%201a4%204%200%200%200-.69.68a4.88%204.88%200%200%200%200%206.21q.309.386.7.69a.76.76%200%200%201%20.13%201.06a.77.77%200%200%201-.6.33%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.955%2011.997a2.9%202.9%200%200%201-.47%201.53a3%203%200%200%201-1%20.95a2.9%202.9%200%200%201-1.54.44a3%203%200%200%201-1.54-.43a3.1%203.1%200%200%201-1-1a2.93%202.93%200%200%201%200-3.07a3%203%200%200%201%204.06-1a3.1%203.1%200%200%201%201%201a2.84%202.84%200%200%201%20.49%201.58%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.605%2017.127a.77.77%200%200%201-.59-.28a.75.75%200%200%201%20.13-1.06a4%204%200%200%200%20.68-.68a4.85%204.85%200%200%200%200-6.21a4.5%204.5%200%200%200-.69-.69a.75.75%200%201%201%20.92-1.18q.53.404.94.93a6.35%206.35%200%200%201%200%208.09a5%205%200%200%201-.93.92a.74.74%200%200%201-.46.16%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.065%2019.687a.75.75%200%200%201-.49-1.32q.455-.395.85-.85a8.38%208.38%200%200%200%200-11a10%2010%200%200%200-.85-.84a.76.76%200%200%201-.08-1.06a.75.75%200%200%201%201.06-.07a9.4%209.4%200%200%201%201%201a9.87%209.87%200%200%201%200%2013a9.4%209.4%200%200%201-1%201a.7.7%200%200%201-.49.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/broadcast-fill.svg?color=%231a73e8&size=48