radio minimalistic icon

radio-minimalistic-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.

Name
radio-minimalistic-broken
Set
Solar
Style
Broken
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the radio minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C21.4816 7.82475 21.7706 8.69989 21.8985 10"/><circle cx="8" cy="14" r="3"/><path stroke-linecap="round" d="M13.5 11H19"/><path stroke-linecap="round" d="M13.5 14H14M19 14H16.5"/><path stroke-linecap="round" d="M16 17H13.5M19 17H18.5"/><path stroke-linecap="round" d="M6.5 6L15 2"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRadioMinimalisticBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C21.4816 7.82475 21.7706 8.69989 21.8985 10"/><circle cx="8" cy="14" r="3"/><path strokeLinecap="round" d="M13.5 11H19"/><path strokeLinecap="round" d="M13.5 14H14M19 14H16.5"/><path strokeLinecap="round" d="M16 17H13.5M19 17H18.5"/><path strokeLinecap="round" d="M6.5 6L15 2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M22 14C22 17.7712 22 19.6569 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14C2 10.2288 2 8.34315 3.17157 7.17157C4.34315 6 6.22876 6 10 6H14C17.7712 6 19.6569 6 20.8284 7.17157C21.4816 7.82475 21.7706 8.69989 21.8985 10"/><circle cx="8" cy="14" r="3"/><path stroke-linecap="round" d="M13.5 11H19"/><path stroke-linecap="round" d="M13.5 14H14M19 14H16.5"/><path stroke-linecap="round" d="M16 17H13.5M19 17H18.5"/><path stroke-linecap="round" d="M6.5 6L15 2"/></g></svg>
</template>

CSS

.icon-radio-minimalistic-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2014C22%2017.7712%2022%2019.6569%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014C2%2010.2288%202%208.34315%203.17157%207.17157C4.34315%206%206.22876%206%2010%206H14C17.7712%206%2019.6569%206%2020.8284%207.17157C21.4816%207.82475%2021.7706%208.69989%2021.8985%2010%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2214%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%2011H19%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%2014H14M19%2014H16.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2017H13.5M19%2017H18.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%206L15%202%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2014C22%2017.7712%2022%2019.6569%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014C2%2010.2288%202%208.34315%203.17157%207.17157C4.34315%206%206.22876%206%2010%206H14C17.7712%206%2019.6569%206%2020.8284%207.17157C21.4816%207.82475%2021.7706%208.69989%2021.8985%2010%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2214%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%2011H19%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13.5%2014H14M19%2014H16.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2017H13.5M19%2017H18.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.5%206L15%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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