broadcast icon
broadcast from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- broadcast
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-broadcast
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="m19.707 4.293l-1.414 1.414c2.733 2.733 2.733 7.353 0 10.086l1.414 1.414c3.5-3.5 3.5-9.414 0-12.914m-4.414 4.414c.566.566.879 1.292.879 2.043s-.313 1.477-.879 2.043l1.414 1.414c.944-.943 1.465-2.172 1.465-3.457s-.521-2.514-1.465-3.457zm-9.086-3L4.793 4.293c-3.5 3.5-3.5 9.414 0 12.914l1.414-1.414c-2.733-2.733-2.733-7.353 0-10.086"/><path fill="currentColor" d="M7.293 7.293c-.944.943-1.465 2.172-1.465 3.457s.521 2.514 1.465 3.457l1.414-1.414c-.566-.566-.879-1.292-.879-2.043s.313-1.477.879-2.043zM14 10.5a2 2 0 0 0-4 0a2 2 0 0 0 .895 1.666L10.002 22h3.996l-.893-9.835c.54-.358.895-.97.895-1.665"/></svg>
React
import type { SVGProps } from "react";
export function BxBroadcast(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="m19.707 4.293l-1.414 1.414c2.733 2.733 2.733 7.353 0 10.086l1.414 1.414c3.5-3.5 3.5-9.414 0-12.914m-4.414 4.414c.566.566.879 1.292.879 2.043s-.313 1.477-.879 2.043l1.414 1.414c.944-.943 1.465-2.172 1.465-3.457s-.521-2.514-1.465-3.457zm-9.086-3L4.793 4.293c-3.5 3.5-3.5 9.414 0 12.914l1.414-1.414c-2.733-2.733-2.733-7.353 0-10.086"/><path fill="currentColor" d="M7.293 7.293c-.944.943-1.465 2.172-1.465 3.457s.521 2.514 1.465 3.457l1.414-1.414c-.566-.566-.879-1.292-.879-2.043s.313-1.477.879-2.043zM14 10.5a2 2 0 0 0-4 0a2 2 0 0 0 .895 1.666L10.002 22h3.996l-.893-9.835c.54-.358.895-.97.895-1.665"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.707 4.293l-1.414 1.414c2.733 2.733 2.733 7.353 0 10.086l1.414 1.414c3.5-3.5 3.5-9.414 0-12.914m-4.414 4.414c.566.566.879 1.292.879 2.043s-.313 1.477-.879 2.043l1.414 1.414c.944-.943 1.465-2.172 1.465-3.457s-.521-2.514-1.465-3.457zm-9.086-3L4.793 4.293c-3.5 3.5-3.5 9.414 0 12.914l1.414-1.414c-2.733-2.733-2.733-7.353 0-10.086"/><path fill="currentColor" d="M7.293 7.293c-.944.943-1.465 2.172-1.465 3.457s.521 2.514 1.465 3.457l1.414-1.414c-.566-.566-.879-1.292-.879-2.043s.313-1.477.879-2.043zM14 10.5a2 2 0 0 0-4 0a2 2 0 0 0 .895 1.666L10.002 22h3.996l-.893-9.835c.54-.358.895-.97.895-1.665"/></svg> </template>
CSS
.icon-broadcast {
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%22m19.707%204.293l-1.414%201.414c2.733%202.733%202.733%207.353%200%2010.086l1.414%201.414c3.5-3.5%203.5-9.414%200-12.914m-4.414%204.414c.566.566.879%201.292.879%202.043s-.313%201.477-.879%202.043l1.414%201.414c.944-.943%201.465-2.172%201.465-3.457s-.521-2.514-1.465-3.457zm-9.086-3L4.793%204.293c-3.5%203.5-3.5%209.414%200%2012.914l1.414-1.414c-2.733-2.733-2.733-7.353%200-10.086%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.293%207.293c-.944.943-1.465%202.172-1.465%203.457s.521%202.514%201.465%203.457l1.414-1.414c-.566-.566-.879-1.292-.879-2.043s.313-1.477.879-2.043zM14%2010.5a2%202%200%200%200-4%200a2%202%200%200%200%20.895%201.666L10.002%2022h3.996l-.893-9.835c.54-.358.895-.97.895-1.665%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%22m19.707%204.293l-1.414%201.414c2.733%202.733%202.733%207.353%200%2010.086l1.414%201.414c3.5-3.5%203.5-9.414%200-12.914m-4.414%204.414c.566.566.879%201.292.879%202.043s-.313%201.477-.879%202.043l1.414%201.414c.944-.943%201.465-2.172%201.465-3.457s-.521-2.514-1.465-3.457zm-9.086-3L4.793%204.293c-3.5%203.5-3.5%209.414%200%2012.914l1.414-1.414c-2.733-2.733-2.733-7.353%200-10.086%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.293%207.293c-.944.943-1.465%202.172-1.465%203.457s.521%202.514%201.465%203.457l1.414-1.414c-.566-.566-.879-1.292-.879-2.043s.313-1.477.879-2.043zM14%2010.5a2%202%200%200%200-4%200a2%202%200%200%200%20.895%201.666L10.002%2022h3.996l-.893-9.835c.54-.358.895-.97.895-1.665%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/broadcast.svg?color=%231a73e8&size=48