cube focus icon
cube-focus-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- cube-focus-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the cube focus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 48v40a8 8 0 0 1-16 0V56h-32a8 8 0 0 1 0-16h40a8 8 0 0 1 8 8M72 200H40v-32a8 8 0 0 0-16 0v40a8 8 0 0 0 8 8h40a8 8 0 0 0 0-16m152-40a8 8 0 0 0-8 8v32h-32a8 8 0 0 0 0 16h40a8 8 0 0 0 8-8v-40a8 8 0 0 0-8-8M32 96a8 8 0 0 0 8-8V56h32a8 8 0 0 0 0-16H32a8 8 0 0 0-8 8v40a8 8 0 0 0 8 8m145.92-12.69L132 57.05a8 8 0 0 0-7.94 0L78.08 83.31a4 4 0 0 0 0 7L128 118.79l49.92-28.53a4 4 0 0 0 0-6.95M64 107.53V160a8 8 0 0 0 4 7l46 26.27a4 4 0 0 0 6-3.47v-57.16l-50-28.58a4 4 0 0 0-6 3.47M192 160v-52.47a4 4 0 0 0-6-3.47l-50 28.58v57.11a4 4 0 0 0 6 3.47L188 167a8 8 0 0 0 4-7"/></svg>
React
import type { SVGProps } from "react";
export function PhCubeFocusFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 48v40a8 8 0 0 1-16 0V56h-32a8 8 0 0 1 0-16h40a8 8 0 0 1 8 8M72 200H40v-32a8 8 0 0 0-16 0v40a8 8 0 0 0 8 8h40a8 8 0 0 0 0-16m152-40a8 8 0 0 0-8 8v32h-32a8 8 0 0 0 0 16h40a8 8 0 0 0 8-8v-40a8 8 0 0 0-8-8M32 96a8 8 0 0 0 8-8V56h32a8 8 0 0 0 0-16H32a8 8 0 0 0-8 8v40a8 8 0 0 0 8 8m145.92-12.69L132 57.05a8 8 0 0 0-7.94 0L78.08 83.31a4 4 0 0 0 0 7L128 118.79l49.92-28.53a4 4 0 0 0 0-6.95M64 107.53V160a8 8 0 0 0 4 7l46 26.27a4 4 0 0 0 6-3.47v-57.16l-50-28.58a4 4 0 0 0-6 3.47M192 160v-52.47a4 4 0 0 0-6-3.47l-50 28.58v57.11a4 4 0 0 0 6 3.47L188 167a8 8 0 0 0 4-7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 48v40a8 8 0 0 1-16 0V56h-32a8 8 0 0 1 0-16h40a8 8 0 0 1 8 8M72 200H40v-32a8 8 0 0 0-16 0v40a8 8 0 0 0 8 8h40a8 8 0 0 0 0-16m152-40a8 8 0 0 0-8 8v32h-32a8 8 0 0 0 0 16h40a8 8 0 0 0 8-8v-40a8 8 0 0 0-8-8M32 96a8 8 0 0 0 8-8V56h32a8 8 0 0 0 0-16H32a8 8 0 0 0-8 8v40a8 8 0 0 0 8 8m145.92-12.69L132 57.05a8 8 0 0 0-7.94 0L78.08 83.31a4 4 0 0 0 0 7L128 118.79l49.92-28.53a4 4 0 0 0 0-6.95M64 107.53V160a8 8 0 0 0 4 7l46 26.27a4 4 0 0 0 6-3.47v-57.16l-50-28.58a4 4 0 0 0-6 3.47M192 160v-52.47a4 4 0 0 0-6-3.47l-50 28.58v57.11a4 4 0 0 0 6 3.47L188 167a8 8 0 0 0 4-7"/></svg> </template>
CSS
.icon-cube-focus-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2048v40a8%208%200%200%201-16%200V56h-32a8%208%200%200%201%200-16h40a8%208%200%200%201%208%208M72%20200H40v-32a8%208%200%200%200-16%200v40a8%208%200%200%200%208%208h40a8%208%200%200%200%200-16m152-40a8%208%200%200%200-8%208v32h-32a8%208%200%200%200%200%2016h40a8%208%200%200%200%208-8v-40a8%208%200%200%200-8-8M32%2096a8%208%200%200%200%208-8V56h32a8%208%200%200%200%200-16H32a8%208%200%200%200-8%208v40a8%208%200%200%200%208%208m145.92-12.69L132%2057.05a8%208%200%200%200-7.94%200L78.08%2083.31a4%204%200%200%200%200%207L128%20118.79l49.92-28.53a4%204%200%200%200%200-6.95M64%20107.53V160a8%208%200%200%200%204%207l46%2026.27a4%204%200%200%200%206-3.47v-57.16l-50-28.58a4%204%200%200%200-6%203.47M192%20160v-52.47a4%204%200%200%200-6-3.47l-50%2028.58v57.11a4%204%200%200%200%206%203.47L188%20167a8%208%200%200%200%204-7%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%2048v40a8%208%200%200%201-16%200V56h-32a8%208%200%200%201%200-16h40a8%208%200%200%201%208%208M72%20200H40v-32a8%208%200%200%200-16%200v40a8%208%200%200%200%208%208h40a8%208%200%200%200%200-16m152-40a8%208%200%200%200-8%208v32h-32a8%208%200%200%200%200%2016h40a8%208%200%200%200%208-8v-40a8%208%200%200%200-8-8M32%2096a8%208%200%200%200%208-8V56h32a8%208%200%200%200%200-16H32a8%208%200%200%200-8%208v40a8%208%200%200%200%208%208m145.92-12.69L132%2057.05a8%208%200%200%200-7.94%200L78.08%2083.31a4%204%200%200%200%200%207L128%20118.79l49.92-28.53a4%204%200%200%200%200-6.95M64%20107.53V160a8%208%200%200%200%204%207l46%2026.27a4%204%200%200%200%206-3.47v-57.16l-50-28.58a4%204%200%200%200-6%203.47M192%20160v-52.47a4%204%200%200%200-6-3.47l-50%2028.58v57.11a4%204%200%200%200%206%203.47L188%20167a8%208%200%200%200%204-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cube-focus-fill.svg?color=%231a73e8&size=48