crop-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.

Name
crop-duotone
Set
Reicon
Style
Duotone
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All crop icons →

More tools icons from Reicon

Use the crop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5 1.25a.75.75 0 0 1 .75.75v9c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h9a.75.75 0 0 1 0 1.5h-9.056c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V2A.75.75 0 0 1 5 1.25" clip-rule="evenodd"/><path d="M2 5.75h2.25v-1.5H2a.75.75 0 0 0 0 1.5M19.75 22v-2.25h-1.5V22a.75.75 0 0 0 1.5 0M15.29 5.89c-1.028-.138-2.383-.14-4.29-.14H8a.75.75 0 0 1 0-1.5h3.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433V16a.75.75 0 0 1-1.5 0v-3c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812" opacity=".5"/><path d="M8.5 11.5c0-1.414 0-2.121.44-2.56c.439-.44 1.146-.44 2.56-.44h1c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v1c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-1c-1.414 0-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCropDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M5 1.25a.75.75 0 0 1 .75.75v9c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h9a.75.75 0 0 1 0 1.5h-9.056c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V2A.75.75 0 0 1 5 1.25" clipRule="evenodd"/><path d="M2 5.75h2.25v-1.5H2a.75.75 0 0 0 0 1.5M19.75 22v-2.25h-1.5V22a.75.75 0 0 0 1.5 0M15.29 5.89c-1.028-.138-2.383-.14-4.29-.14H8a.75.75 0 0 1 0-1.5h3.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433V16a.75.75 0 0 1-1.5 0v-3c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812" opacity=".5"/><path d="M8.5 11.5c0-1.414 0-2.121.44-2.56c.439-.44 1.146-.44 2.56-.44h1c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v1c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-1c-1.414 0-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5 1.25a.75.75 0 0 1 .75.75v9c0 1.907.002 3.262.14 4.29c.135 1.005.389 1.585.812 2.008s1.003.677 2.009.812c1.028.138 2.382.14 4.289.14h9a.75.75 0 0 1 0 1.5h-9.056c-1.838 0-3.294 0-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V2A.75.75 0 0 1 5 1.25" clip-rule="evenodd"/><path d="M2 5.75h2.25v-1.5H2a.75.75 0 0 0 0 1.5M19.75 22v-2.25h-1.5V22a.75.75 0 0 0 1.5 0M15.29 5.89c-1.028-.138-2.383-.14-4.29-.14H8a.75.75 0 0 1 0-1.5h3.056c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433V16a.75.75 0 0 1-1.5 0v-3c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812" opacity=".5"/><path d="M8.5 11.5c0-1.414 0-2.121.44-2.56c.439-.44 1.146-.44 2.56-.44h1c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56v1c0 1.414 0 2.121-.44 2.56c-.439.44-1.146.44-2.56.44h-1c-1.414 0-2.121 0-2.56-.44c-.44-.439-.44-1.146-.44-2.56z"/></g></svg>
</template>

CSS

.icon-crop-duotone {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%201.25a.75.75%200%200%201%20.75.75v9c0%201.907.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14h9a.75.75%200%200%201%200%201.5h-9.056c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V2A.75.75%200%200%201%205%201.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2%205.75h2.25v-1.5H2a.75.75%200%200%200%200%201.5M19.75%2022v-2.25h-1.5V22a.75.75%200%200%200%201.5%200M15.29%205.89c-1.028-.138-2.383-.14-4.29-.14H8a.75.75%200%200%201%200-1.5h3.056c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433V16a.75.75%200%200%201-1.5%200v-3c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.5%2011.5c0-1.414%200-2.121.44-2.56c.439-.44%201.146-.44%202.56-.44h1c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56v1c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44h-1c-1.414%200-2.121%200-2.56-.44c-.44-.439-.44-1.146-.44-2.56z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5%201.25a.75.75%200%200%201%20.75.75v9c0%201.907.002%203.262.14%204.29c.135%201.005.389%201.585.812%202.008s1.003.677%202.009.812c1.028.138%202.382.14%204.289.14h9a.75.75%200%200%201%200%201.5h-9.056c-1.838%200-3.294%200-4.433-.153c-1.172-.158-2.121-.49-2.87-1.238c-.748-.749-1.08-1.698-1.238-2.87c-.153-1.14-.153-2.595-.153-4.433V2A.75.75%200%200%201%205%201.25%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2%205.75h2.25v-1.5H2a.75.75%200%200%200%200%201.5M19.75%2022v-2.25h-1.5V22a.75.75%200%200%200%201.5%200M15.29%205.89c-1.028-.138-2.383-.14-4.29-.14H8a.75.75%200%200%201%200-1.5h3.056c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433V16a.75.75%200%200%201-1.5%200v-3c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.5%2011.5c0-1.414%200-2.121.44-2.56c.439-.44%201.146-.44%202.56-.44h1c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56v1c0%201.414%200%202.121-.44%202.56c-.439.44-1.146.44-2.56.44h-1c-1.414%200-2.121%200-2.56-.44c-.44-.439-.44-1.146-.44-2.56z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/crop-duotone.svg?color=%231a73e8&size=48