constrained surface icon
constrained-surface from Iconoir by Luca Burgio · Regular · 3D Editor · MIT Free for personal and commercial use.
- Name
- constrained-surface
- Set
- Iconoir
- Style
- Regular
- Category
- 3D Editor
- Viewbox
- 24×24
- License
- MIT
More 3d editor icons from Iconoir
Use the constrained surface 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 23a2 2 0 1 1 0-4a2 2 0 0 1 0 4m18 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4M3 5a2 2 0 1 1 0-4a2 2 0 0 1 0 4m18 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-8 7c0-1.246-1.158-2.5-2.572-2.5h-.857C8.152 9.5 7 10.62 7 12c0 1.19.855 2.185 2 2.438q.283.062.572.062"/><path d="M11 12c0 1.246 1.159 2.5 2.572 2.5h.857C15.849 14.5 17 13.38 17 12c0-1.19-.855-2.186-2-2.438a2.7 2.7 0 0 0-.572-.062M21 19V5M3 19V5m2-2h14M5 21h14"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirConstrainedSurface(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3 23a2 2 0 1 1 0-4a2 2 0 0 1 0 4m18 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4M3 5a2 2 0 1 1 0-4a2 2 0 0 1 0 4m18 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-8 7c0-1.246-1.158-2.5-2.572-2.5h-.857C8.152 9.5 7 10.62 7 12c0 1.19.855 2.185 2 2.438q.283.062.572.062"/><path d="M11 12c0 1.246 1.159 2.5 2.572 2.5h.857C15.849 14.5 17 13.38 17 12c0-1.19-.855-2.186-2-2.438a2.7 2.7 0 0 0-.572-.062M21 19V5M3 19V5m2-2h14M5 21h14"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3 23a2 2 0 1 1 0-4a2 2 0 0 1 0 4m18 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4M3 5a2 2 0 1 1 0-4a2 2 0 0 1 0 4m18 0a2 2 0 1 1 0-4a2 2 0 0 1 0 4m-8 7c0-1.246-1.158-2.5-2.572-2.5h-.857C8.152 9.5 7 10.62 7 12c0 1.19.855 2.185 2 2.438q.283.062.572.062"/><path d="M11 12c0 1.246 1.159 2.5 2.572 2.5h.857C15.849 14.5 17 13.38 17 12c0-1.19-.855-2.186-2-2.438a2.7 2.7 0 0 0-.572-.062M21 19V5M3 19V5m2-2h14M5 21h14"/></g></svg> </template>
CSS
.icon-constrained-surface {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2023a2%202%200%201%201%200-4a2%202%200%200%201%200%204m18%200a2%202%200%201%201%200-4a2%202%200%200%201%200%204M3%205a2%202%200%201%201%200-4a2%202%200%200%201%200%204m18%200a2%202%200%201%201%200-4a2%202%200%200%201%200%204m-8%207c0-1.246-1.158-2.5-2.572-2.5h-.857C8.152%209.5%207%2010.62%207%2012c0%201.19.855%202.185%202%202.438q.283.062.572.062%22%2F%3E%3Cpath%20d%3D%22M11%2012c0%201.246%201.159%202.5%202.572%202.5h.857C15.849%2014.5%2017%2013.38%2017%2012c0-1.19-.855-2.186-2-2.438a2.7%202.7%200%200%200-.572-.062M21%2019V5M3%2019V5m2-2h14M5%2021h14%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2023a2%202%200%201%201%200-4a2%202%200%200%201%200%204m18%200a2%202%200%201%201%200-4a2%202%200%200%201%200%204M3%205a2%202%200%201%201%200-4a2%202%200%200%201%200%204m18%200a2%202%200%201%201%200-4a2%202%200%200%201%200%204m-8%207c0-1.246-1.158-2.5-2.572-2.5h-.857C8.152%209.5%207%2010.62%207%2012c0%201.19.855%202.185%202%202.438q.283.062.572.062%22%2F%3E%3Cpath%20d%3D%22M11%2012c0%201.246%201.159%202.5%202.572%202.5h.857C15.849%2014.5%2017%2013.38%2017%2012c0-1.19-.855-2.186-2-2.438a2.7%202.7%200%200%200-.572-.062M21%2019V5M3%2019V5m2-2h14M5%2021h14%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/constrained-surface.svg?color=%231a73e8&size=48