radio from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.

Name
radio
Set
Reicon
Style
Outline
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All radio icons →

More devices icons from Reicon

Use the radio icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.679 1.68a.75.75 0 0 1-.36.999L9.855 5.25h4.201c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.113c0 1.837 0 3.293-.153 4.432c-.158 1.173-.49 2.122-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.748-1.08-1.697-1.238-2.87c-.153-1.139-.153-2.595-.153-4.432v-.113c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238q.306-.04.643-.068l.027-.013l8.5-4a.75.75 0 0 1 .998.359M5.71 6.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676 1.003-.811 2.009c-.138 1.028-.14 2.382-.14 4.29c0 1.906.002 3.26.14 4.288c.135 1.006.389 1.586.812 2.01c.423.422 1.003.676 2.009.811c1.028.139 2.382.14 4.289.14h4c1.907 0 3.262-.001 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.135-1.006-.389-1.586-.812-2.009s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14h-4c-1.907 0-3.261.002-4.29.14M4.25 11A2.75 2.75 0 0 1 7 8.25h10a2.75 2.75 0 1 1 0 5.5H7A2.75 2.75 0 0 1 4.25 11m11.5 1.25v-.75a.75.75 0 0 0-1.5 0v.75H7a1.25 1.25 0 0 1 0-2.5h10a1.25 1.25 0 1 1 0 2.5zm-8.25 4a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M5.25 17a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m7 0a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconRadio(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" fillRule="evenodd" d="M15.679 1.68a.75.75 0 0 1-.36.999L9.855 5.25h4.201c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.113c0 1.837 0 3.293-.153 4.432c-.158 1.173-.49 2.122-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.748-1.08-1.697-1.238-2.87c-.153-1.139-.153-2.595-.153-4.432v-.113c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238q.306-.04.643-.068l.027-.013l8.5-4a.75.75 0 0 1 .998.359M5.71 6.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676 1.003-.811 2.009c-.138 1.028-.14 2.382-.14 4.29c0 1.906.002 3.26.14 4.288c.135 1.006.389 1.586.812 2.01c.423.422 1.003.676 2.009.811c1.028.139 2.382.14 4.289.14h4c1.907 0 3.262-.001 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.135-1.006-.389-1.586-.812-2.009s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14h-4c-1.907 0-3.261.002-4.29.14M4.25 11A2.75 2.75 0 0 1 7 8.25h10a2.75 2.75 0 1 1 0 5.5H7A2.75 2.75 0 0 1 4.25 11m11.5 1.25v-.75a.75.75 0 0 0-1.5 0v.75H7a1.25 1.25 0 0 1 0-2.5h10a1.25 1.25 0 1 1 0 2.5zm-8.25 4a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M5.25 17a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m7 0a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M15.679 1.68a.75.75 0 0 1-.36.999L9.855 5.25h4.201c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v.113c0 1.837 0 3.293-.153 4.432c-.158 1.173-.49 2.122-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.748-1.08-1.697-1.238-2.87c-.153-1.139-.153-2.595-.153-4.432v-.113c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238q.306-.04.643-.068l.027-.013l8.5-4a.75.75 0 0 1 .998.359M5.71 6.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676 1.003-.811 2.009c-.138 1.028-.14 2.382-.14 4.29c0 1.906.002 3.26.14 4.288c.135 1.006.389 1.586.812 2.01c.423.422 1.003.676 2.009.811c1.028.139 2.382.14 4.289.14h4c1.907 0 3.262-.001 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.135-1.006-.389-1.586-.812-2.009s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14h-4c-1.907 0-3.261.002-4.29.14M4.25 11A2.75 2.75 0 0 1 7 8.25h10a2.75 2.75 0 1 1 0 5.5H7A2.75 2.75 0 0 1 4.25 11m11.5 1.25v-.75a.75.75 0 0 0-1.5 0v.75H7a1.25 1.25 0 0 1 0-2.5h10a1.25 1.25 0 1 1 0 2.5zm-8.25 4a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M5.25 17a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m7 0a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-radio {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.679%201.68a.75.75%200%200%201-.36.999L9.855%205.25h4.201c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v.113c0%201.837%200%203.293-.153%204.432c-.158%201.173-.49%202.122-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.748-1.08-1.697-1.238-2.87c-.153-1.139-.153-2.595-.153-4.432v-.113c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238q.306-.04.643-.068l.027-.013l8.5-4a.75.75%200%200%201%20.998.359M5.71%206.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676%201.003-.811%202.009c-.138%201.028-.14%202.382-.14%204.29c0%201.906.002%203.26.14%204.288c.135%201.006.389%201.586.812%202.01c.423.422%201.003.676%202.009.811c1.028.139%202.382.14%204.289.14h4c1.907%200%203.262-.001%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.135-1.006-.389-1.586-.812-2.009s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14h-4c-1.907%200-3.261.002-4.29.14M4.25%2011A2.75%202.75%200%200%201%207%208.25h10a2.75%202.75%200%201%201%200%205.5H7A2.75%202.75%200%200%201%204.25%2011m11.5%201.25v-.75a.75.75%200%200%200-1.5%200v.75H7a1.25%201.25%200%200%201%200-2.5h10a1.25%201.25%200%201%201%200%202.5zm-8.25%204a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M5.25%2017a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m7%200a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M15.679%201.68a.75.75%200%200%201-.36.999L9.855%205.25h4.201c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v.113c0%201.837%200%203.293-.153%204.432c-.158%201.173-.49%202.122-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153H9.944c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.748-1.08-1.697-1.238-2.87c-.153-1.139-.153-2.595-.153-4.432v-.113c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238q.306-.04.643-.068l.027-.013l8.5-4a.75.75%200%200%201%20.998.359M5.71%206.89c-1.006.135-1.586.389-2.01.812c-.422.423-.676%201.003-.811%202.009c-.138%201.028-.14%202.382-.14%204.29c0%201.906.002%203.26.14%204.288c.135%201.006.389%201.586.812%202.01c.423.422%201.003.676%202.009.811c1.028.139%202.382.14%204.289.14h4c1.907%200%203.262-.001%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289s-.002-3.261-.14-4.289c-.135-1.006-.389-1.586-.812-2.009s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14h-4c-1.907%200-3.261.002-4.29.14M4.25%2011A2.75%202.75%200%200%201%207%208.25h10a2.75%202.75%200%201%201%200%205.5H7A2.75%202.75%200%200%201%204.25%2011m11.5%201.25v-.75a.75.75%200%200%200-1.5%200v.75H7a1.25%201.25%200%200%201%200-2.5h10a1.25%201.25%200%201%201%200%202.5zm-8.25%204a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M5.25%2017a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m7%200a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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