radio-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
radio-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the radio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M102 104a6 6 0 0 1-6 6H64a6 6 0 0 1 0-12h32a6 6 0 0 1 6 6m-6 26H64a6 6 0 0 0 0 12h32a6 6 0 0 0 0-12m0 32H64a6 6 0 0 0 0 12h32a6 6 0 0 0 0-12m134-82v112a14 14 0 0 1-14 14H40a14 14 0 0 1-14-14V72a6 6 0 0 1 4.28-5.75l160-48a6 6 0 0 1 3.44 11.5L72.88 66H216a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H38v114a2 2 0 0 0 2 2h176a2 2 0 0 0 2-2Zm-20 56a38 38 0 1 1-38-38a38 38 0 0 1 38 38m-12 0a26 26 0 1 0-26 26a26 26 0 0 0 26-26"/></svg>

React

import type { SVGProps } from "react";

export function PhRadioLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M102 104a6 6 0 0 1-6 6H64a6 6 0 0 1 0-12h32a6 6 0 0 1 6 6m-6 26H64a6 6 0 0 0 0 12h32a6 6 0 0 0 0-12m0 32H64a6 6 0 0 0 0 12h32a6 6 0 0 0 0-12m134-82v112a14 14 0 0 1-14 14H40a14 14 0 0 1-14-14V72a6 6 0 0 1 4.28-5.75l160-48a6 6 0 0 1 3.44 11.5L72.88 66H216a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H38v114a2 2 0 0 0 2 2h176a2 2 0 0 0 2-2Zm-20 56a38 38 0 1 1-38-38a38 38 0 0 1 38 38m-12 0a26 26 0 1 0-26 26a26 26 0 0 0 26-26"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M102 104a6 6 0 0 1-6 6H64a6 6 0 0 1 0-12h32a6 6 0 0 1 6 6m-6 26H64a6 6 0 0 0 0 12h32a6 6 0 0 0 0-12m0 32H64a6 6 0 0 0 0 12h32a6 6 0 0 0 0-12m134-82v112a14 14 0 0 1-14 14H40a14 14 0 0 1-14-14V72a6 6 0 0 1 4.28-5.75l160-48a6 6 0 0 1 3.44 11.5L72.88 66H216a14 14 0 0 1 14 14m-12 0a2 2 0 0 0-2-2H38v114a2 2 0 0 0 2 2h176a2 2 0 0 0 2-2Zm-20 56a38 38 0 1 1-38-38a38 38 0 0 1 38 38m-12 0a26 26 0 1 0-26 26a26 26 0 0 0 26-26"/></svg>
</template>

CSS

.icon-radio-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M102%20104a6%206%200%200%201-6%206H64a6%206%200%200%201%200-12h32a6%206%200%200%201%206%206m-6%2026H64a6%206%200%200%200%200%2012h32a6%206%200%200%200%200-12m0%2032H64a6%206%200%200%200%200%2012h32a6%206%200%200%200%200-12m134-82v112a14%2014%200%200%201-14%2014H40a14%2014%200%200%201-14-14V72a6%206%200%200%201%204.28-5.75l160-48a6%206%200%200%201%203.44%2011.5L72.88%2066H216a14%2014%200%200%201%2014%2014m-12%200a2%202%200%200%200-2-2H38v114a2%202%200%200%200%202%202h176a2%202%200%200%200%202-2Zm-20%2056a38%2038%200%201%201-38-38a38%2038%200%200%201%2038%2038m-12%200a26%2026%200%201%200-26%2026a26%2026%200%200%200%2026-26%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M102%20104a6%206%200%200%201-6%206H64a6%206%200%200%201%200-12h32a6%206%200%200%201%206%206m-6%2026H64a6%206%200%200%200%200%2012h32a6%206%200%200%200%200-12m0%2032H64a6%206%200%200%200%200%2012h32a6%206%200%200%200%200-12m134-82v112a14%2014%200%200%201-14%2014H40a14%2014%200%200%201-14-14V72a6%206%200%200%201%204.28-5.75l160-48a6%206%200%200%201%203.44%2011.5L72.88%2066H216a14%2014%200%200%201%2014%2014m-12%200a2%202%200%200%200-2-2H38v114a2%202%200%200%200%202%202h176a2%202%200%200%200%202-2Zm-20%2056a38%2038%200%201%201-38-38a38%2038%200%200%201%2038%2038m-12%200a26%2026%200%201%200-26%2026a26%2026%200%200%200%2026-26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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