radio minimalistic icon

radio-minimalistic-bold-duotone from Solar by 480 Design · Bold Duotone · Devices · CC-BY-4.0 Attribution required.

Name
radio-minimalistic-bold-duotone
Set
Solar
Style
Bold Duotone
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="currentColor"><path d="M2 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.17157C22 8.34315 22 10.2288 22 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 14Z" opacity=".5"/><path fill-rule="evenodd" d="M4.25 14C4.25 11.9289 5.92893 10.25 8 10.25C10.0711 10.25 11.75 11.9289 11.75 14C11.75 16.0711 10.0711 17.75 8 17.75C5.92893 17.75 4.25 16.0711 4.25 14Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.75 11C12.75 10.5858 13.0858 10.25 13.5 10.25H19C19.4142 10.25 19.75 10.5858 19.75 11C19.75 11.4142 19.4142 11.75 19 11.75H13.5C13.0858 11.75 12.75 11.4142 12.75 11Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.75 14C12.75 13.5858 13.0858 13.25 13.5 13.25H19C19.4142 13.25 19.75 13.5858 19.75 14C19.75 14.4142 19.4142 14.75 19 14.75H13.5C13.0858 14.75 12.75 14.4142 12.75 14Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.75 17C12.75 16.5858 13.0858 16.25 13.5 16.25H19C19.4142 16.25 19.75 16.5858 19.75 17C19.75 17.4142 19.4142 17.75 19 17.75H13.5C13.0858 17.75 12.75 17.4142 12.75 17Z" clip-rule="evenodd"/><path d="M15.3798 2.64657C15.7369 2.43656 15.856 1.97688 15.646 1.61985C15.436 1.26283 14.9763 1.14365 14.6193 1.35367L6.62988 6.05333C7.47448 6.00441 8.47699 6.00047 9.67875 6.00015L15.3798 2.64657Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRadioMinimalisticBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 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.17157C22 8.34315 22 10.2288 22 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 14Z" opacity=".5"/><path fillRule="evenodd" d="M4.25 14C4.25 11.9289 5.92893 10.25 8 10.25C10.0711 10.25 11.75 11.9289 11.75 14C11.75 16.0711 10.0711 17.75 8 17.75C5.92893 17.75 4.25 16.0711 4.25 14Z" clipRule="evenodd"/><path fillRule="evenodd" d="M12.75 11C12.75 10.5858 13.0858 10.25 13.5 10.25H19C19.4142 10.25 19.75 10.5858 19.75 11C19.75 11.4142 19.4142 11.75 19 11.75H13.5C13.0858 11.75 12.75 11.4142 12.75 11Z" clipRule="evenodd"/><path fillRule="evenodd" d="M12.75 14C12.75 13.5858 13.0858 13.25 13.5 13.25H19C19.4142 13.25 19.75 13.5858 19.75 14C19.75 14.4142 19.4142 14.75 19 14.75H13.5C13.0858 14.75 12.75 14.4142 12.75 14Z" clipRule="evenodd"/><path fillRule="evenodd" d="M12.75 17C12.75 16.5858 13.0858 16.25 13.5 16.25H19C19.4142 16.25 19.75 16.5858 19.75 17C19.75 17.4142 19.4142 17.75 19 17.75H13.5C13.0858 17.75 12.75 17.4142 12.75 17Z" clipRule="evenodd"/><path d="M15.3798 2.64657C15.7369 2.43656 15.856 1.97688 15.646 1.61985C15.436 1.26283 14.9763 1.14365 14.6193 1.35367L6.62988 6.05333C7.47448 6.00441 8.47699 6.00047 9.67875 6.00015L15.3798 2.64657Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 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.17157C22 8.34315 22 10.2288 22 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 14Z" opacity=".5"/><path fill-rule="evenodd" d="M4.25 14C4.25 11.9289 5.92893 10.25 8 10.25C10.0711 10.25 11.75 11.9289 11.75 14C11.75 16.0711 10.0711 17.75 8 17.75C5.92893 17.75 4.25 16.0711 4.25 14Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.75 11C12.75 10.5858 13.0858 10.25 13.5 10.25H19C19.4142 10.25 19.75 10.5858 19.75 11C19.75 11.4142 19.4142 11.75 19 11.75H13.5C13.0858 11.75 12.75 11.4142 12.75 11Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.75 14C12.75 13.5858 13.0858 13.25 13.5 13.25H19C19.4142 13.25 19.75 13.5858 19.75 14C19.75 14.4142 19.4142 14.75 19 14.75H13.5C13.0858 14.75 12.75 14.4142 12.75 14Z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M12.75 17C12.75 16.5858 13.0858 16.25 13.5 16.25H19C19.4142 16.25 19.75 16.5858 19.75 17C19.75 17.4142 19.4142 17.75 19 17.75H13.5C13.0858 17.75 12.75 17.4142 12.75 17Z" clip-rule="evenodd"/><path d="M15.3798 2.64657C15.7369 2.43656 15.856 1.97688 15.646 1.61985C15.436 1.26283 14.9763 1.14365 14.6193 1.35367L6.62988 6.05333C7.47448 6.00441 8.47699 6.00047 9.67875 6.00015L15.3798 2.64657Z"/></g></svg>
</template>

