ios radio button on icon

ios-radio-button-on from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-radio-button-on
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios radio button on icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256s-18.7 93.3-52.7 127.3S304.1 436 256 436c-48.1 0-93.3-18.7-127.3-52.7S76 304.1 76 256s18.7-93.3 52.7-127.3S207.9 76 256 76m0-28C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M363.5 148.5C334.8 119.8 296.6 104 256 104c-40.6 0-78.8 15.8-107.5 44.5C119.8 177.2 104 215.4 104 256s15.8 78.8 44.5 107.5C177.2 392.2 215.4 408 256 408c40.6 0 78.8-15.8 107.5-44.5C392.2 334.8 408 296.6 408 256s-15.8-78.8-44.5-107.5z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosRadioButtonOn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256s-18.7 93.3-52.7 127.3S304.1 436 256 436c-48.1 0-93.3-18.7-127.3-52.7S76 304.1 76 256s18.7-93.3 52.7-127.3S207.9 76 256 76m0-28C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M363.5 148.5C334.8 119.8 296.6 104 256 104c-40.6 0-78.8 15.8-107.5 44.5C119.8 177.2 104 215.4 104 256s15.8 78.8 44.5 107.5C177.2 392.2 215.4 408 256 408c40.6 0 78.8-15.8 107.5-44.5C392.2 334.8 408 296.6 408 256s-15.8-78.8-44.5-107.5z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256s-18.7 93.3-52.7 127.3S304.1 436 256 436c-48.1 0-93.3-18.7-127.3-52.7S76 304.1 76 256s18.7-93.3 52.7-127.3S207.9 76 256 76m0-28C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/><path d="M363.5 148.5C334.8 119.8 296.6 104 256 104c-40.6 0-78.8 15.8-107.5 44.5C119.8 177.2 104 215.4 104 256s15.8 78.8 44.5 107.5C177.2 392.2 215.4 408 256 408c40.6 0 78.8-15.8 107.5-44.5C392.2 334.8 408 296.6 408 256s-15.8-78.8-44.5-107.5z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-radio-button-on {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2076c48.1%200%2093.3%2018.7%20127.3%2052.7S436%20207.9%20436%20256s-18.7%2093.3-52.7%20127.3S304.1%20436%20256%20436c-48.1%200-93.3-18.7-127.3-52.7S76%20304.1%2076%20256s18.7-93.3%2052.7-127.3S207.9%2076%20256%2076m0-28C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M363.5%20148.5C334.8%20119.8%20296.6%20104%20256%20104c-40.6%200-78.8%2015.8-107.5%2044.5C119.8%20177.2%20104%20215.4%20104%20256s15.8%2078.8%2044.5%20107.5C177.2%20392.2%20215.4%20408%20256%20408c40.6%200%2078.8-15.8%20107.5-44.5C392.2%20334.8%20408%20296.6%20408%20256s-15.8-78.8-44.5-107.5z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2076c48.1%200%2093.3%2018.7%20127.3%2052.7S436%20207.9%20436%20256s-18.7%2093.3-52.7%20127.3S304.1%20436%20256%20436c-48.1%200-93.3-18.7-127.3-52.7S76%20304.1%2076%20256s18.7-93.3%2052.7-127.3S207.9%2076%20256%2076m0-28C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M363.5%20148.5C334.8%20119.8%20296.6%20104%20256%20104c-40.6%200-78.8%2015.8-107.5%2044.5C119.8%20177.2%20104%20215.4%20104%20256s15.8%2078.8%2044.5%20107.5C177.2%20392.2%20215.4%20408%20256%20408c40.6%200%2078.8-15.8%20107.5-44.5C392.2%20334.8%20408%20296.6%20408%20256s-15.8-78.8-44.5-107.5z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Ios Radio Button On icon — IonIcons · IconsDB