cursor circle selection 01 icon

cursor-circle-selection-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cursor-circle-selection-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the cursor circle selection 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.506 2.14a8 8 0 0 1 3.003 0M8.506 17.876q.49.093 1.001.125m-7.366-6.49a8 8 0 0 1 0-3.004m15.734 0q.093.49.125 1.001m-3.491-6.124a8 8 0 0 1 2.123 2.123M5.506 16.632a8 8 0 0 1-2.123-2.123m0-9.003a8 8 0 0 1 2.123-2.123m7.266 16.222l-1.955-5.618h0c-.736-2.112-1.103-3.169-.55-3.72c.552-.553 1.61-.186 3.724.55l5.61 1.95c1.173.407 1.76.61 1.886 1.005a.8.8 0 0 1 .035.338c-.042.412-.573.733-1.636 1.375c-.682.41-1.022.617-1.113.927a.8.8 0 0 0-.033.27c.015.324.297.604.862 1.165l1.855 1.844h0c.278.276.416.414.48.569a.83.83 0 0 1 .001.63c-.063.155-.202.294-.479.57h0c-.276.277-.414.415-.569.478a.83.83 0 0 1-.63 0c-.155-.063-.293-.201-.569-.477h0L17.829 19.6h0c-.555-.555-.833-.832-1.152-.85a.8.8 0 0 0-.285.036c-.305.093-.508.429-.913 1.1c-.634 1.052-.95 1.577-1.357 1.623a.8.8 0 0 1-.356-.037c-.389-.129-.59-.708-.994-1.867"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCursorCircleSelection01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8.506 2.14a8 8 0 0 1 3.003 0M8.506 17.876q.49.093 1.001.125m-7.366-6.49a8 8 0 0 1 0-3.004m15.734 0q.093.49.125 1.001m-3.491-6.124a8 8 0 0 1 2.123 2.123M5.506 16.632a8 8 0 0 1-2.123-2.123m0-9.003a8 8 0 0 1 2.123-2.123m7.266 16.222l-1.955-5.618h0c-.736-2.112-1.103-3.169-.55-3.72c.552-.553 1.61-.186 3.724.55l5.61 1.95c1.173.407 1.76.61 1.886 1.005a.8.8 0 0 1 .035.338c-.042.412-.573.733-1.636 1.375c-.682.41-1.022.617-1.113.927a.8.8 0 0 0-.033.27c.015.324.297.604.862 1.165l1.855 1.844h0c.278.276.416.414.48.569a.83.83 0 0 1 .001.63c-.063.155-.202.294-.479.57h0c-.276.277-.414.415-.569.478a.83.83 0 0 1-.63 0c-.155-.063-.293-.201-.569-.477h0L17.829 19.6h0c-.555-.555-.833-.832-1.152-.85a.8.8 0 0 0-.285.036c-.305.093-.508.429-.913 1.1c-.634 1.052-.95 1.577-1.357 1.623a.8.8 0 0 1-.356-.037c-.389-.129-.59-.708-.994-1.867"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.506 2.14a8 8 0 0 1 3.003 0M8.506 17.876q.49.093 1.001.125m-7.366-6.49a8 8 0 0 1 0-3.004m15.734 0q.093.49.125 1.001m-3.491-6.124a8 8 0 0 1 2.123 2.123M5.506 16.632a8 8 0 0 1-2.123-2.123m0-9.003a8 8 0 0 1 2.123-2.123m7.266 16.222l-1.955-5.618h0c-.736-2.112-1.103-3.169-.55-3.72c.552-.553 1.61-.186 3.724.55l5.61 1.95c1.173.407 1.76.61 1.886 1.005a.8.8 0 0 1 .035.338c-.042.412-.573.733-1.636 1.375c-.682.41-1.022.617-1.113.927a.8.8 0 0 0-.033.27c.015.324.297.604.862 1.165l1.855 1.844h0c.278.276.416.414.48.569a.83.83 0 0 1 .001.63c-.063.155-.202.294-.479.57h0c-.276.277-.414.415-.569.478a.83.83 0 0 1-.63 0c-.155-.063-.293-.201-.569-.477h0L17.829 19.6h0c-.555-.555-.833-.832-1.152-.85a.8.8 0 0 0-.285.036c-.305.093-.508.429-.913 1.1c-.634 1.052-.95 1.577-1.357 1.623a.8.8 0 0 1-.356-.037c-.389-.129-.59-.708-.994-1.867"/></svg>
</template>

CSS

.icon-cursor-circle-selection-01 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.506%202.14a8%208%200%200%201%203.003%200M8.506%2017.876q.49.093%201.001.125m-7.366-6.49a8%208%200%200%201%200-3.004m15.734%200q.093.49.125%201.001m-3.491-6.124a8%208%200%200%201%202.123%202.123M5.506%2016.632a8%208%200%200%201-2.123-2.123m0-9.003a8%208%200%200%201%202.123-2.123m7.266%2016.222l-1.955-5.618h0c-.736-2.112-1.103-3.169-.55-3.72c.552-.553%201.61-.186%203.724.55l5.61%201.95c1.173.407%201.76.61%201.886%201.005a.8.8%200%200%201%20.035.338c-.042.412-.573.733-1.636%201.375c-.682.41-1.022.617-1.113.927a.8.8%200%200%200-.033.27c.015.324.297.604.862%201.165l1.855%201.844h0c.278.276.416.414.48.569a.83.83%200%200%201%20.001.63c-.063.155-.202.294-.479.57h0c-.276.277-.414.415-.569.478a.83.83%200%200%201-.63%200c-.155-.063-.293-.201-.569-.477h0L17.829%2019.6h0c-.555-.555-.833-.832-1.152-.85a.8.8%200%200%200-.285.036c-.305.093-.508.429-.913%201.1c-.634%201.052-.95%201.577-1.357%201.623a.8.8%200%200%201-.356-.037c-.389-.129-.59-.708-.994-1.867%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8.506%202.14a8%208%200%200%201%203.003%200M8.506%2017.876q.49.093%201.001.125m-7.366-6.49a8%208%200%200%201%200-3.004m15.734%200q.093.49.125%201.001m-3.491-6.124a8%208%200%200%201%202.123%202.123M5.506%2016.632a8%208%200%200%201-2.123-2.123m0-9.003a8%208%200%200%201%202.123-2.123m7.266%2016.222l-1.955-5.618h0c-.736-2.112-1.103-3.169-.55-3.72c.552-.553%201.61-.186%203.724.55l5.61%201.95c1.173.407%201.76.61%201.886%201.005a.8.8%200%200%201%20.035.338c-.042.412-.573.733-1.636%201.375c-.682.41-1.022.617-1.113.927a.8.8%200%200%200-.033.27c.015.324.297.604.862%201.165l1.855%201.844h0c.278.276.416.414.48.569a.83.83%200%200%201%20.001.63c-.063.155-.202.294-.479.57h0c-.276.277-.414.415-.569.478a.83.83%200%200%201-.63%200c-.155-.063-.293-.201-.569-.477h0L17.829%2019.6h0c-.555-.555-.833-.832-1.152-.85a.8.8%200%200%200-.285.036c-.305.093-.508.429-.913%201.1c-.634%201.052-.95%201.577-1.357%201.623a.8.8%200%200%201-.356-.037c-.389-.129-.59-.708-.994-1.867%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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