Interactive Segmentation Cursor Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Interactive Segmentation Cursor icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319342.svg" alt="Interactive Segmentation Cursor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319342.svg" alt="Interactive Segmentation Cursor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319342.svg" alt="Interactive Segmentation Cursor icon" :width="24" :height="24" />
CSS background
.icon-interactive-segmentation-cursor {
background-image: url('https://proicons.com/icon/319342.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>interactive-segmentation-cursor</title><path d="M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"/><rect x="7.5858" y="18.5858" width="2.8284" height="2.8284" transform="translate(-11.5061 12.2218) rotate(-45)"/><rect x="18.5858" y="7.5858" width="2.8284" height="2.8284" transform="translate(-0.5061 16.7782) rotate(-45)"/><rect x="7.5858" y="7.5858" width="2.8284" height="2.8284" transform="translate(-3.7279 9) rotate(-45)"/><polygon points="11 2 2 2 2 11 4 11 4 4 11 4 11 2"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!