crop-bold-duotone from Solar by 480 Design · Bold Duotone · Tools · CC-BY-4.0 Attribution required.

Name
crop-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Tools
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More tools icons from Solar

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.25C5.41421 1.25 5.75 1.58579 5.75 2V11C5.75 12.9068 5.75159 14.2615 5.88976 15.2892C6.02502 16.2952 6.27869 16.8749 6.7019 17.2981C7.12511 17.7213 7.70476 17.975 8.71085 18.1102C9.73851 18.2484 11.0932 18.25 13 18.25H22C22.4142 18.25 22.75 18.5858 22.75 19C22.75 19.4142 22.4142 19.75 22 19.75H19.75H18.25H12.9436C11.1058 19.75 9.65019 19.75 8.51098 19.5969C7.33856 19.4392 6.38961 19.1071 5.64124 18.3588C4.89288 17.6104 4.56076 16.6614 4.40314 15.489C4.24997 14.3498 4.24998 12.8942 4.25 11.0564L4.25 5.75V4.25V2C4.25 1.58579 4.58579 1.25 5 1.25Z" clip-rule="evenodd"/><path d="M2 5.75H4.25V4.25H2C1.58579 4.25 1.25 4.58579 1.25 5C1.25 5.41421 1.58579 5.75 2 5.75Z" opacity=".5"/><path d="M19.75 22V19.75H18.25V22C18.25 22.4142 18.5858 22.75 19 22.75C19.4142 22.75 19.75 22.4142 19.75 22Z" opacity=".5"/><path d="M15.2892 5.88976C14.2615 5.75159 12.9068 5.75 11 5.75H8C7.58579 5.75 7.25 5.41421 7.25 5C7.25 4.58579 7.58579 4.25 8 4.25H11.0564C12.8942 4.24998 14.3498 4.24997 15.489 4.40314C16.6614 4.56076 17.6104 4.89288 18.3588 5.64124C19.1071 6.38961 19.4392 7.33856 19.5969 8.51098C19.75 9.65018 19.75 11.1058 19.75 12.9435V12.9436V16C19.75 16.4142 19.4142 16.75 19 16.75C18.5858 16.75 18.25 16.4142 18.25 16V13C18.25 11.0932 18.2484 9.73851 18.1102 8.71085C17.975 7.70476 17.7213 7.12511 17.2981 6.7019C16.8749 6.27869 16.2952 6.02502 15.2892 5.88976Z" opacity=".5"/><path d="M8.5 11.5C8.5 10.0858 8.5 9.37868 8.93934 8.93934C9.37868 8.5 10.0858 8.5 11.5 8.5H12.5C13.9142 8.5 14.6213 8.5 15.0607 8.93934C15.5 9.37868 15.5 10.0858 15.5 11.5V12.5C15.5 13.9142 15.5 14.6213 15.0607 15.0607C14.6213 15.5 13.9142 15.5 12.5 15.5H11.5C10.0858 15.5 9.37868 15.5 8.93934 15.0607C8.5 14.6213 8.5 13.9142 8.5 12.5V11.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCropBoldDuotone(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.25C5.41421 1.25 5.75 1.58579 5.75 2V11C5.75 12.9068 5.75159 14.2615 5.88976 15.2892C6.02502 16.2952 6.27869 16.8749 6.7019 17.2981C7.12511 17.7213 7.70476 17.975 8.71085 18.1102C9.73851 18.2484 11.0932 18.25 13 18.25H22C22.4142 18.25 22.75 18.5858 22.75 19C22.75 19.4142 22.4142 19.75 22 19.75H19.75H18.25H12.9436C11.1058 19.75 9.65019 19.75 8.51098 19.5969C7.33856 19.4392 6.38961 19.1071 5.64124 18.3588C4.89288 17.6104 4.56076 16.6614 4.40314 15.489C4.24997 14.3498 4.24998 12.8942 4.25 11.0564L4.25 5.75V4.25V2C4.25 1.58579 4.58579 1.25 5 1.25Z" clipRule="evenodd"/><path d="M2 5.75H4.25V4.25H2C1.58579 4.25 1.25 4.58579 1.25 5C1.25 5.41421 1.58579 5.75 2 5.75Z" opacity=".5"/><path d="M19.75 22V19.75H18.25V22C18.25 22.4142 18.5858 22.75 19 22.75C19.4142 22.75 19.75 22.4142 19.75 22Z" opacity=".5"/><path d="M15.2892 5.88976C14.2615 5.75159 12.9068 5.75 11 5.75H8C7.58579 5.75 7.25 5.41421 7.25 5C7.25 4.58579 7.58579 4.25 8 4.25H11.0564C12.8942 4.24998 14.3498 4.24997 15.489 4.40314C16.6614 4.56076 17.6104 4.89288 18.3588 5.64124C19.1071 6.38961 19.4392 7.33856 19.5969 8.51098C19.75 9.65018 19.75 11.1058 19.75 12.9435V12.9436V16C19.75 16.4142 19.4142 16.75 19 16.75C18.5858 16.75 18.25 16.4142 18.25 16V13C18.25 11.0932 18.2484 9.73851 18.1102 8.71085C17.975 7.70476 17.7213 7.12511 17.2981 6.7019C16.8749 6.27869 16.2952 6.02502 15.2892 5.88976Z" opacity=".5"/><path d="M8.5 11.5C8.5 10.0858 8.5 9.37868 8.93934 8.93934C9.37868 8.5 10.0858 8.5 11.5 8.5H12.5C13.9142 8.5 14.6213 8.5 15.0607 8.93934C15.5 9.37868 15.5 10.0858 15.5 11.5V12.5C15.5 13.9142 15.5 14.6213 15.0607 15.0607C14.6213 15.5 13.9142 15.5 12.5 15.5H11.5C10.0858 15.5 9.37868 15.5 8.93934 15.0607C8.5 14.6213 8.5 13.9142 8.5 12.5V11.5Z"/></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.25C5.41421 1.25 5.75 1.58579 5.75 2V11C5.75 12.9068 5.75159 14.2615 5.88976 15.2892C6.02502 16.2952 6.27869 16.8749 6.7019 17.2981C7.12511 17.7213 7.70476 17.975 8.71085 18.1102C9.73851 18.2484 11.0932 18.25 13 18.25H22C22.4142 18.25 22.75 18.5858 22.75 19C22.75 19.4142 22.4142 19.75 22 19.75H19.75H18.25H12.9436C11.1058 19.75 9.65019 19.75 8.51098 19.5969C7.33856 19.4392 6.38961 19.1071 5.64124 18.3588C4.89288 17.6104 4.56076 16.6614 4.40314 15.489C4.24997 14.3498 4.24998 12.8942 4.25 11.0564L4.25 5.75V4.25V2C4.25 1.58579 4.58579 1.25 5 1.25Z" clip-rule="evenodd"/><path d="M2 5.75H4.25V4.25H2C1.58579 4.25 1.25 4.58579 1.25 5C1.25 5.41421 1.58579 5.75 2 5.75Z" opacity=".5"/><path d="M19.75 22V19.75H18.25V22C18.25 22.4142 18.5858 22.75 19 22.75C19.4142 22.75 19.75 22.4142 19.75 22Z" opacity=".5"/><path d="M15.2892 5.88976C14.2615 5.75159 12.9068 5.75 11 5.75H8C7.58579 5.75 7.25 5.41421 7.25 5C7.25 4.58579 7.58579 4.25 8 4.25H11.0564C12.8942 4.24998 14.3498 4.24997 15.489 4.40314C16.6614 4.56076 17.6104 4.89288 18.3588 5.64124C19.1071 6.38961 19.4392 7.33856 19.5969 8.51098C19.75 9.65018 19.75 11.1058 19.75 12.9435V12.9436V16C19.75 16.4142 19.4142 16.75 19 16.75C18.5858 16.75 18.25 16.4142 18.25 16V13C18.25 11.0932 18.2484 9.73851 18.1102 8.71085C17.975 7.70476 17.7213 7.12511 17.2981 6.7019C16.8749 6.27869 16.2952 6.02502 15.2892 5.88976Z" opacity=".5"/><path d="M8.5 11.5C8.5 10.0858 8.5 9.37868 8.93934 8.93934C9.37868 8.5 10.0858 8.5 11.5 8.5H12.5C13.9142 8.5 14.6213 8.5 15.0607 8.93934C15.5 9.37868 15.5 10.0858 15.5 11.5V12.5C15.5 13.9142 15.5 14.6213 15.0607 15.0607C14.6213 15.5 13.9142 15.5 12.5 15.5H11.5C10.0858 15.5 9.37868 15.5 8.93934 15.0607C8.5 14.6213 8.5 13.9142 8.5 12.5V11.5Z"/></g></svg>
</template>

CSS

.icon-crop-bold-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.25C5.41421%201.25%205.75%201.58579%205.75%202V11C5.75%2012.9068%205.75159%2014.2615%205.88976%2015.2892C6.02502%2016.2952%206.27869%2016.8749%206.7019%2017.2981C7.12511%2017.7213%207.70476%2017.975%208.71085%2018.1102C9.73851%2018.2484%2011.0932%2018.25%2013%2018.25H22C22.4142%2018.25%2022.75%2018.5858%2022.75%2019C22.75%2019.4142%2022.4142%2019.75%2022%2019.75H19.75H18.25H12.9436C11.1058%2019.75%209.65019%2019.75%208.51098%2019.5969C7.33856%2019.4392%206.38961%2019.1071%205.64124%2018.3588C4.89288%2017.6104%204.56076%2016.6614%204.40314%2015.489C4.24997%2014.3498%204.24998%2012.8942%204.25%2011.0564L4.25%205.75V4.25V2C4.25%201.58579%204.58579%201.25%205%201.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2%205.75H4.25V4.25H2C1.58579%204.25%201.25%204.58579%201.25%205C1.25%205.41421%201.58579%205.75%202%205.75Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.75%2022V19.75H18.25V22C18.25%2022.4142%2018.5858%2022.75%2019%2022.75C19.4142%2022.75%2019.75%2022.4142%2019.75%2022Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15.2892%205.88976C14.2615%205.75159%2012.9068%205.75%2011%205.75H8C7.58579%205.75%207.25%205.41421%207.25%205C7.25%204.58579%207.58579%204.25%208%204.25H11.0564C12.8942%204.24998%2014.3498%204.24997%2015.489%204.40314C16.6614%204.56076%2017.6104%204.89288%2018.3588%205.64124C19.1071%206.38961%2019.4392%207.33856%2019.5969%208.51098C19.75%209.65018%2019.75%2011.1058%2019.75%2012.9435V12.9436V16C19.75%2016.4142%2019.4142%2016.75%2019%2016.75C18.5858%2016.75%2018.25%2016.4142%2018.25%2016V13C18.25%2011.0932%2018.2484%209.73851%2018.1102%208.71085C17.975%207.70476%2017.7213%207.12511%2017.2981%206.7019C16.8749%206.27869%2016.2952%206.02502%2015.2892%205.88976Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.5%2011.5C8.5%2010.0858%208.5%209.37868%208.93934%208.93934C9.37868%208.5%2010.0858%208.5%2011.5%208.5H12.5C13.9142%208.5%2014.6213%208.5%2015.0607%208.93934C15.5%209.37868%2015.5%2010.0858%2015.5%2011.5V12.5C15.5%2013.9142%2015.5%2014.6213%2015.0607%2015.0607C14.6213%2015.5%2013.9142%2015.5%2012.5%2015.5H11.5C10.0858%2015.5%209.37868%2015.5%208.93934%2015.0607C8.5%2014.6213%208.5%2013.9142%208.5%2012.5V11.5Z%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.25C5.41421%201.25%205.75%201.58579%205.75%202V11C5.75%2012.9068%205.75159%2014.2615%205.88976%2015.2892C6.02502%2016.2952%206.27869%2016.8749%206.7019%2017.2981C7.12511%2017.7213%207.70476%2017.975%208.71085%2018.1102C9.73851%2018.2484%2011.0932%2018.25%2013%2018.25H22C22.4142%2018.25%2022.75%2018.5858%2022.75%2019C22.75%2019.4142%2022.4142%2019.75%2022%2019.75H19.75H18.25H12.9436C11.1058%2019.75%209.65019%2019.75%208.51098%2019.5969C7.33856%2019.4392%206.38961%2019.1071%205.64124%2018.3588C4.89288%2017.6104%204.56076%2016.6614%204.40314%2015.489C4.24997%2014.3498%204.24998%2012.8942%204.25%2011.0564L4.25%205.75V4.25V2C4.25%201.58579%204.58579%201.25%205%201.25Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M2%205.75H4.25V4.25H2C1.58579%204.25%201.25%204.58579%201.25%205C1.25%205.41421%201.58579%205.75%202%205.75Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M19.75%2022V19.75H18.25V22C18.25%2022.4142%2018.5858%2022.75%2019%2022.75C19.4142%2022.75%2019.75%2022.4142%2019.75%2022Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15.2892%205.88976C14.2615%205.75159%2012.9068%205.75%2011%205.75H8C7.58579%205.75%207.25%205.41421%207.25%205C7.25%204.58579%207.58579%204.25%208%204.25H11.0564C12.8942%204.24998%2014.3498%204.24997%2015.489%204.40314C16.6614%204.56076%2017.6104%204.89288%2018.3588%205.64124C19.1071%206.38961%2019.4392%207.33856%2019.5969%208.51098C19.75%209.65018%2019.75%2011.1058%2019.75%2012.9435V12.9436V16C19.75%2016.4142%2019.4142%2016.75%2019%2016.75C18.5858%2016.75%2018.25%2016.4142%2018.25%2016V13C18.25%2011.0932%2018.2484%209.73851%2018.1102%208.71085C17.975%207.70476%2017.7213%207.12511%2017.2981%206.7019C16.8749%206.27869%2016.2952%206.02502%2015.2892%205.88976Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.5%2011.5C8.5%2010.0858%208.5%209.37868%208.93934%208.93934C9.37868%208.5%2010.0858%208.5%2011.5%208.5H12.5C13.9142%208.5%2014.6213%208.5%2015.0607%208.93934C15.5%209.37868%2015.5%2010.0858%2015.5%2011.5V12.5C15.5%2013.9142%2015.5%2014.6213%2015.0607%2015.0607C14.6213%2015.5%2013.9142%2015.5%2012.5%2015.5H11.5C10.0858%2015.5%209.37868%2015.5%208.93934%2015.0607C8.5%2014.6213%208.5%2013.9142%208.5%2012.5V11.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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