cursor prohibited icon

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

Name
cursor-prohibited-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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.899 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 2c.514 0 1.011-.07 1.483-.202c.112.57-.293 1.202-.984 1.202H8.054a1 1 0 0 0-.793.39l-2.466 3.215c-.581.758-1.793.347-1.793-.609V3.998a1 1 0 0 1 1.6-.8l1.404 1.054A5.5 5.5 0 0 0 11.5 10"/></svg>

React

import type { SVGProps } from "react";

export function FluentCursorProhibited16Filled(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.899 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 2c.514 0 1.011-.07 1.483-.202c.112.57-.293 1.202-.984 1.202H8.054a1 1 0 0 0-.793.39l-2.466 3.215c-.581.758-1.793.347-1.793-.609V3.998a1 1 0 0 1 1.6-.8l1.404 1.054A5.5 5.5 0 0 0 11.5 10"/></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.899 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 2c.514 0 1.011-.07 1.483-.202c.112.57-.293 1.202-.984 1.202H8.054a1 1 0 0 0-.793.39l-2.466 3.215c-.581.758-1.793.347-1.793-.609V3.998a1 1 0 0 1 1.6-.8l1.404 1.054A5.5 5.5 0 0 0 11.5 10"/></svg>
</template>

CSS

.icon-cursor-prohibited-16-filled {
  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.899%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%202c.514%200%201.011-.07%201.483-.202c.112.57-.293%201.202-.984%201.202H8.054a1%201%200%200%200-.793.39l-2.466%203.215c-.581.758-1.793.347-1.793-.609V3.998a1%201%200%200%201%201.6-.8l1.404%201.054A5.5%205.5%200%200%200%2011.5%2010%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.899%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%202c.514%200%201.011-.07%201.483-.202c.112.57-.293%201.202-.984%201.202H8.054a1%201%200%200%200-.793.39l-2.466%203.215c-.581.758-1.793.347-1.793-.609V3.998a1%201%200%200%201%201.6-.8l1.404%201.054A5.5%205.5%200%200%200%2011.5%2010%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-filled.svg?color=%231a73e8&size=48