crop interim icon
crop-interim-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- crop-interim-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 crop interim icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 4h3a2 2 0 0 0 1.773 1.987l.463 4.164A2 2 0 0 0 11 12H6a2 2 0 0 0-1.236-1.849l.463-4.164A2 2 0 0 0 7 4m6.227 6.013l-.463-4.164A2 2 0 1 0 10.268 3H6.732a2 2 0 1 0-2.496 2.849l-.463 4.164A2 2 0 1 0 5.733 13h5.535A2 2 0 0 0 15 12a2 2 0 0 0-1.773-1.987m.738-2.409A4.502 4.502 0 0 1 13 16.5A4.5 4.5 0 0 1 9.645 15h.855a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.725a5.5 5.5 0 1 0 4.85-9.21z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCropInterim20Filled(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="M7 4h3a2 2 0 0 0 1.773 1.987l.463 4.164A2 2 0 0 0 11 12H6a2 2 0 0 0-1.236-1.849l.463-4.164A2 2 0 0 0 7 4m6.227 6.013l-.463-4.164A2 2 0 1 0 10.268 3H6.732a2 2 0 1 0-2.496 2.849l-.463 4.164A2 2 0 1 0 5.733 13h5.535A2 2 0 0 0 15 12a2 2 0 0 0-1.773-1.987m.738-2.409A4.502 4.502 0 0 1 13 16.5A4.5 4.5 0 0 1 9.645 15h.855a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.725a5.5 5.5 0 1 0 4.85-9.21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7 4h3a2 2 0 0 0 1.773 1.987l.463 4.164A2 2 0 0 0 11 12H6a2 2 0 0 0-1.236-1.849l.463-4.164A2 2 0 0 0 7 4m6.227 6.013l-.463-4.164A2 2 0 1 0 10.268 3H6.732a2 2 0 1 0-2.496 2.849l-.463 4.164A2 2 0 1 0 5.733 13h5.535A2 2 0 0 0 15 12a2 2 0 0 0-1.773-1.987m.738-2.409A4.502 4.502 0 0 1 13 16.5A4.5 4.5 0 0 1 9.645 15h.855a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0v-.725a5.5 5.5 0 1 0 4.85-9.21z"/></svg> </template>
CSS
.icon-crop-interim-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%22M7%204h3a2%202%200%200%200%201.773%201.987l.463%204.164A2%202%200%200%200%2011%2012H6a2%202%200%200%200-1.236-1.849l.463-4.164A2%202%200%200%200%207%204m6.227%206.013l-.463-4.164A2%202%200%201%200%2010.268%203H6.732a2%202%200%201%200-2.496%202.849l-.463%204.164A2%202%200%201%200%205.733%2013h5.535A2%202%200%200%200%2015%2012a2%202%200%200%200-1.773-1.987m.738-2.409A4.502%204.502%200%200%201%2013%2016.5A4.5%204.5%200%200%201%209.645%2015h.855a.5.5%200%200%200%200-1h-2a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-.725a5.5%205.5%200%201%200%204.85-9.21z%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%22M7%204h3a2%202%200%200%200%201.773%201.987l.463%204.164A2%202%200%200%200%2011%2012H6a2%202%200%200%200-1.236-1.849l.463-4.164A2%202%200%200%200%207%204m6.227%206.013l-.463-4.164A2%202%200%201%200%2010.268%203H6.732a2%202%200%201%200-2.496%202.849l-.463%204.164A2%202%200%201%200%205.733%2013h5.535A2%202%200%200%200%2015%2012a2%202%200%200%200-1.773-1.987m.738-2.409A4.502%204.502%200%200%201%2013%2016.5A4.5%204.5%200%200%201%209.645%2015h.855a.5.5%200%200%200%200-1h-2a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%201%200v-.725a5.5%205.5%200%201%200%204.85-9.21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/crop-interim-20-filled.svg?color=%231a73e8&size=48