md easel icon

md-easel from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-easel
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md easel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 176h256v128H128z" fill="currentColor"/><path d="M448 96H64c-8.8 0-16 7.2-16 16v256c0 8.8 6.9 16 15.8 16H448c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16zm-32 240H96V144h320v192z" fill="currentColor"/><path d="M80 464h57l22.5-64h-56.4z" fill="currentColor"/><path d="M279.4 48h-46.8l-11.5 32h69.8z" fill="currentColor"/><path d="M375 464h57l-23-64h-56.5z" fill="currentColor"/><path d="M232 400h48v32h-48z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdEasel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 176h256v128H128z" fill="currentColor"/><path d="M448 96H64c-8.8 0-16 7.2-16 16v256c0 8.8 6.9 16 15.8 16H448c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16zm-32 240H96V144h320v192z" fill="currentColor"/><path d="M80 464h57l22.5-64h-56.4z" fill="currentColor"/><path d="M279.4 48h-46.8l-11.5 32h69.8z" fill="currentColor"/><path d="M375 464h57l-23-64h-56.5z" fill="currentColor"/><path d="M232 400h48v32h-48z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M128 176h256v128H128z" fill="currentColor"/><path d="M448 96H64c-8.8 0-16 7.2-16 16v256c0 8.8 6.9 16 15.8 16H448c8.8 0 16-7.2 16-16V112c0-8.8-7.2-16-16-16zm-32 240H96V144h320v192z" fill="currentColor"/><path d="M80 464h57l22.5-64h-56.4z" fill="currentColor"/><path d="M279.4 48h-46.8l-11.5 32h69.8z" fill="currentColor"/><path d="M375 464h57l-23-64h-56.5z" fill="currentColor"/><path d="M232 400h48v32h-48z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%3Cpath%20d%3D%22M128%20176h256v128H128z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M448%2096H64c-8.8%200-16%207.2-16%2016v256c0%208.8%206.9%2016%2015.8%2016H448c8.8%200%2016-7.2%2016-16V112c0-8.8-7.2-16-16-16zm-32%20240H96V144h320v192z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M80%20464h57l22.5-64h-56.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M279.4%2048h-46.8l-11.5%2032h69.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M375%20464h57l-23-64h-56.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M232%20400h48v32h-48z%22%20fill%3D%22currentColor%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%3Cpath%20d%3D%22M128%20176h256v128H128z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M448%2096H64c-8.8%200-16%207.2-16%2016v256c0%208.8%206.9%2016%2015.8%2016H448c8.8%200%2016-7.2%2016-16V112c0-8.8-7.2-16-16-16zm-32%20240H96V144h320v192z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M80%20464h57l22.5-64h-56.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M279.4%2048h-46.8l-11.5%2032h69.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M375%20464h57l-23-64h-56.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M232%20400h48v32h-48z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-easel.svg?color=%231a73e8&size=48