cursor prohibited icon

cursor-prohibited-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
cursor-prohibited-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the cursor prohibited icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 4.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0a3.5 3.5 0 0 1 5.596-2.803l-4.9 4.9A3.5 3.5 0 0 1 8 4.5M11.5 8c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 11.5 8m0 2q.102 0 .203-.003h.268l-.02-.015q.518-.043 1.005-.176c.106.567-.299 1.19-.985 1.19H8.038a1 1 0 0 0-.792.39l-2.454 3.187c-.582.756-1.792.344-1.792-.61V3.987a1 1 0 0 1 1.602-.799l1.404 1.059a5.6 5.6 0 0 0 .099 1.327L4 3.987v9.976l2.454-3.187a2 2 0 0 1 1.584-.78h3.26q.1.004.202.004"/></svg>

React

import type { SVGProps } from "react";

export function FluentCursorProhibited16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 4.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0a3.5 3.5 0 0 1 5.596-2.803l-4.9 4.9A3.5 3.5 0 0 1 8 4.5M11.5 8c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 11.5 8m0 2q.102 0 .203-.003h.268l-.02-.015q.518-.043 1.005-.176c.106.567-.299 1.19-.985 1.19H8.038a1 1 0 0 0-.792.39l-2.454 3.187c-.582.756-1.792.344-1.792-.61V3.987a1 1 0 0 1 1.602-.799l1.404 1.059a5.6 5.6 0 0 0 .099 1.327L4 3.987v9.976l2.454-3.187a2 2 0 0 1 1.584-.78h3.26q.1.004.202.004"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7 4.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0a3.5 3.5 0 0 1 5.596-2.803l-4.9 4.9A3.5 3.5 0 0 1 8 4.5M11.5 8c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 11.5 8m0 2q.102 0 .203-.003h.268l-.02-.015q.518-.043 1.005-.176c.106.567-.299 1.19-.985 1.19H8.038a1 1 0 0 0-.792.39l-2.454 3.187c-.582.756-1.792.344-1.792-.61V3.987a1 1 0 0 1 1.602-.799l1.404 1.059a5.6 5.6 0 0 0 .099 1.327L4 3.987v9.976l2.454-3.187a2 2 0 0 1 1.584-.78h3.26q.1.004.202.004"/></svg>
</template>

CSS

.icon-cursor-prohibited-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m1%200a3.5%203.5%200%200%201%205.596-2.803l-4.9%204.9A3.5%203.5%200%200%201%208%204.5M11.5%208c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%2011.5%208m0%202q.102%200%20.203-.003h.268l-.02-.015q.518-.043%201.005-.176c.106.567-.299%201.19-.985%201.19H8.038a1%201%200%200%200-.792.39l-2.454%203.187c-.582.756-1.792.344-1.792-.61V3.987a1%201%200%200%201%201.602-.799l1.404%201.059a5.6%205.6%200%200%200%20.099%201.327L4%203.987v9.976l2.454-3.187a2%202%200%200%201%201.584-.78h3.26q.1.004.202.004%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%204.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m1%200a3.5%203.5%200%200%201%205.596-2.803l-4.9%204.9A3.5%203.5%200%200%201%208%204.5M11.5%208c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%2011.5%208m0%202q.102%200%20.203-.003h.268l-.02-.015q.518-.043%201.005-.176c.106.567-.299%201.19-.985%201.19H8.038a1%201%200%200%200-.792.39l-2.454%203.187c-.582.756-1.792.344-1.792-.61V3.987a1%201%200%200%201%201.602-.799l1.404%201.059a5.6%205.6%200%200%200%20.099%201.327L4%203.987v9.976l2.454-3.187a2%202%200%200%201%201.584-.78h3.26q.1.004.202.004%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cursor-prohibited-16-regular.svg?color=%231a73e8&size=48