radio button emoji

radio-button from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.

Name
radio-button
Set
OpenMoji
Style
Default
Category
Symbols
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More symbols icons from OpenMoji

Use the radio button emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="22" fill="#3f3f3f"/><circle cx="36" cy="36" r="12.756" fill="#9b9b9a"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="22"/><circle cx="36" cy="36" r="12.756"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiRadioButton(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeMiterlimit="10" strokeWidth="2"><circle cx="36" cy="36" r="22" fill="#3f3f3f"/><circle cx="36" cy="36" r="12.756" fill="#9b9b9a"/></g><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><circle cx="36" cy="36" r="22"/><circle cx="36" cy="36" r="12.756"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="22" fill="#3f3f3f"/><circle cx="36" cy="36" r="12.756" fill="#9b9b9a"/></g><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="22"/><circle cx="36" cy="36" r="12.756"/></g></svg>
</template>

CSS

.icon-radio-button {
  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%2072%2072%22%3E%3Cg%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2222%22%20fill%3D%22%233f3f3f%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2212.756%22%20fill%3D%22%239b9b9a%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2222%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2212.756%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%2072%2072%22%3E%3Cg%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2222%22%20fill%3D%22%233f3f3f%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2212.756%22%20fill%3D%22%239b9b9a%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2222%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2212.756%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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