assembly icon
assembly from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- assembly
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More organization icons from Carbon
Use the assembly icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 25.4l-8-4.7v-9.4l8-4.7l8 4.7v9.4zm-6-5.8l6 3.5l6-3.5v-7.1L16 9l-6 3.5z"/><path fill="currentColor" d="M27 8.2L17 2.3c-.3-.2-.6-.3-1-.3s-.7.1-1 .3L5 8.2c-.6.4-1 1-1 1.7v12.2c0 .7.4 1.4 1 1.7l10 5.9c.3.2.7.3 1 .3s.7-.1 1-.3l10-5.9c.6-.4 1-1 1-1.7V9.9c0-.7-.4-1.4-1-1.7m-1 13.9L16 28L6 22.1V9.9L16 4l10 5.9z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAssembly(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 25.4l-8-4.7v-9.4l8-4.7l8 4.7v9.4zm-6-5.8l6 3.5l6-3.5v-7.1L16 9l-6 3.5z"/><path fill="currentColor" d="M27 8.2L17 2.3c-.3-.2-.6-.3-1-.3s-.7.1-1 .3L5 8.2c-.6.4-1 1-1 1.7v12.2c0 .7.4 1.4 1 1.7l10 5.9c.3.2.7.3 1 .3s.7-.1 1-.3l10-5.9c.6-.4 1-1 1-1.7V9.9c0-.7-.4-1.4-1-1.7m-1 13.9L16 28L6 22.1V9.9L16 4l10 5.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 25.4l-8-4.7v-9.4l8-4.7l8 4.7v9.4zm-6-5.8l6 3.5l6-3.5v-7.1L16 9l-6 3.5z"/><path fill="currentColor" d="M27 8.2L17 2.3c-.3-.2-.6-.3-1-.3s-.7.1-1 .3L5 8.2c-.6.4-1 1-1 1.7v12.2c0 .7.4 1.4 1 1.7l10 5.9c.3.2.7.3 1 .3s.7-.1 1-.3l10-5.9c.6-.4 1-1 1-1.7V9.9c0-.7-.4-1.4-1-1.7m-1 13.9L16 28L6 22.1V9.9L16 4l10 5.9z"/></svg> </template>
CSS
.icon-assembly {
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%20fill%3D%22currentColor%22%20d%3D%22m16%2025.4l-8-4.7v-9.4l8-4.7l8%204.7v9.4zm-6-5.8l6%203.5l6-3.5v-7.1L16%209l-6%203.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%208.2L17%202.3c-.3-.2-.6-.3-1-.3s-.7.1-1%20.3L5%208.2c-.6.4-1%201-1%201.7v12.2c0%20.7.4%201.4%201%201.7l10%205.9c.3.2.7.3%201%20.3s.7-.1%201-.3l10-5.9c.6-.4%201-1%201-1.7V9.9c0-.7-.4-1.4-1-1.7m-1%2013.9L16%2028L6%2022.1V9.9L16%204l10%205.9z%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%20fill%3D%22currentColor%22%20d%3D%22m16%2025.4l-8-4.7v-9.4l8-4.7l8%204.7v9.4zm-6-5.8l6%203.5l6-3.5v-7.1L16%209l-6%203.5z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%208.2L17%202.3c-.3-.2-.6-.3-1-.3s-.7.1-1%20.3L5%208.2c-.6.4-1%201-1%201.7v12.2c0%20.7.4%201.4%201%201.7l10%205.9c.3.2.7.3%201%20.3s.7-.1%201-.3l10-5.9c.6-.4%201-1%201-1.7V9.9c0-.7-.4-1.4-1-1.7m-1%2013.9L16%2028L6%2022.1V9.9L16%204l10%205.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/assembly.svg?color=%231a73e8&size=48