CSS

.icon-radio-minimalistic-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M2%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.17157C22%208.34315%2022%2010.2288%2022%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%2014Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.25%2014C4.25%2011.9289%205.92893%2010.25%208%2010.25C10.0711%2010.25%2011.75%2011.9289%2011.75%2014C11.75%2016.0711%2010.0711%2017.75%208%2017.75C5.92893%2017.75%204.25%2016.0711%204.25%2014Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.75%2011C12.75%2010.5858%2013.0858%2010.25%2013.5%2010.25H19C19.4142%2010.25%2019.75%2010.5858%2019.75%2011C19.75%2011.4142%2019.4142%2011.75%2019%2011.75H13.5C13.0858%2011.75%2012.75%2011.4142%2012.75%2011Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.75%2014C12.75%2013.5858%2013.0858%2013.25%2013.5%2013.25H19C19.4142%2013.25%2019.75%2013.5858%2019.75%2014C19.75%2014.4142%2019.4142%2014.75%2019%2014.75H13.5C13.0858%2014.75%2012.75%2014.4142%2012.75%2014Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.75%2017C12.75%2016.5858%2013.0858%2016.25%2013.5%2016.25H19C19.4142%2016.25%2019.75%2016.5858%2019.75%2017C19.75%2017.4142%2019.4142%2017.75%2019%2017.75H13.5C13.0858%2017.75%2012.75%2017.4142%2012.75%2017Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.3798%202.64657C15.7369%202.43656%2015.856%201.97688%2015.646%201.61985C15.436%201.26283%2014.9763%201.14365%2014.6193%201.35367L6.62988%206.05333C7.47448%206.00441%208.47699%206.00047%209.67875%206.00015L15.3798%202.64657Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M2%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.17157C22%208.34315%2022%2010.2288%2022%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%2014Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.25%2014C4.25%2011.9289%205.92893%2010.25%208%2010.25C10.0711%2010.25%2011.75%2011.9289%2011.75%2014C11.75%2016.0711%2010.0711%2017.75%208%2017.75C5.92893%2017.75%204.25%2016.0711%204.25%2014Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.75%2011C12.75%2010.5858%2013.0858%2010.25%2013.5%2010.25H19C19.4142%2010.25%2019.75%2010.5858%2019.75%2011C19.75%2011.4142%2019.4142%2011.75%2019%2011.75H13.5C13.0858%2011.75%2012.75%2011.4142%2012.75%2011Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.75%2014C12.75%2013.5858%2013.0858%2013.25%2013.5%2013.25H19C19.4142%2013.25%2019.75%2013.5858%2019.75%2014C19.75%2014.4142%2019.4142%2014.75%2019%2014.75H13.5C13.0858%2014.75%2012.75%2014.4142%2012.75%2014Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.75%2017C12.75%2016.5858%2013.0858%2016.25%2013.5%2016.25H19C19.4142%2016.25%2019.75%2016.5858%2019.75%2017C19.75%2017.4142%2019.4142%2017.75%2019%2017.75H13.5C13.0858%2017.75%2012.75%2017.4142%2012.75%2017Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.3798%202.64657C15.7369%202.43656%2015.856%201.97688%2015.646%201.61985C15.436%201.26283%2014.9763%201.14365%2014.6193%201.35367L6.62988%206.05333C7.47448%206.00441%208.47699%206.00047%209.67875%206.00015L15.3798%202.64657Z%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-bold-duotone.svg?color=%231a73e8&size=48