broadcast icon
broadcast from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.
- Name
- broadcast
- Set
- IconPark
- Style
- Color
- Category
- Others
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More others icons from IconPark
Use the broadcast icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M24 28.6292C26.5104 28.6292 28.5455 26.6004 28.5455 24.0979C28.5455 21.5954 26.5104 19.5667 24 19.5667C21.4897 19.5667 19.4546 21.5954 19.4546 24.0979C19.4546 26.6004 21.4897 28.6292 24 28.6292Z"/><path stroke-linecap="round" d="M16 15C10.6667 19.9706 10.6667 28.0294 16 33"/><path stroke-linecap="round" d="M32 33C37.3333 28.0294 37.3333 19.9706 32 15"/><path stroke-linecap="round" d="M9.85786 10C2.04738 17.7861 2.04738 30.4098 9.85786 38.1959"/><path stroke-linecap="round" d="M38.1421 38.1959C45.9526 30.4098 45.9526 17.7861 38.1421 10"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBroadcast(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" d="M24 28.6292C26.5104 28.6292 28.5455 26.6004 28.5455 24.0979C28.5455 21.5954 26.5104 19.5667 24 19.5667C21.4897 19.5667 19.4546 21.5954 19.4546 24.0979C19.4546 26.6004 21.4897 28.6292 24 28.6292Z"/><path strokeLinecap="round" d="M16 15C10.6667 19.9706 10.6667 28.0294 16 33"/><path strokeLinecap="round" d="M32 33C37.3333 28.0294 37.3333 19.9706 32 15"/><path strokeLinecap="round" d="M9.85786 10C2.04738 17.7861 2.04738 30.4098 9.85786 38.1959"/><path strokeLinecap="round" d="M38.1421 38.1959C45.9526 30.4098 45.9526 17.7861 38.1421 10"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" d="M24 28.6292C26.5104 28.6292 28.5455 26.6004 28.5455 24.0979C28.5455 21.5954 26.5104 19.5667 24 19.5667C21.4897 19.5667 19.4546 21.5954 19.4546 24.0979C19.4546 26.6004 21.4897 28.6292 24 28.6292Z"/><path stroke-linecap="round" d="M16 15C10.6667 19.9706 10.6667 28.0294 16 33"/><path stroke-linecap="round" d="M32 33C37.3333 28.0294 37.3333 19.9706 32 15"/><path stroke-linecap="round" d="M9.85786 10C2.04738 17.7861 2.04738 30.4098 9.85786 38.1959"/><path stroke-linecap="round" d="M38.1421 38.1959C45.9526 30.4098 45.9526 17.7861 38.1421 10"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2028.6292C26.5104%2028.6292%2028.5455%2026.6004%2028.5455%2024.0979C28.5455%2021.5954%2026.5104%2019.5667%2024%2019.5667C21.4897%2019.5667%2019.4546%2021.5954%2019.4546%2024.0979C19.4546%2026.6004%2021.4897%2028.6292%2024%2028.6292Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2015C10.6667%2019.9706%2010.6667%2028.0294%2016%2033%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32%2033C37.3333%2028.0294%2037.3333%2019.9706%2032%2015%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.85786%2010C2.04738%2017.7861%202.04738%2030.4098%209.85786%2038.1959%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M38.1421%2038.1959C45.9526%2030.4098%2045.9526%2017.7861%2038.1421%2010%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M24%2028.6292C26.5104%2028.6292%2028.5455%2026.6004%2028.5455%2024.0979C28.5455%2021.5954%2026.5104%2019.5667%2024%2019.5667C21.4897%2019.5667%2019.4546%2021.5954%2019.4546%2024.0979C19.4546%2026.6004%2021.4897%2028.6292%2024%2028.6292Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2015C10.6667%2019.9706%2010.6667%2028.0294%2016%2033%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M32%2033C37.3333%2028.0294%2037.3333%2019.9706%2032%2015%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9.85786%2010C2.04738%2017.7861%202.04738%2030.4098%209.85786%2038.1959%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M38.1421%2038.1959C45.9526%2030.4098%2045.9526%2017.7861%2038.1421%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/broadcast.svg?color=%231a73e8&size=48