cube view icon
cube-view from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- cube-view
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the cube view icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M23.777 15.479A8.64 8.64 0 0 0 16 10a8.64 8.64 0 0 0-7.777 5.479L8 16l.223.522A8.64 8.64 0 0 0 16 22a8.64 8.64 0 0 0 7.777-5.478L24 16ZM16 20a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/><path fill="currentColor" d="m28.504 8.136l-12-7a1 1 0 0 0-1.008 0l-12 7A1 1 0 0 0 3 9v14a1 1 0 0 0 .496.864l12 7a1 1 0 0 0 1.008 0l12-7A1 1 0 0 0 29 23V9a1 1 0 0 0-.496-.864M27 22.426l-11 6.416l-11-6.416V9.574l11-6.416l11 6.416Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonCubeView(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M23.777 15.479A8.64 8.64 0 0 0 16 10a8.64 8.64 0 0 0-7.777 5.479L8 16l.223.522A8.64 8.64 0 0 0 16 22a8.64 8.64 0 0 0 7.777-5.478L24 16ZM16 20a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/><path fill="currentColor" d="m28.504 8.136l-12-7a1 1 0 0 0-1.008 0l-12 7A1 1 0 0 0 3 9v14a1 1 0 0 0 .496.864l12 7a1 1 0 0 0 1.008 0l12-7A1 1 0 0 0 29 23V9a1 1 0 0 0-.496-.864M27 22.426l-11 6.416l-11-6.416V9.574l11-6.416l11 6.416Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="16" r="2" fill="currentColor"/><path fill="currentColor" d="M23.777 15.479A8.64 8.64 0 0 0 16 10a8.64 8.64 0 0 0-7.777 5.479L8 16l.223.522A8.64 8.64 0 0 0 16 22a8.64 8.64 0 0 0 7.777-5.478L24 16ZM16 20a4 4 0 1 1 4-4a4.005 4.005 0 0 1-4 4"/><path fill="currentColor" d="m28.504 8.136l-12-7a1 1 0 0 0-1.008 0l-12 7A1 1 0 0 0 3 9v14a1 1 0 0 0 .496.864l12 7a1 1 0 0 0 1.008 0l12-7A1 1 0 0 0 29 23V9a1 1 0 0 0-.496-.864M27 22.426l-11 6.416l-11-6.416V9.574l11-6.416l11 6.416Z"/></svg> </template>
CSS
.icon-cube-view {
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%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.777%2015.479A8.64%208.64%200%200%200%2016%2010a8.64%208.64%200%200%200-7.777%205.479L8%2016l.223.522A8.64%208.64%200%200%200%2016%2022a8.64%208.64%200%200%200%207.777-5.478L24%2016ZM16%2020a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m28.504%208.136l-12-7a1%201%200%200%200-1.008%200l-12%207A1%201%200%200%200%203%209v14a1%201%200%200%200%20.496.864l12%207a1%201%200%200%200%201.008%200l12-7A1%201%200%200%200%2029%2023V9a1%201%200%200%200-.496-.864M27%2022.426l-11%206.416l-11-6.416V9.574l11-6.416l11%206.416Z%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%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.777%2015.479A8.64%208.64%200%200%200%2016%2010a8.64%208.64%200%200%200-7.777%205.479L8%2016l.223.522A8.64%208.64%200%200%200%2016%2022a8.64%208.64%200%200%200%207.777-5.478L24%2016ZM16%2020a4%204%200%201%201%204-4a4.005%204.005%200%200%201-4%204%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m28.504%208.136l-12-7a1%201%200%200%200-1.008%200l-12%207A1%201%200%200%200%203%209v14a1%201%200%200%200%20.496.864l12%207a1%201%200%200%200%201.008%200l12-7A1%201%200%200%200%2029%2023V9a1%201%200%200%200-.496-.864M27%2022.426l-11%206.416l-11-6.416V9.574l11-6.416l11%206.416Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/cube-view.svg?color=%231a73e8&size=48