contactless circle icon

contactless-circle-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
contactless-circle-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Use the contactless circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12m12.69-5.367a.75.75 0 0 0-1.43.453c.49 1.55.755 3.2.755 4.914s-.265 3.365-.756 4.914a.75.75 0 0 0 1.43.453c.537-1.694.826-3.498.826-5.367c0-1.87-.289-3.673-.826-5.367m-3.244 1.581a.75.75 0 1 0-1.442.412c.306 1.071.47 2.203.47 3.374c0 1.17-.164 2.302-.47 3.373a.75.75 0 1 0 1.442.412c.344-1.203.528-2.473.528-3.785s-.184-2.582-.528-3.786M7.833 9.258a.75.75 0 0 0-.564.899a8.3 8.3 0 0 1 0 3.687a.75.75 0 0 0 1.462.333a9.8 9.8 0 0 0 0-4.354a.75.75 0 0 0-.898-.565"/></svg>

React

import type { SVGProps } from "react";

export function MynauiContactlessCircleSolid(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" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12m12.69-5.367a.75.75 0 0 0-1.43.453c.49 1.55.755 3.2.755 4.914s-.265 3.365-.756 4.914a.75.75 0 0 0 1.43.453c.537-1.694.826-3.498.826-5.367c0-1.87-.289-3.673-.826-5.367m-3.244 1.581a.75.75 0 1 0-1.442.412c.306 1.071.47 2.203.47 3.374c0 1.17-.164 2.302-.47 3.373a.75.75 0 1 0 1.442.412c.344-1.203.528-2.473.528-3.785s-.184-2.582-.528-3.786M7.833 9.258a.75.75 0 0 0-.564.899a8.3 8.3 0 0 1 0 3.687a.75.75 0 0 0 1.462.333a9.8 9.8 0 0 0 0-4.354a.75.75 0 0 0-.898-.565"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75s-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12m12.69-5.367a.75.75 0 0 0-1.43.453c.49 1.55.755 3.2.755 4.914s-.265 3.365-.756 4.914a.75.75 0 0 0 1.43.453c.537-1.694.826-3.498.826-5.367c0-1.87-.289-3.673-.826-5.367m-3.244 1.581a.75.75 0 1 0-1.442.412c.306 1.071.47 2.203.47 3.374c0 1.17-.164 2.302-.47 3.373a.75.75 0 1 0 1.442.412c.344-1.203.528-2.473.528-3.785s-.184-2.582-.528-3.786M7.833 9.258a.75.75 0 0 0-.564.899a8.3 8.3 0 0 1 0 3.687a.75.75 0 0 0 1.462.333a9.8 9.8 0 0 0 0-4.354a.75.75 0 0 0-.898-.565"/></svg>
</template>

CSS

.icon-contactless-circle-solid {
  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%20d%3D%22M2.25%2012c0-5.385%204.365-9.75%209.75-9.75s9.75%204.365%209.75%209.75s-4.365%209.75-9.75%209.75S2.25%2017.385%202.25%2012m12.69-5.367a.75.75%200%200%200-1.43.453c.49%201.55.755%203.2.755%204.914s-.265%203.365-.756%204.914a.75.75%200%200%200%201.43.453c.537-1.694.826-3.498.826-5.367c0-1.87-.289-3.673-.826-5.367m-3.244%201.581a.75.75%200%201%200-1.442.412c.306%201.071.47%202.203.47%203.374c0%201.17-.164%202.302-.47%203.373a.75.75%200%201%200%201.442.412c.344-1.203.528-2.473.528-3.785s-.184-2.582-.528-3.786M7.833%209.258a.75.75%200%200%200-.564.899a8.3%208.3%200%200%201%200%203.687a.75.75%200%200%200%201.462.333a9.8%209.8%200%200%200%200-4.354a.75.75%200%200%200-.898-.565%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%20d%3D%22M2.25%2012c0-5.385%204.365-9.75%209.75-9.75s9.75%204.365%209.75%209.75s-4.365%209.75-9.75%209.75S2.25%2017.385%202.25%2012m12.69-5.367a.75.75%200%200%200-1.43.453c.49%201.55.755%203.2.755%204.914s-.265%203.365-.756%204.914a.75.75%200%200%200%201.43.453c.537-1.694.826-3.498.826-5.367c0-1.87-.289-3.673-.826-5.367m-3.244%201.581a.75.75%200%201%200-1.442.412c.306%201.071.47%202.203.47%203.374c0%201.17-.164%202.302-.47%203.373a.75.75%200%201%200%201.442.412c.344-1.203.528-2.473.528-3.785s-.184-2.582-.528-3.786M7.833%209.258a.75.75%200%200%200-.564.899a8.3%208.3%200%200%201%200%203.687a.75.75%200%200%200%201.462.333a9.8%209.8%200%200%200%200-4.354a.75.75%200%200%200-.898-.565%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/contactless-circle-solid.svg?color=%231a73e8&size=48