easel icon
easel from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- easel
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Use the easel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><rect width="352" height="208" x="80" y="112" fill="currentColor" rx="12" ry="12"/><path fill="currentColor" d="M432 64H272V48a16 16 0 0 0-32 0v16H80a48.05 48.05 0 0 0-48 48v208a48.05 48.05 0 0 0 48 48h42.79l-26.17 91.6a16 16 0 1 0 30.76 8.8L156.07 368H240v48a16 16 0 0 0 32 0v-48h83.93l28.69 100.4a16 16 0 1 0 30.76-8.8L389.21 368H432a48.05 48.05 0 0 0 48-48V112a48.05 48.05 0 0 0-48-48m16 256a16 16 0 0 1-16 16H80a16 16 0 0 1-16-16V112a16 16 0 0 1 16-16h352a16 16 0 0 1 16 16Z"/></svg>
React
import type { SVGProps } from "react";
export function IonEasel(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><rect width="352" height="208" x="80" y="112" fill="currentColor" rx="12" ry="12"/><path fill="currentColor" d="M432 64H272V48a16 16 0 0 0-32 0v16H80a48.05 48.05 0 0 0-48 48v208a48.05 48.05 0 0 0 48 48h42.79l-26.17 91.6a16 16 0 1 0 30.76 8.8L156.07 368H240v48a16 16 0 0 0 32 0v-48h83.93l28.69 100.4a16 16 0 1 0 30.76-8.8L389.21 368H432a48.05 48.05 0 0 0 48-48V112a48.05 48.05 0 0 0-48-48m16 256a16 16 0 0 1-16 16H80a16 16 0 0 1-16-16V112a16 16 0 0 1 16-16h352a16 16 0 0 1 16 16Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><rect width="352" height="208" x="80" y="112" fill="currentColor" rx="12" ry="12"/><path fill="currentColor" d="M432 64H272V48a16 16 0 0 0-32 0v16H80a48.05 48.05 0 0 0-48 48v208a48.05 48.05 0 0 0 48 48h42.79l-26.17 91.6a16 16 0 1 0 30.76 8.8L156.07 368H240v48a16 16 0 0 0 32 0v-48h83.93l28.69 100.4a16 16 0 1 0 30.76-8.8L389.21 368H432a48.05 48.05 0 0 0 48-48V112a48.05 48.05 0 0 0-48-48m16 256a16 16 0 0 1-16 16H80a16 16 0 0 1-16-16V112a16 16 0 0 1 16-16h352a16 16 0 0 1 16 16Z"/></svg> </template>
CSS
.icon-easel {
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%20512%20512%22%3E%3Crect%20width%3D%22352%22%20height%3D%22208%22%20x%3D%2280%22%20y%3D%22112%22%20fill%3D%22currentColor%22%20rx%3D%2212%22%20ry%3D%2212%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%2064H272V48a16%2016%200%200%200-32%200v16H80a48.05%2048.05%200%200%200-48%2048v208a48.05%2048.05%200%200%200%2048%2048h42.79l-26.17%2091.6a16%2016%200%201%200%2030.76%208.8L156.07%20368H240v48a16%2016%200%200%200%2032%200v-48h83.93l28.69%20100.4a16%2016%200%201%200%2030.76-8.8L389.21%20368H432a48.05%2048.05%200%200%200%2048-48V112a48.05%2048.05%200%200%200-48-48m16%20256a16%2016%200%200%201-16%2016H80a16%2016%200%200%201-16-16V112a16%2016%200%200%201%2016-16h352a16%2016%200%200%201%2016%2016Z%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%20512%20512%22%3E%3Crect%20width%3D%22352%22%20height%3D%22208%22%20x%3D%2280%22%20y%3D%22112%22%20fill%3D%22currentColor%22%20rx%3D%2212%22%20ry%3D%2212%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%2064H272V48a16%2016%200%200%200-32%200v16H80a48.05%2048.05%200%200%200-48%2048v208a48.05%2048.05%200%200%200%2048%2048h42.79l-26.17%2091.6a16%2016%200%201%200%2030.76%208.8L156.07%20368H240v48a16%2016%200%200%200%2032%200v-48h83.93l28.69%20100.4a16%2016%200%201%200%2030.76-8.8L389.21%20368H432a48.05%2048.05%200%200%200%2048-48V112a48.05%2048.05%200%200%200-48-48m16%20256a16%2016%200%200%201-16%2016H80a16%2016%200%200%201-16-16V112a16%2016%200%200%201%2016-16h352a16%2016%200%200%201%2016%2016Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/easel.svg?color=%231a73e8&size=48