ux circle icon

ux-circle from Majesticons by Gerrit Halfmann · Solid · MIT Free for personal and commercial use.

Name
ux-circle
Set
Majesticons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Majesticons

The same icon in other sets

Use the ux circle 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="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m13.8-2.6a1 1 0 0 0-1.6 1.2l1.05 1.4l-1.05 1.4a1 1 0 0 0 1.6 1.2l.7-.933l.7.933a1 1 0 0 0 1.6-1.2L16.75 12l1.05-1.4a1 1 0 0 0-1.6-1.2l-.7.933zM8 10a1 1 0 1 0-2 0v2c0 .493.14 1.211.588 1.834C7.074 14.51 7.874 15 9 15s1.926-.492 2.412-1.166c.448-.623.588-1.34.588-1.834v-2a1 1 0 1 0-2 0v2c0 .173-.06.456-.212.666c-.114.159-.314.334-.788.334s-.674-.175-.788-.334A1.24 1.24 0 0 1 8 12z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MajesticonsUxCircle(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="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m13.8-2.6a1 1 0 0 0-1.6 1.2l1.05 1.4l-1.05 1.4a1 1 0 0 0 1.6 1.2l.7-.933l.7.933a1 1 0 0 0 1.6-1.2L16.75 12l1.05-1.4a1 1 0 0 0-1.6-1.2l-.7.933zM8 10a1 1 0 1 0-2 0v2c0 .493.14 1.211.588 1.834C7.074 14.51 7.874 15 9 15s1.926-.492 2.412-1.166c.448-.623.588-1.34.588-1.834v-2a1 1 0 1 0-2 0v2c0 .173-.06.456-.212.666c-.114.159-.314.334-.788.334s-.674-.175-.788-.334A1.24 1.24 0 0 1 8 12z" 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="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m13.8-2.6a1 1 0 0 0-1.6 1.2l1.05 1.4l-1.05 1.4a1 1 0 0 0 1.6 1.2l.7-.933l.7.933a1 1 0 0 0 1.6-1.2L16.75 12l1.05-1.4a1 1 0 0 0-1.6-1.2l-.7.933zM8 10a1 1 0 1 0-2 0v2c0 .493.14 1.211.588 1.834C7.074 14.51 7.874 15 9 15s1.926-.492 2.412-1.166c.448-.623.588-1.34.588-1.834v-2a1 1 0 1 0-2 0v2c0 .173-.06.456-.212.666c-.114.159-.314.334-.788.334s-.674-.175-.788-.334A1.24 1.24 0 0 1 8 12z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ux-circle {
  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%22M1%2012C1%205.925%205.925%201%2012%201s11%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012m13.8-2.6a1%201%200%200%200-1.6%201.2l1.05%201.4l-1.05%201.4a1%201%200%200%200%201.6%201.2l.7-.933l.7.933a1%201%200%200%200%201.6-1.2L16.75%2012l1.05-1.4a1%201%200%200%200-1.6-1.2l-.7.933zM8%2010a1%201%200%201%200-2%200v2c0%20.493.14%201.211.588%201.834C7.074%2014.51%207.874%2015%209%2015s1.926-.492%202.412-1.166c.448-.623.588-1.34.588-1.834v-2a1%201%200%201%200-2%200v2c0%20.173-.06.456-.212.666c-.114.159-.314.334-.788.334s-.674-.175-.788-.334A1.24%201.24%200%200%201%208%2012z%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%22M1%2012C1%205.925%205.925%201%2012%201s11%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012m13.8-2.6a1%201%200%200%200-1.6%201.2l1.05%201.4l-1.05%201.4a1%201%200%200%200%201.6%201.2l.7-.933l.7.933a1%201%200%200%200%201.6-1.2L16.75%2012l1.05-1.4a1%201%200%200%200-1.6-1.2l-.7.933zM8%2010a1%201%200%201%200-2%200v2c0%20.493.14%201.211.588%201.834C7.074%2014.51%207.874%2015%209%2015s1.926-.492%202.412-1.166c.448-.623.588-1.34.588-1.834v-2a1%201%200%201%200-2%200v2c0%20.173-.06.456-.212.666c-.114.159-.314.334-.788.334s-.674-.175-.788-.334A1.24%201.24%200%200%201%208%2012z%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/majesticons/ux-circle.svg?color=%231a73e8&size=48