broadcast icon

broadcast-line from Remix Icon by Remix Design · Line · Media · Apache-2.0 Free for personal and commercial use.

Name
broadcast-line
Set
Remix Icon
Style
Line
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

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 4m-1 2h2v8h-2z"/></svg>

React

import type { SVGProps } from "react";

export function RiBroadcastLine(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 4m-1 2h2v8h-2z"/></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 4m-1 2h2v8h-2z"/></svg>
</template>

CSS

.icon-broadcast-line {
  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%204m-1%202h2v8h-2z%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%204m-1%202h2v8h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/broadcast-line.svg?color=%231a73e8&size=48