canvas icon
canvas from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- canvas
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the canvas icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M4 8c0-2.828 0-4.243 1.004-5.121S7.624 2 10.857 2h2.286c3.232 0 4.849 0 5.853.879C20 3.757 20 5.172 20 8v9H4z"/><path stroke-linecap="round" d="M3 17h18"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.699 5.566c1.23-.176 3.268-.106 1.581 1.587c-2.108 2.115-5.272 6.876-1.581 5.29c3.69-1.588 5.272-.53 3.69 1.057"/><path stroke-linecap="round" d="M12 17v4m-7 1l3-5m11 5l-3-5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCanvas(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M4 8c0-2.828 0-4.243 1.004-5.121S7.624 2 10.857 2h2.286c3.232 0 4.849 0 5.853.879C20 3.757 20 5.172 20 8v9H4z"/><path strokeLinecap="round" d="M3 17h18"/><path strokeLinecap="round" strokeLinejoin="round" d="M10.699 5.566c1.23-.176 3.268-.106 1.581 1.587c-2.108 2.115-5.272 6.876-1.581 5.29c3.69-1.588 5.272-.53 3.69 1.057"/><path strokeLinecap="round" d="M12 17v4m-7 1l3-5m11 5l-3-5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M4 8c0-2.828 0-4.243 1.004-5.121S7.624 2 10.857 2h2.286c3.232 0 4.849 0 5.853.879C20 3.757 20 5.172 20 8v9H4z"/><path stroke-linecap="round" d="M3 17h18"/><path stroke-linecap="round" stroke-linejoin="round" d="M10.699 5.566c1.23-.176 3.268-.106 1.581 1.587c-2.108 2.115-5.272 6.876-1.581 5.29c3.69-1.588 5.272-.53 3.69 1.057"/><path stroke-linecap="round" d="M12 17v4m-7 1l3-5m11 5l-3-5"/></g></svg> </template>
CSS
.icon-canvas {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4%208c0-2.828%200-4.243%201.004-5.121S7.624%202%2010.857%202h2.286c3.232%200%204.849%200%205.853.879C20%203.757%2020%205.172%2020%208v9H4z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2017h18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.699%205.566c1.23-.176%203.268-.106%201.581%201.587c-2.108%202.115-5.272%206.876-1.581%205.29c3.69-1.588%205.272-.53%203.69%201.057%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2017v4m-7%201l3-5m11%205l-3-5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4%208c0-2.828%200-4.243%201.004-5.121S7.624%202%2010.857%202h2.286c3.232%200%204.849%200%205.853.879C20%203.757%2020%205.172%2020%208v9H4z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M3%2017h18%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M10.699%205.566c1.23-.176%203.268-.106%201.581%201.587c-2.108%202.115-5.272%206.876-1.581%205.29c3.69-1.588%205.272-.53%203.69%201.057%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2017v4m-7%201l3-5m11%205l-3-5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/canvas.svg?color=%231a73e8&size=48