3d software icon
3d-software from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- 3d-software
- Set
- Carbon
- Style
- Outline
- Viewbox
- 32×32
- License
- Apache 2.0
Related icons in Carbon
Use the 3d software icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M21.49 13.115l-9-5a1 1 0 0 0-1 0l-9 5A1.008 1.008 0 0 0 2 14v9.995a1 1 0 0 0 .52.87l9 5A1.004 1.004 0 0 0 12 30a1.056 1.056 0 0 0 .49-.135l9-5A.992.992 0 0 0 22 24V14a1.008 1.008 0 0 0-.51-.885zM11 27.295l-7-3.89v-7.72l7 3.89zm1-9.45L5.06 14L12 10.135l6.94 3.86zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/><path d="M30 6h-4V2h-2v4h-4v2h4v4h2V8h4V6z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function Carbon3dSoftware(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M21.49 13.115l-9-5a1 1 0 0 0-1 0l-9 5A1.008 1.008 0 0 0 2 14v9.995a1 1 0 0 0 .52.87l9 5A1.004 1.004 0 0 0 12 30a1.056 1.056 0 0 0 .49-.135l9-5A.992.992 0 0 0 22 24V14a1.008 1.008 0 0 0-.51-.885zM11 27.295l-7-3.89v-7.72l7 3.89zm1-9.45L5.06 14L12 10.135l6.94 3.86zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/><path d="M30 6h-4V2h-2v4h-4v2h4v4h2V8h4V6z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M21.49 13.115l-9-5a1 1 0 0 0-1 0l-9 5A1.008 1.008 0 0 0 2 14v9.995a1 1 0 0 0 .52.87l9 5A1.004 1.004 0 0 0 12 30a1.056 1.056 0 0 0 .49-.135l9-5A.992.992 0 0 0 22 24V14a1.008 1.008 0 0 0-.51-.885zM11 27.295l-7-3.89v-7.72l7 3.89zm1-9.45L5.06 14L12 10.135l6.94 3.86zm8 5.56l-7 3.89v-7.72l7-3.89z" fill="currentColor"/><path d="M30 6h-4V2h-2v4h-4v2h4v4h2V8h4V6z" fill="currentColor"/></svg> </template>
CSS
.icon-3d-software {
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%22M21.49%2013.115l-9-5a1%201%200%200%200-1%200l-9%205A1.008%201.008%200%200%200%202%2014v9.995a1%201%200%200%200%20.52.87l9%205A1.004%201.004%200%200%200%2012%2030a1.056%201.056%200%200%200%20.49-.135l9-5A.992.992%200%200%200%2022%2024V14a1.008%201.008%200%200%200-.51-.885zM11%2027.295l-7-3.89v-7.72l7%203.89zm1-9.45L5.06%2014L12%2010.135l6.94%203.86zm8%205.56l-7%203.89v-7.72l7-3.89z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M30%206h-4V2h-2v4h-4v2h4v4h2V8h4V6z%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%22M21.49%2013.115l-9-5a1%201%200%200%200-1%200l-9%205A1.008%201.008%200%200%200%202%2014v9.995a1%201%200%200%200%20.52.87l9%205A1.004%201.004%200%200%200%2012%2030a1.056%201.056%200%200%200%20.49-.135l9-5A.992.992%200%200%200%2022%2024V14a1.008%201.008%200%200%200-.51-.885zM11%2027.295l-7-3.89v-7.72l7%203.89zm1-9.45L5.06%2014L12%2010.135l6.94%203.86zm8%205.56l-7%203.89v-7.72l7-3.89z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M30%206h-4V2h-2v4h-4v2h4v4h2V8h4V6z%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-software.svg?color=%231a73e8&size=48