crop icon
crop from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- crop
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
cropBootstrap IconscropBoxIcons v2cropBoxIcons v2 SolidcropCarboncrop-fillEva IconscropFramework7 IconscropFont Awesome 6 SolidcropFeather Iconscrop-16-filledFluent UI System Iconscropcss.ggcropHuge IconscropHumbleiconscropIconoircropIonIconscropLine AwesomecropLucidecropMaterial SymbolscropMaterial Design IconscropPhosphorcropPixelarticonscropRadix Iconscrop-fillRemix Iconcrop-boldSolarcropTabler Icons
Use the crop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M15 17H7a4 4 0 0 1-4-4V5H1a1 1 0 1 1 0-2h2v-4v2a1 1 0 1 1 2 0v2h8a4 4 0 0 1 4 4v8h2a1 1 0 0 1 0 2h-2v4v-2a1 1 0 0 1-2 0zm0-2V7a2 2 0 0 0-2-2H5v8a2 2 0 0 0 2 2z"/></svg>
React
import type { SVGProps } from "react";
export function JamCrop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M15 17H7a4 4 0 0 1-4-4V5H1a1 1 0 1 1 0-2h2v-4v2a1 1 0 1 1 2 0v2h8a4 4 0 0 1 4 4v8h2a1 1 0 0 1 0 2h-2v4v-2a1 1 0 0 1-2 0zm0-2V7a2 2 0 0 0-2-2H5v8a2 2 0 0 0 2 2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M15 17H7a4 4 0 0 1-4-4V5H1a1 1 0 1 1 0-2h2v-4v2a1 1 0 1 1 2 0v2h8a4 4 0 0 1 4 4v8h2a1 1 0 0 1 0 2h-2v4v-2a1 1 0 0 1-2 0zm0-2V7a2 2 0 0 0-2-2H5v8a2 2 0 0 0 2 2z"/></svg> </template>
CSS
.icon-crop {
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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2017H7a4%204%200%200%201-4-4V5H1a1%201%200%201%201%200-2h2v-4v2a1%201%200%201%201%202%200v2h8a4%204%200%200%201%204%204v8h2a1%201%200%200%201%200%202h-2v4v-2a1%201%200%200%201-2%200zm0-2V7a2%202%200%200%200-2-2H5v8a2%202%200%200%200%202%202z%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%2017H7a4%204%200%200%201-4-4V5H1a1%201%200%201%201%200-2h2v-4v2a1%201%200%201%201%202%200v2h8a4%204%200%200%201%204%204v8h2a1%201%200%200%201%200%202h-2v4v-2a1%201%200%200%201-2%200zm0-2V7a2%202%200%200%200-2-2H5v8a2%202%200%200%200%202%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/crop.svg?color=%231a73e8&size=48