scalpel cursor icon
scalpel-cursor from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- scalpel-cursor
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Related icons in Carbon
Use the scalpel cursor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28.828 7.134a4.094 4.094 0 0 0-5.656 0L.343 29.962H9.59a4.968 4.968 0 0 0 3.536-1.465L28.828 12.79a3.998 3.998 0 0 0 0-5.656zM12.293 20.84l2.086-2.086l2.83 2.83l-2.087 2.085zm-.583 6.242a2.982 2.982 0 0 1-2.122.879H5.171l5.708-5.707l2.83 2.83zm15.704-15.707l-8.792 8.794l-2.83-2.83l8.794-8.792a2.047 2.047 0 0 1 2.828 0a2 2 0 0 1 0 2.828z" fill="currentColor"/><path d="M13 4H4v9h2V6h7V4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function CarbonScalpelCursor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28.828 7.134a4.094 4.094 0 0 0-5.656 0L.343 29.962H9.59a4.968 4.968 0 0 0 3.536-1.465L28.828 12.79a3.998 3.998 0 0 0 0-5.656zM12.293 20.84l2.086-2.086l2.83 2.83l-2.087 2.085zm-.583 6.242a2.982 2.982 0 0 1-2.122.879H5.171l5.708-5.707l2.83 2.83zm15.704-15.707l-8.792 8.794l-2.83-2.83l8.794-8.792a2.047 2.047 0 0 1 2.828 0a2 2 0 0 1 0 2.828z" fill="currentColor"/><path d="M13 4H4v9h2V6h7V4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28.828 7.134a4.094 4.094 0 0 0-5.656 0L.343 29.962H9.59a4.968 4.968 0 0 0 3.536-1.465L28.828 12.79a3.998 3.998 0 0 0 0-5.656zM12.293 20.84l2.086-2.086l2.83 2.83l-2.087 2.085zm-.583 6.242a2.982 2.982 0 0 1-2.122.879H5.171l5.708-5.707l2.83 2.83zm15.704-15.707l-8.792 8.794l-2.83-2.83l8.794-8.792a2.047 2.047 0 0 1 2.828 0a2 2 0 0 1 0 2.828z" fill="currentColor"/><path d="M13 4H4v9h2V6h7V4z" fill="currentColor"/></svg> </template>
CSS
.icon-scalpel-cursor {
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%2032%2032%22%3E%3Cpath%20d%3D%22M28.828%207.134a4.094%204.094%200%200%200-5.656%200L.343%2029.962H9.59a4.968%204.968%200%200%200%203.536-1.465L28.828%2012.79a3.998%203.998%200%200%200%200-5.656zM12.293%2020.84l2.086-2.086l2.83%202.83l-2.087%202.085zm-.583%206.242a2.982%202.982%200%200%201-2.122.879H5.171l5.708-5.707l2.83%202.83zm15.704-15.707l-8.792%208.794l-2.83-2.83l8.794-8.792a2.047%202.047%200%200%201%202.828%200a2%202%200%200%201%200%202.828z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M13%204H4v9h2V6h7V4z%22%20fill%3D%22currentColor%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%2032%2032%22%3E%3Cpath%20d%3D%22M28.828%207.134a4.094%204.094%200%200%200-5.656%200L.343%2029.962H9.59a4.968%204.968%200%200%200%203.536-1.465L28.828%2012.79a3.998%203.998%200%200%200%200-5.656zM12.293%2020.84l2.086-2.086l2.83%202.83l-2.087%202.085zm-.583%206.242a2.982%202.982%200%200%201-2.122.879H5.171l5.708-5.707l2.83%202.83zm15.704-15.707l-8.792%208.794l-2.83-2.83l8.794-8.792a2.047%202.047%200%200%201%202.828%200a2%202%200%200%201%200%202.828z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M13%204H4v9h2V6h7V4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/scalpel-cursor.svg?color=%231a73e8&size=48