crop-interim-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
crop-interim-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M12 5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-1H7a2 2 0 0 1-1.773 1.987l-.463 4.164A2 2 0 0 1 6 12h5a2 2 0 0 1 1.236-1.849l-.463-4.164A2 2 0 0 1 10 4m1.268 9H5.732a2 2 0 1 1-1.959-2.987l.463-4.164A2 2 0 1 1 6.732 3h3.536A2 2 0 0 1 14 4a2 2 0 0 1-1.236 1.849l.463 4.164A2 2 0 1 1 11.267 13M3 12a1 1 0 1 0 2 0a1 1 0 0 0-2 0m2-9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m7 9a1 1 0 1 0 2 0a1 1 0 0 0-2 0m1.965-4.396A4.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 FluentCropInterim20Regular(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="M12 5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-1H7a2 2 0 0 1-1.773 1.987l-.463 4.164A2 2 0 0 1 6 12h5a2 2 0 0 1 1.236-1.849l-.463-4.164A2 2 0 0 1 10 4m1.268 9H5.732a2 2 0 1 1-1.959-2.987l.463-4.164A2 2 0 1 1 6.732 3h3.536A2 2 0 0 1 14 4a2 2 0 0 1-1.236 1.849l.463 4.164A2 2 0 1 1 11.267 13M3 12a1 1 0 1 0 2 0a1 1 0 0 0-2 0m2-9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m7 9a1 1 0 1 0 2 0a1 1 0 0 0-2 0m1.965-4.396A4.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="M12 5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m-2-1H7a2 2 0 0 1-1.773 1.987l-.463 4.164A2 2 0 0 1 6 12h5a2 2 0 0 1 1.236-1.849l-.463-4.164A2 2 0 0 1 10 4m1.268 9H5.732a2 2 0 1 1-1.959-2.987l.463-4.164A2 2 0 1 1 6.732 3h3.536A2 2 0 0 1 14 4a2 2 0 0 1-1.236 1.849l.463 4.164A2 2 0 1 1 11.267 13M3 12a1 1 0 1 0 2 0a1 1 0 0 0-2 0m2-9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m7 9a1 1 0 1 0 2 0a1 1 0 0 0-2 0m1.965-4.396A4.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-regular {
  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%22M12%205a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-1H7a2%202%200%200%201-1.773%201.987l-.463%204.164A2%202%200%200%201%206%2012h5a2%202%200%200%201%201.236-1.849l-.463-4.164A2%202%200%200%201%2010%204m1.268%209H5.732a2%202%200%201%201-1.959-2.987l.463-4.164A2%202%200%201%201%206.732%203h3.536A2%202%200%200%201%2014%204a2%202%200%200%201-1.236%201.849l.463%204.164A2%202%200%201%201%2011.267%2013M3%2012a1%201%200%201%200%202%200a1%201%200%200%200-2%200m2-9a1%201%200%201%200%200%202a1%201%200%200%200%200-2m7%209a1%201%200%201%200%202%200a1%201%200%200%200-2%200m1.965-4.396A4.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%22M12%205a1%201%200%201%200%200-2a1%201%200%200%200%200%202m-2-1H7a2%202%200%200%201-1.773%201.987l-.463%204.164A2%202%200%200%201%206%2012h5a2%202%200%200%201%201.236-1.849l-.463-4.164A2%202%200%200%201%2010%204m1.268%209H5.732a2%202%200%201%201-1.959-2.987l.463-4.164A2%202%200%201%201%206.732%203h3.536A2%202%200%200%201%2014%204a2%202%200%200%201-1.236%201.849l.463%204.164A2%202%200%201%201%2011.267%2013M3%2012a1%201%200%201%200%202%200a1%201%200%200%200-2%200m2-9a1%201%200%201%200%200%202a1%201%200%200%200%200-2m7%209a1%201%200%201%200%202%200a1%201%200%200%200-2%200m1.965-4.396A4.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-regular.svg?color=%231a73e8&size=48