broadcast icon
broadcast-fill from Remix Icon by Remix Design · Fill · Media · Apache-2.0 Free for personal and commercial use.
- Name
- broadcast-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Media
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More media icons from Remix Icon
4k-fillalbum-fillaspect-ratio-fillcamera-2-fillcamera-3-fillcamera-4-fillcamera-ai-2-fillcamera-ai-fillcamera-fillcamera-lens-ai-fillcamera-lens-fillcamera-off-fillcamera-switch-fillclapperboard-ai-fillclapperboard-fillclosed-captioning-ai-fillclosed-captioning-filldisc-filldv-filldvd-ai-filldvd-filleject-fillequalizer-2-fillequalizer-3-fill
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="m4.929 2.929l1.414 1.414A7.98 7.98 0 0 0 4 10c0 2.21.895 4.21 2.343 5.657L4.93 17.07A9.97 9.97 0 0 1 2 10a9.97 9.97 0 0 1 2.929-7.071m14.142 0A9.97 9.97 0 0 1 22 10a9.97 9.97 0 0 1-2.929 7.071l-1.414-1.414A7.98 7.98 0 0 0 20 10c0-2.21-.895-4.21-2.343-5.657zM7.757 5.757l1.415 1.415A4 4 0 0 0 8 10c0 1.105.448 2.105 1.172 2.829l-1.415 1.414A5.98 5.98 0 0 1 6 10c0-1.657.672-3.157 1.757-4.243m8.486 0A5.98 5.98 0 0 1 18 10a5.98 5.98 0 0 1-1.757 4.243l-1.415-1.415A4 4 0 0 0 16 10a4 4 0 0 0-1.172-2.828zM12 12a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 2c.58 0 1.077.413 1.184.983L14.5 22h-5l1.316-7.017c.107-.57.604-.983 1.184-.983"/></svg>
React
import type { SVGProps } from "react";
export function RiBroadcastFill(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.929 2.929l1.414 1.414A7.98 7.98 0 0 0 4 10c0 2.21.895 4.21 2.343 5.657L4.93 17.07A9.97 9.97 0 0 1 2 10a9.97 9.97 0 0 1 2.929-7.071m14.142 0A9.97 9.97 0 0 1 22 10a9.97 9.97 0 0 1-2.929 7.071l-1.414-1.414A7.98 7.98 0 0 0 20 10c0-2.21-.895-4.21-2.343-5.657zM7.757 5.757l1.415 1.415A4 4 0 0 0 8 10c0 1.105.448 2.105 1.172 2.829l-1.415 1.414A5.98 5.98 0 0 1 6 10c0-1.657.672-3.157 1.757-4.243m8.486 0A5.98 5.98 0 0 1 18 10a5.98 5.98 0 0 1-1.757 4.243l-1.415-1.415A4 4 0 0 0 16 10a4 4 0 0 0-1.172-2.828zM12 12a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 2c.58 0 1.077.413 1.184.983L14.5 22h-5l1.316-7.017c.107-.57.604-.983 1.184-.983"/></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.929 2.929l1.414 1.414A7.98 7.98 0 0 0 4 10c0 2.21.895 4.21 2.343 5.657L4.93 17.07A9.97 9.97 0 0 1 2 10a9.97 9.97 0 0 1 2.929-7.071m14.142 0A9.97 9.97 0 0 1 22 10a9.97 9.97 0 0 1-2.929 7.071l-1.414-1.414A7.98 7.98 0 0 0 20 10c0-2.21-.895-4.21-2.343-5.657zM7.757 5.757l1.415 1.415A4 4 0 0 0 8 10c0 1.105.448 2.105 1.172 2.829l-1.415 1.414A5.98 5.98 0 0 1 6 10c0-1.657.672-3.157 1.757-4.243m8.486 0A5.98 5.98 0 0 1 18 10a5.98 5.98 0 0 1-1.757 4.243l-1.415-1.415A4 4 0 0 0 16 10a4 4 0 0 0-1.172-2.828zM12 12a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 2c.58 0 1.077.413 1.184.983L14.5 22h-5l1.316-7.017c.107-.57.604-.983 1.184-.983"/></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%22m4.929%202.929l1.414%201.414A7.98%207.98%200%200%200%204%2010c0%202.21.895%204.21%202.343%205.657L4.93%2017.07A9.97%209.97%200%200%201%202%2010a9.97%209.97%200%200%201%202.929-7.071m14.142%200A9.97%209.97%200%200%201%2022%2010a9.97%209.97%200%200%201-2.929%207.071l-1.414-1.414A7.98%207.98%200%200%200%2020%2010c0-2.21-.895-4.21-2.343-5.657zM7.757%205.757l1.415%201.415A4%204%200%200%200%208%2010c0%201.105.448%202.105%201.172%202.829l-1.415%201.414A5.98%205.98%200%200%201%206%2010c0-1.657.672-3.157%201.757-4.243m8.486%200A5.98%205.98%200%200%201%2018%2010a5.98%205.98%200%200%201-1.757%204.243l-1.415-1.415A4%204%200%200%200%2016%2010a4%204%200%200%200-1.172-2.828zM12%2012a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0%202c.58%200%201.077.413%201.184.983L14.5%2022h-5l1.316-7.017c.107-.57.604-.983%201.184-.983%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.929%202.929l1.414%201.414A7.98%207.98%200%200%200%204%2010c0%202.21.895%204.21%202.343%205.657L4.93%2017.07A9.97%209.97%200%200%201%202%2010a9.97%209.97%200%200%201%202.929-7.071m14.142%200A9.97%209.97%200%200%201%2022%2010a9.97%209.97%200%200%201-2.929%207.071l-1.414-1.414A7.98%207.98%200%200%200%2020%2010c0-2.21-.895-4.21-2.343-5.657zM7.757%205.757l1.415%201.415A4%204%200%200%200%208%2010c0%201.105.448%202.105%201.172%202.829l-1.415%201.414A5.98%205.98%200%200%201%206%2010c0-1.657.672-3.157%201.757-4.243m8.486%200A5.98%205.98%200%200%201%2018%2010a5.98%205.98%200%200%201-1.757%204.243l-1.415-1.415A4%204%200%200%200%2016%2010a4%204%200%200%200-1.172-2.828zM12%2012a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0%202c.58%200%201.077.413%201.184.983L14.5%2022h-5l1.316-7.017c.107-.57.604-.983%201.184-.983%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/broadcast-fill.svg?color=%231a73e8&size=48