broadcast icon
broadcast-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- broadcast-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
2 other variants in Octicons
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="M20.485 2.515a.75.75 0 0 0-1.06 1.06A10.47 10.47 0 0 1 22.5 11c0 2.9-1.174 5.523-3.075 7.424a.75.75 0 0 0 1.06 1.061A11.97 11.97 0 0 0 24 11c0-3.314-1.344-6.315-3.515-8.485m-15.91 1.06a.75.75 0 0 0-1.06-1.06A11.97 11.97 0 0 0 0 11c0 3.313 1.344 6.314 3.515 8.485a.75.75 0 0 0 1.06-1.06A10.47 10.47 0 0 1 1.5 11c0-2.9 1.174-5.524 3.075-7.425M8.11 7.11a.75.75 0 0 0-1.06-1.06A6.98 6.98 0 0 0 5 11a6.98 6.98 0 0 0 2.05 4.95a.75.75 0 0 0 1.06-1.061a5.48 5.48 0 0 1-1.61-3.89a5.48 5.48 0 0 1 1.61-3.888Zm8.84-1.06a.75.75 0 1 0-1.06 1.06A5.48 5.48 0 0 1 17.5 11a5.48 5.48 0 0 1-1.61 3.889a.75.75 0 1 0 1.06 1.06A6.98 6.98 0 0 0 19 11a6.98 6.98 0 0 0-2.05-4.949ZM14 11a2 2 0 0 1-1.25 1.855v8.395a.75.75 0 0 1-1.5 0v-8.395A2 2 0 1 1 14 11"/></svg>
React
import type { SVGProps } from "react";
export function OcticonBroadcast24(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="M20.485 2.515a.75.75 0 0 0-1.06 1.06A10.47 10.47 0 0 1 22.5 11c0 2.9-1.174 5.523-3.075 7.424a.75.75 0 0 0 1.06 1.061A11.97 11.97 0 0 0 24 11c0-3.314-1.344-6.315-3.515-8.485m-15.91 1.06a.75.75 0 0 0-1.06-1.06A11.97 11.97 0 0 0 0 11c0 3.313 1.344 6.314 3.515 8.485a.75.75 0 0 0 1.06-1.06A10.47 10.47 0 0 1 1.5 11c0-2.9 1.174-5.524 3.075-7.425M8.11 7.11a.75.75 0 0 0-1.06-1.06A6.98 6.98 0 0 0 5 11a6.98 6.98 0 0 0 2.05 4.95a.75.75 0 0 0 1.06-1.061a5.48 5.48 0 0 1-1.61-3.89a5.48 5.48 0 0 1 1.61-3.888Zm8.84-1.06a.75.75 0 1 0-1.06 1.06A5.48 5.48 0 0 1 17.5 11a5.48 5.48 0 0 1-1.61 3.889a.75.75 0 1 0 1.06 1.06A6.98 6.98 0 0 0 19 11a6.98 6.98 0 0 0-2.05-4.949ZM14 11a2 2 0 0 1-1.25 1.855v8.395a.75.75 0 0 1-1.5 0v-8.395A2 2 0 1 1 14 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.485 2.515a.75.75 0 0 0-1.06 1.06A10.47 10.47 0 0 1 22.5 11c0 2.9-1.174 5.523-3.075 7.424a.75.75 0 0 0 1.06 1.061A11.97 11.97 0 0 0 24 11c0-3.314-1.344-6.315-3.515-8.485m-15.91 1.06a.75.75 0 0 0-1.06-1.06A11.97 11.97 0 0 0 0 11c0 3.313 1.344 6.314 3.515 8.485a.75.75 0 0 0 1.06-1.06A10.47 10.47 0 0 1 1.5 11c0-2.9 1.174-5.524 3.075-7.425M8.11 7.11a.75.75 0 0 0-1.06-1.06A6.98 6.98 0 0 0 5 11a6.98 6.98 0 0 0 2.05 4.95a.75.75 0 0 0 1.06-1.061a5.48 5.48 0 0 1-1.61-3.89a5.48 5.48 0 0 1 1.61-3.888Zm8.84-1.06a.75.75 0 1 0-1.06 1.06A5.48 5.48 0 0 1 17.5 11a5.48 5.48 0 0 1-1.61 3.889a.75.75 0 1 0 1.06 1.06A6.98 6.98 0 0 0 19 11a6.98 6.98 0 0 0-2.05-4.949ZM14 11a2 2 0 0 1-1.25 1.855v8.395a.75.75 0 0 1-1.5 0v-8.395A2 2 0 1 1 14 11"/></svg> </template>
CSS
.icon-broadcast-24 {
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%22M20.485%202.515a.75.75%200%200%200-1.06%201.06A10.47%2010.47%200%200%201%2022.5%2011c0%202.9-1.174%205.523-3.075%207.424a.75.75%200%200%200%201.06%201.061A11.97%2011.97%200%200%200%2024%2011c0-3.314-1.344-6.315-3.515-8.485m-15.91%201.06a.75.75%200%200%200-1.06-1.06A11.97%2011.97%200%200%200%200%2011c0%203.313%201.344%206.314%203.515%208.485a.75.75%200%200%200%201.06-1.06A10.47%2010.47%200%200%201%201.5%2011c0-2.9%201.174-5.524%203.075-7.425M8.11%207.11a.75.75%200%200%200-1.06-1.06A6.98%206.98%200%200%200%205%2011a6.98%206.98%200%200%200%202.05%204.95a.75.75%200%200%200%201.06-1.061a5.48%205.48%200%200%201-1.61-3.89a5.48%205.48%200%200%201%201.61-3.888Zm8.84-1.06a.75.75%200%201%200-1.06%201.06A5.48%205.48%200%200%201%2017.5%2011a5.48%205.48%200%200%201-1.61%203.889a.75.75%200%201%200%201.06%201.06A6.98%206.98%200%200%200%2019%2011a6.98%206.98%200%200%200-2.05-4.949ZM14%2011a2%202%200%200%201-1.25%201.855v8.395a.75.75%200%200%201-1.5%200v-8.395A2%202%200%201%201%2014%2011%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%22M20.485%202.515a.75.75%200%200%200-1.06%201.06A10.47%2010.47%200%200%201%2022.5%2011c0%202.9-1.174%205.523-3.075%207.424a.75.75%200%200%200%201.06%201.061A11.97%2011.97%200%200%200%2024%2011c0-3.314-1.344-6.315-3.515-8.485m-15.91%201.06a.75.75%200%200%200-1.06-1.06A11.97%2011.97%200%200%200%200%2011c0%203.313%201.344%206.314%203.515%208.485a.75.75%200%200%200%201.06-1.06A10.47%2010.47%200%200%201%201.5%2011c0-2.9%201.174-5.524%203.075-7.425M8.11%207.11a.75.75%200%200%200-1.06-1.06A6.98%206.98%200%200%200%205%2011a6.98%206.98%200%200%200%202.05%204.95a.75.75%200%200%200%201.06-1.061a5.48%205.48%200%200%201-1.61-3.89a5.48%205.48%200%200%201%201.61-3.888Zm8.84-1.06a.75.75%200%201%200-1.06%201.06A5.48%205.48%200%200%201%2017.5%2011a5.48%205.48%200%200%201-1.61%203.889a.75.75%200%201%200%201.06%201.06A6.98%206.98%200%200%200%2019%2011a6.98%206.98%200%200%200-2.05-4.949ZM14%2011a2%202%200%200%201-1.25%201.855v8.395a.75.75%200%200%201-1.5%200v-8.395A2%202%200%201%201%2014%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/broadcast-24.svg?color=%231a73e8&size=48