radio from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
radio
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the radio 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"><circle cx="14.5" cy="13.5" r="3.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 13.5c0-3.759 0-5.638 1.053-6.893a4.5 4.5 0 0 1 .554-.554C4.862 5 6.741 5 10.5 5h3c3.759 0 5.638 0 6.892 1.053q.302.253.555.554C22 7.862 22 9.741 22 13.5s0 5.638-1.053 6.892a4.5 4.5 0 0 1-.555.555C19.138 22 17.26 22 13.5 22h-3c-3.759 0-5.638 0-6.893-1.053a4.5 4.5 0 0 1-.554-.555C2 19.138 2 17.26 2 13.5"/><path stroke-linecap="round" d="m10 5l4-3M6 12h1m-1 3h1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRadio(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"><circle cx="14.5" cy="13.5" r="3.5"/><path strokeLinecap="round" strokeLinejoin="round" d="M2 13.5c0-3.759 0-5.638 1.053-6.893a4.5 4.5 0 0 1 .554-.554C4.862 5 6.741 5 10.5 5h3c3.759 0 5.638 0 6.892 1.053q.302.253.555.554C22 7.862 22 9.741 22 13.5s0 5.638-1.053 6.892a4.5 4.5 0 0 1-.555.555C19.138 22 17.26 22 13.5 22h-3c-3.759 0-5.638 0-6.893-1.053a4.5 4.5 0 0 1-.554-.555C2 19.138 2 17.26 2 13.5"/><path strokeLinecap="round" d="m10 5l4-3M6 12h1m-1 3h1"/></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"><circle cx="14.5" cy="13.5" r="3.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M2 13.5c0-3.759 0-5.638 1.053-6.893a4.5 4.5 0 0 1 .554-.554C4.862 5 6.741 5 10.5 5h3c3.759 0 5.638 0 6.892 1.053q.302.253.555.554C22 7.862 22 9.741 22 13.5s0 5.638-1.053 6.892a4.5 4.5 0 0 1-.555.555C19.138 22 17.26 22 13.5 22h-3c-3.759 0-5.638 0-6.893-1.053a4.5 4.5 0 0 1-.554-.555C2 19.138 2 17.26 2 13.5"/><path stroke-linecap="round" d="m10 5l4-3M6 12h1m-1 3h1"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2214.5%22%20cy%3D%2213.5%22%20r%3D%223.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2013.5c0-3.759%200-5.638%201.053-6.893a4.5%204.5%200%200%201%20.554-.554C4.862%205%206.741%205%2010.5%205h3c3.759%200%205.638%200%206.892%201.053q.302.253.555.554C22%207.862%2022%209.741%2022%2013.5s0%205.638-1.053%206.892a4.5%204.5%200%200%201-.555.555C19.138%2022%2017.26%2022%2013.5%2022h-3c-3.759%200-5.638%200-6.893-1.053a4.5%204.5%200%200%201-.554-.555C2%2019.138%202%2017.26%202%2013.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m10%205l4-3M6%2012h1m-1%203h1%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%3Ccircle%20cx%3D%2214.5%22%20cy%3D%2213.5%22%20r%3D%223.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2013.5c0-3.759%200-5.638%201.053-6.893a4.5%204.5%200%200%201%20.554-.554C4.862%205%206.741%205%2010.5%205h3c3.759%200%205.638%200%206.892%201.053q.302.253.555.554C22%207.862%2022%209.741%2022%2013.5s0%205.638-1.053%206.892a4.5%204.5%200%200%201-.555.555C19.138%2022%2017.26%2022%2013.5%2022h-3c-3.759%200-5.638%200-6.893-1.053a4.5%204.5%200%200%201-.554-.555C2%2019.138%202%2017.26%202%2013.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m10%205l4-3M6%2012h1m-1%203h1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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