cursor prohibited icon
cursor-prohibited-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- cursor-prohibited-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10 5.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 11 5.5M14.5 9c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 14.5 9m0 2a5.5 5.5 0 0 1-5.377-6.664L6.636 2.288A1 1 0 0 0 5 3.06v13.998c0 .926 1.15 1.355 1.756.655l3.524-4.073a1.5 1.5 0 0 1 1.134-.518h5.592c.938 0 1.36-1.176.636-1.772l-.967-.797A5.5 5.5 0 0 1 14.5 11"/></svg>
React
import type { SVGProps } from "react";
export function FluentCursorProhibited20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 5.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 11 5.5M14.5 9c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 14.5 9m0 2a5.5 5.5 0 0 1-5.377-6.664L6.636 2.288A1 1 0 0 0 5 3.06v13.998c0 .926 1.15 1.355 1.756.655l3.524-4.073a1.5 1.5 0 0 1 1.134-.518h5.592c.938 0 1.36-1.176.636-1.772l-.967-.797A5.5 5.5 0 0 1 14.5 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 5.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 11 5.5M14.5 9c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 14.5 9m0 2a5.5 5.5 0 0 1-5.377-6.664L6.636 2.288A1 1 0 0 0 5 3.06v13.998c0 .926 1.15 1.355 1.756.655l3.524-4.073a1.5 1.5 0 0 1 1.134-.518h5.592c.938 0 1.36-1.176.636-1.772l-.967-.797A5.5 5.5 0 0 1 14.5 11"/></svg> </template>
CSS
.icon-cursor-prohibited-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%205.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%2011%205.5M14.5%209c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%2014.5%209m0%202a5.5%205.5%200%200%201-5.377-6.664L6.636%202.288A1%201%200%200%200%205%203.06v13.998c0%20.926%201.15%201.355%201.756.655l3.524-4.073a1.5%201.5%200%200%201%201.134-.518h5.592c.938%200%201.36-1.176.636-1.772l-.967-.797A5.5%205.5%200%200%201%2014.5%2011%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%205.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%2011%205.5M14.5%209c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%2014.5%209m0%202a5.5%205.5%200%200%201-5.377-6.664L6.636%202.288A1%201%200%200%200%205%203.06v13.998c0%20.926%201.15%201.355%201.756.655l3.524-4.073a1.5%201.5%200%200%201%201.134-.518h5.592c.938%200%201.36-1.176.636-1.772l-.967-.797A5.5%205.5%200%200%201%2014.5%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cursor-prohibited-20-filled.svg?color=%231a73e8&size=48