3d cursor icon
3d-cursor from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- 3d-cursor
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Related icons in Carbon
Use the 3d cursor icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M13 4H4v9.01h2V6h7V4z" fill="currentColor"/><path d="M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function Carbon3dCursor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M13 4H4v9.01h2V6h7V4z" fill="currentColor"/><path d="M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M13 4H4v9.01h2V6h7V4z" fill="currentColor"/><path d="M29.49 13.12l-9-5a1 1 0 0 0-1 0l-9 5A1 1 0 0 0 10 14v10a1 1 0 0 0 .52.87l9 5A1 1 0 0 0 20 30a1.05 1.05 0 0 0 .49-.13l9-5A1 1 0 0 0 30 24V14a1 1 0 0 0-.51-.88zM19 27.3l-7-3.89v-7.72l7 3.89zm1-9.45L13.06 14L20 10.14L26.94 14zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/></svg> </template>
CSS
.icon-3d-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%22M13%204H4v9.01h2V6h7V4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M29.49%2013.12l-9-5a1%201%200%200%200-1%200l-9%205A1%201%200%200%200%2010%2014v10a1%201%200%200%200%20.52.87l9%205A1%201%200%200%200%2020%2030a1.05%201.05%200%200%200%20.49-.13l9-5A1%201%200%200%200%2030%2024V14a1%201%200%200%200-.51-.88zM19%2027.3l-7-3.89v-7.72l7%203.89zm1-9.45L13.06%2014L20%2010.14L26.94%2014zm8%205.56l-7%203.89v-7.72l7-3.89z%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%22M13%204H4v9.01h2V6h7V4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M29.49%2013.12l-9-5a1%201%200%200%200-1%200l-9%205A1%201%200%200%200%2010%2014v10a1%201%200%200%200%20.52.87l9%205A1%201%200%200%200%2020%2030a1.05%201.05%200%200%200%20.49-.13l9-5A1%201%200%200%200%2030%2024V14a1%201%200%200%200-.51-.88zM19%2027.3l-7-3.89v-7.72l7%203.89zm1-9.45L13.06%2014L20%2010.14L26.94%2014zm8%205.56l-7%203.89v-7.72l7-3.89z%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/3d-cursor.svg?color=%231a73e8&size=48