crop icon
crop-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- crop-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- crop-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
cropBootstrap IconscropBoxIcons v2cropBoxIcons v2 SolidcropCarboncropElement Pluscrop-fillEva IconscropFramework7 IconscropFont Awesome 6 SolidcropFont Awesome SolidcropFeather Iconscrop-16-filledFluent UI System Iconscropcss.ggcropHuge IconscropHumbleiconscropIconoircropIonIconscropJam IconscropLine AwesomecropLucidecropMaterial Symbols LightcropMaterial Design IconscropMyna UI IconscropPhosphorcropPixelarticons
More images icons from Material Symbols
Use the crop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22v-3H7q-.825 0-1.412-.587T5 17V7H2q-.425 0-.712-.288T1 6t.288-.712T2 5h3V2q0-.425.288-.712T6 1t.713.288T7 2v15h15q.425 0 .713.288T23 18t-.288.713T22 19h-3v3q0 .425-.288.713T18 23t-.712-.288T17 22m0-7V7H9V5h8q.825 0 1.413.588T19 7v8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCropRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22v-3H7q-.825 0-1.412-.587T5 17V7H2q-.425 0-.712-.288T1 6t.288-.712T2 5h3V2q0-.425.288-.712T6 1t.713.288T7 2v15h15q.425 0 .713.288T23 18t-.288.713T22 19h-3v3q0 .425-.288.713T18 23t-.712-.288T17 22m0-7V7H9V5h8q.825 0 1.413.588T19 7v8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 22v-3H7q-.825 0-1.412-.587T5 17V7H2q-.425 0-.712-.288T1 6t.288-.712T2 5h3V2q0-.425.288-.712T6 1t.713.288T7 2v15h15q.425 0 .713.288T23 18t-.288.713T22 19h-3v3q0 .425-.288.713T18 23t-.712-.288T17 22m0-7V7H9V5h8q.825 0 1.413.588T19 7v8z"/></svg> </template>
CSS
.icon-crop-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2022v-3H7q-.825%200-1.412-.587T5%2017V7H2q-.425%200-.712-.288T1%206t.288-.712T2%205h3V2q0-.425.288-.712T6%201t.713.288T7%202v15h15q.425%200%20.713.288T23%2018t-.288.713T22%2019h-3v3q0%20.425-.288.713T18%2023t-.712-.288T17%2022m0-7V7H9V5h8q.825%200%201.413.588T19%207v8z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2022v-3H7q-.825%200-1.412-.587T5%2017V7H2q-.425%200-.712-.288T1%206t.288-.712T2%205h3V2q0-.425.288-.712T6%201t.713.288T7%202v15h15q.425%200%20.713.288T23%2018t-.288.713T22%2019h-3v3q0%20.425-.288.713T18%2023t-.712-.288T17%2022m0-7V7H9V5h8q.825%200%201.413.588T19%207v8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/crop-rounded.svg?color=%231a73e8&size=48