3d ica icon
3d-ica from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- 3d-ica
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Related icons in Carbon
Use the 3d ica icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 14h-5a2 2 0 0 1-2-2V4a2 2 0 0 1 .59-1.42A3.57 3.57 0 0 1 10 2h5v2h-5v8h5z" fill="currentColor"/><path d="M4 6h2v8H4z" fill="currentColor"/><path d="M4 2h2v2H4z" fill="currentColor"/><path d="M27.45 19.11l-6-3a1 1 0 0 0-.9 0l-6 3A1 1 0 0 0 14 20v7a1 1 0 0 0 .55.89l6 3a1 1 0 0 0 .9 0l6-3A1 1 0 0 0 28 27v-7a1 1 0 0 0-.55-.89zm-6.45-1L24.76 20L21 21.88L17.24 20zm-5 3.5l4 2v4.76l-4-2zm6 6.76v-4.75l4-2v4.76z" fill="currentColor"/><path d="M23 2h-4a2 2 0 0 0-2 2v10h2v-4h4v4h2V4a2 2 0 0 0-2-2zm-4 6V4h4v4z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function Carbon3dIca(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 14h-5a2 2 0 0 1-2-2V4a2 2 0 0 1 .59-1.42A3.57 3.57 0 0 1 10 2h5v2h-5v8h5z" fill="currentColor"/><path d="M4 6h2v8H4z" fill="currentColor"/><path d="M4 2h2v2H4z" fill="currentColor"/><path d="M27.45 19.11l-6-3a1 1 0 0 0-.9 0l-6 3A1 1 0 0 0 14 20v7a1 1 0 0 0 .55.89l6 3a1 1 0 0 0 .9 0l6-3A1 1 0 0 0 28 27v-7a1 1 0 0 0-.55-.89zm-6.45-1L24.76 20L21 21.88L17.24 20zm-5 3.5l4 2v4.76l-4-2zm6 6.76v-4.75l4-2v4.76z" fill="currentColor"/><path d="M23 2h-4a2 2 0 0 0-2 2v10h2v-4h4v4h2V4a2 2 0 0 0-2-2zm-4 6V4h4v4z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 14h-5a2 2 0 0 1-2-2V4a2 2 0 0 1 .59-1.42A3.57 3.57 0 0 1 10 2h5v2h-5v8h5z" fill="currentColor"/><path d="M4 6h2v8H4z" fill="currentColor"/><path d="M4 2h2v2H4z" fill="currentColor"/><path d="M27.45 19.11l-6-3a1 1 0 0 0-.9 0l-6 3A1 1 0 0 0 14 20v7a1 1 0 0 0 .55.89l6 3a1 1 0 0 0 .9 0l6-3A1 1 0 0 0 28 27v-7a1 1 0 0 0-.55-.89zm-6.45-1L24.76 20L21 21.88L17.24 20zm-5 3.5l4 2v4.76l-4-2zm6 6.76v-4.75l4-2v4.76z" fill="currentColor"/><path d="M23 2h-4a2 2 0 0 0-2 2v10h2v-4h4v4h2V4a2 2 0 0 0-2-2zm-4 6V4h4v4z" fill="currentColor"/></svg> </template>
CSS
.icon-3d-ica {
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%3Cpath%20d%3D%22M15%2014h-5a2%202%200%200%201-2-2V4a2%202%200%200%201%20.59-1.42A3.57%203.57%200%200%201%2010%202h5v2h-5v8h5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%206h2v8H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%202h2v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M27.45%2019.11l-6-3a1%201%200%200%200-.9%200l-6%203A1%201%200%200%200%2014%2020v7a1%201%200%200%200%20.55.89l6%203a1%201%200%200%200%20.9%200l6-3A1%201%200%200%200%2028%2027v-7a1%201%200%200%200-.55-.89zm-6.45-1L24.76%2020L21%2021.88L17.24%2020zm-5%203.5l4%202v4.76l-4-2zm6%206.76v-4.75l4-2v4.76z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M23%202h-4a2%202%200%200%200-2%202v10h2v-4h4v4h2V4a2%202%200%200%200-2-2zm-4%206V4h4v4z%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%2032%2032%22%3E%3Cpath%20d%3D%22M15%2014h-5a2%202%200%200%201-2-2V4a2%202%200%200%201%20.59-1.42A3.57%203.57%200%200%201%2010%202h5v2h-5v8h5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%206h2v8H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%202h2v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M27.45%2019.11l-6-3a1%201%200%200%200-.9%200l-6%203A1%201%200%200%200%2014%2020v7a1%201%200%200%200%20.55.89l6%203a1%201%200%200%200%20.9%200l6-3A1%201%200%200%200%2028%2027v-7a1%201%200%200%200-.55-.89zm-6.45-1L24.76%2020L21%2021.88L17.24%2020zm-5%203.5l4%202v4.76l-4-2zm6%206.76v-4.75l4-2v4.76z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M23%202h-4a2%202%200%200%200-2%202v10h2v-4h4v4h2V4a2%202%200%200%200-2-2zm-4%206V4h4v4z%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/carbon/3d-ica.svg?color=%231a73e8&size=48