assembly reference icon
assembly-reference from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- assembly-reference
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the assembly reference icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m8.438 6.145l3.013-1.78l1.018 1.72l-3.013 1.782zM6 12H4V9.9c0-.7.4-1.4 1-1.7l1.5-.9l1 1.7l-1.5.9zm-2 2h2v4H4zm2.5 10.7L5 23.8c-.6-.4-1-1-1-1.7V20h2v2.1l1.5.9zm1.933 1.128l1.017-1.722l3.013 1.78l-1.017 1.722zM17.5 27.1L16 28l-1.5-.9l-1 1.7l1.5.9c.3.2.7.3 1 .3c.4 0 .7-.1 1-.3l1.5-.9zm2.022-1.193l3.013-1.781l1.018 1.722l-3.014 1.78zM25.2 24.9l-1-1.7l1.8-1V20h2v2.1c0 .7-.4 1.4-1 1.7zM26 14h2v4h-2zm2-2h-2V9.9l-1.8-1l1-1.7l1.8 1c.6.4 1 1 1 1.7zm-8.549-5.96l1.018-1.722l3.013 1.78l-1.018 1.722zM17.5 4.9L16 4l-1.5.9l-1-1.7l1.5-.9c.3-.2.6-.3 1-.3s.7.1 1 .3l1.5.9z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAssemblyReference(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="m8.438 6.145l3.013-1.78l1.018 1.72l-3.013 1.782zM6 12H4V9.9c0-.7.4-1.4 1-1.7l1.5-.9l1 1.7l-1.5.9zm-2 2h2v4H4zm2.5 10.7L5 23.8c-.6-.4-1-1-1-1.7V20h2v2.1l1.5.9zm1.933 1.128l1.017-1.722l3.013 1.78l-1.017 1.722zM17.5 27.1L16 28l-1.5-.9l-1 1.7l1.5.9c.3.2.7.3 1 .3c.4 0 .7-.1 1-.3l1.5-.9zm2.022-1.193l3.013-1.781l1.018 1.722l-3.014 1.78zM25.2 24.9l-1-1.7l1.8-1V20h2v2.1c0 .7-.4 1.4-1 1.7zM26 14h2v4h-2zm2-2h-2V9.9l-1.8-1l1-1.7l1.8 1c.6.4 1 1 1 1.7zm-8.549-5.96l1.018-1.722l3.013 1.78l-1.018 1.722zM17.5 4.9L16 4l-1.5.9l-1-1.7l1.5-.9c.3-.2.6-.3 1-.3s.7.1 1 .3l1.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="m8.438 6.145l3.013-1.78l1.018 1.72l-3.013 1.782zM6 12H4V9.9c0-.7.4-1.4 1-1.7l1.5-.9l1 1.7l-1.5.9zm-2 2h2v4H4zm2.5 10.7L5 23.8c-.6-.4-1-1-1-1.7V20h2v2.1l1.5.9zm1.933 1.128l1.017-1.722l3.013 1.78l-1.017 1.722zM17.5 27.1L16 28l-1.5-.9l-1 1.7l1.5.9c.3.2.7.3 1 .3c.4 0 .7-.1 1-.3l1.5-.9zm2.022-1.193l3.013-1.781l1.018 1.722l-3.014 1.78zM25.2 24.9l-1-1.7l1.8-1V20h2v2.1c0 .7-.4 1.4-1 1.7zM26 14h2v4h-2zm2-2h-2V9.9l-1.8-1l1-1.7l1.8 1c.6.4 1 1 1 1.7zm-8.549-5.96l1.018-1.722l3.013 1.78l-1.018 1.722zM17.5 4.9L16 4l-1.5.9l-1-1.7l1.5-.9c.3-.2.6-.3 1-.3s.7.1 1 .3l1.5.9z"/></svg> </template>
CSS
.icon-assembly-reference {
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%22m8.438%206.145l3.013-1.78l1.018%201.72l-3.013%201.782zM6%2012H4V9.9c0-.7.4-1.4%201-1.7l1.5-.9l1%201.7l-1.5.9zm-2%202h2v4H4zm2.5%2010.7L5%2023.8c-.6-.4-1-1-1-1.7V20h2v2.1l1.5.9zm1.933%201.128l1.017-1.722l3.013%201.78l-1.017%201.722zM17.5%2027.1L16%2028l-1.5-.9l-1%201.7l1.5.9c.3.2.7.3%201%20.3c.4%200%20.7-.1%201-.3l1.5-.9zm2.022-1.193l3.013-1.781l1.018%201.722l-3.014%201.78zM25.2%2024.9l-1-1.7l1.8-1V20h2v2.1c0%20.7-.4%201.4-1%201.7zM26%2014h2v4h-2zm2-2h-2V9.9l-1.8-1l1-1.7l1.8%201c.6.4%201%201%201%201.7zm-8.549-5.96l1.018-1.722l3.013%201.78l-1.018%201.722zM17.5%204.9L16%204l-1.5.9l-1-1.7l1.5-.9c.3-.2.6-.3%201-.3s.7.1%201%20.3l1.5.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%22m8.438%206.145l3.013-1.78l1.018%201.72l-3.013%201.782zM6%2012H4V9.9c0-.7.4-1.4%201-1.7l1.5-.9l1%201.7l-1.5.9zm-2%202h2v4H4zm2.5%2010.7L5%2023.8c-.6-.4-1-1-1-1.7V20h2v2.1l1.5.9zm1.933%201.128l1.017-1.722l3.013%201.78l-1.017%201.722zM17.5%2027.1L16%2028l-1.5-.9l-1%201.7l1.5.9c.3.2.7.3%201%20.3c.4%200%20.7-.1%201-.3l1.5-.9zm2.022-1.193l3.013-1.781l1.018%201.722l-3.014%201.78zM25.2%2024.9l-1-1.7l1.8-1V20h2v2.1c0%20.7-.4%201.4-1%201.7zM26%2014h2v4h-2zm2-2h-2V9.9l-1.8-1l1-1.7l1.8%201c.6.4%201%201%201%201.7zm-8.549-5.96l1.018-1.722l3.013%201.78l-1.018%201.722zM17.5%204.9L16%204l-1.5.9l-1-1.7l1.5-.9c.3-.2.6-.3%201-.3s.7.1%201%20.3l1.5.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/assembly-reference.svg?color=%231a73e8&size=48