crop icon
crop from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- crop
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
cropBootstrap IconscropBoxIcons v2cropBoxIcons v2 SolidcropCarboncropElement Pluscrop-fillEva IconscropFont Awesome 6 SolidcropFont Awesome SolidcropFeather Iconscrop-16-filledFluent UI System Iconscropcss.ggcropHuge IconscropHumbleiconscropIconoircropIonIconscropJam IconscropLine AwesomecropLucidecropMaterial SymbolscropMaterial Symbols LightcropMaterial Design IconscropMyna UI IconscropPhosphorcropPixelarticons
Related icons in Framework7 Icons
Use the crop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.559 42.355h18.093v9.305c0 1.172.75 1.969 1.899 1.969c1.125 0 1.875-.797 1.875-1.969v-9.305h9.422c1.124 0 1.851-.656 1.851-1.757c0-1.102-.727-1.758-1.851-1.758h-9.422V20.535c0-4.687-2.25-6.89-6.985-6.89H17.348V4.34c0-1.172-.75-1.969-1.875-1.969c-1.149 0-1.899.797-1.899 1.969v9.305H4.176c-1.149 0-1.875.68-1.875 1.757c0 1.125.726 1.758 1.875 1.758h9.398v18.305c0 4.687 2.25 6.89 6.985 6.89m.304-3.515c-2.414 0-3.515-1.29-3.515-3.563V17.16h17.789c2.414 0 3.515 1.313 3.515 3.586V38.84Z"/></svg>
React
import type { SVGProps } from "react";
export function F7Crop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.559 42.355h18.093v9.305c0 1.172.75 1.969 1.899 1.969c1.125 0 1.875-.797 1.875-1.969v-9.305h9.422c1.124 0 1.851-.656 1.851-1.757c0-1.102-.727-1.758-1.851-1.758h-9.422V20.535c0-4.687-2.25-6.89-6.985-6.89H17.348V4.34c0-1.172-.75-1.969-1.875-1.969c-1.149 0-1.899.797-1.899 1.969v9.305H4.176c-1.149 0-1.875.68-1.875 1.757c0 1.125.726 1.758 1.875 1.758h9.398v18.305c0 4.687 2.25 6.89 6.985 6.89m.304-3.515c-2.414 0-3.515-1.29-3.515-3.563V17.16h17.789c2.414 0 3.515 1.313 3.515 3.586V38.84Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M20.559 42.355h18.093v9.305c0 1.172.75 1.969 1.899 1.969c1.125 0 1.875-.797 1.875-1.969v-9.305h9.422c1.124 0 1.851-.656 1.851-1.757c0-1.102-.727-1.758-1.851-1.758h-9.422V20.535c0-4.687-2.25-6.89-6.985-6.89H17.348V4.34c0-1.172-.75-1.969-1.875-1.969c-1.149 0-1.899.797-1.899 1.969v9.305H4.176c-1.149 0-1.875.68-1.875 1.757c0 1.125.726 1.758 1.875 1.758h9.398v18.305c0 4.687 2.25 6.89 6.985 6.89m.304-3.515c-2.414 0-3.515-1.29-3.515-3.563V17.16h17.789c2.414 0 3.515 1.313 3.515 3.586V38.84Z"/></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%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.559%2042.355h18.093v9.305c0%201.172.75%201.969%201.899%201.969c1.125%200%201.875-.797%201.875-1.969v-9.305h9.422c1.124%200%201.851-.656%201.851-1.757c0-1.102-.727-1.758-1.851-1.758h-9.422V20.535c0-4.687-2.25-6.89-6.985-6.89H17.348V4.34c0-1.172-.75-1.969-1.875-1.969c-1.149%200-1.899.797-1.899%201.969v9.305H4.176c-1.149%200-1.875.68-1.875%201.757c0%201.125.726%201.758%201.875%201.758h9.398v18.305c0%204.687%202.25%206.89%206.985%206.89m.304-3.515c-2.414%200-3.515-1.29-3.515-3.563V17.16h17.789c2.414%200%203.515%201.313%203.515%203.586V38.84Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.559%2042.355h18.093v9.305c0%201.172.75%201.969%201.899%201.969c1.125%200%201.875-.797%201.875-1.969v-9.305h9.422c1.124%200%201.851-.656%201.851-1.757c0-1.102-.727-1.758-1.851-1.758h-9.422V20.535c0-4.687-2.25-6.89-6.985-6.89H17.348V4.34c0-1.172-.75-1.969-1.875-1.969c-1.149%200-1.899.797-1.899%201.969v9.305H4.176c-1.149%200-1.875.68-1.875%201.757c0%201.125.726%201.758%201.875%201.758h9.398v18.305c0%204.687%202.25%206.89%206.985%206.89m.304-3.515c-2.414%200-3.515-1.29-3.515-3.563V17.16h17.789c2.414%200%203.515%201.313%203.515%203.586V38.84Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/crop.svg?color=%231a73e8&size=48