build logo
build from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- build
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the build logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#tokenBrandedBuild)" fill-rule="evenodd" d="M14.5 12.805v-1.59c0-.535-1.004-.965-2.25-.965c-1.244 0-2.249.43-2.249.965v1.59c.025.525 1.025.945 2.25.945s2.225-.42 2.25-.945m-2.5.49v-.905c1.09.1 1.836-.27 2-.47v.885c-.524.505-1.6.535-2 .49m.25-1.36c.931 0 1.686-.29 1.686-.645c0-.35-.75-.645-1.685-.645c-.93 0-1.685.29-1.685.65c0 .35.75.64 1.685.64" clip-rule="evenodd"/><path fill="url(#tokenBrandedBuild1)" fill-rule="evenodd" d="M19.5 9.215c0-.535-1.005-.965-2.25-.965c-.58 0-1.11.095-1.51.25l-1.24-.495v-.79c0-.535-1.005-.965-2.25-.965S10 6.68 10 7.215v.64l-1.45.57a4.6 4.6 0 0 0-1.3-.175c-1.245 0-2.25.43-2.25.965v.6l-3 1.17v2.72l10.075 4.045L22 13.89v-2.905l-2.5-.99zm-5-.41c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-.49l-.91.345c.26.155.41.35.41.555v1.59c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-.6l-2.125.8l9.14 3.54l9.275-3.54l-1.79-.665v.465c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-1.59c0-.165.095-.315.26-.45l-.76-.285zm-2 6.11V17.1l9-3.45v-2.255zm1.435-7.625c0 .355-.75.65-1.685.65c-.93 0-1.685-.295-1.685-.65c0-.35.75-.645 1.685-.645c.93 0 1.685.29 1.685.65zM12 8.39v.9c.4.05 1.475.02 2-.485V7.92c-.165.2-.91.57-2 .47m-3.065.9c0 .355-.75.65-1.685.65c-.93 0-1.685-.295-1.685-.65c0-.35.75-.645 1.685-.645c.93 0 1.685.29 1.685.65zM7 10.39v.9c.4.05 1.475.02 2-.485V9.92c-.165.2-.91.57-2 .47m11.935-1.1c0 .355-.75.65-1.685.65c-.93 0-1.685-.295-1.685-.65c0-.35.75-.645 1.685-.645c.93 0 1.685.29 1.685.65zM17 10.39v.9c.4.05 1.475.02 2-.485V9.92c-.165.2-.91.57-2 .47" clip-rule="evenodd"/><defs><linearGradient id="tokenBrandedBuild" x1="5.722" x2="15.305" y1="8.244" y2="27.385" gradientUnits="userSpaceOnUse"><stop stop-color="#1A1E21"/><stop offset="1" stop-color="#06060A"/></linearGradient><linearGradient id="tokenBrandedBuild1" x1="5.721" x2="15.304" y1="8.244" y2="27.386" gradientUnits="userSpaceOnUse"><stop stop-color="#1A1E21"/><stop offset="1" stop-color="#06060A"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedBuild(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#tokenBrandedBuild)" fillRule="evenodd" d="M14.5 12.805v-1.59c0-.535-1.004-.965-2.25-.965c-1.244 0-2.249.43-2.249.965v1.59c.025.525 1.025.945 2.25.945s2.225-.42 2.25-.945m-2.5.49v-.905c1.09.1 1.836-.27 2-.47v.885c-.524.505-1.6.535-2 .49m.25-1.36c.931 0 1.686-.29 1.686-.645c0-.35-.75-.645-1.685-.645c-.93 0-1.685.29-1.685.65c0 .35.75.64 1.685.64" clipRule="evenodd"/><path fill="url(#tokenBrandedBuild1)" fillRule="evenodd" d="M19.5 9.215c0-.535-1.005-.965-2.25-.965c-.58 0-1.11.095-1.51.25l-1.24-.495v-.79c0-.535-1.005-.965-2.25-.965S10 6.68 10 7.215v.64l-1.45.57a4.6 4.6 0 0 0-1.3-.175c-1.245 0-2.25.43-2.25.965v.6l-3 1.17v2.72l10.075 4.045L22 13.89v-2.905l-2.5-.99zm-5-.41c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-.49l-.91.345c.26.155.41.35.41.555v1.59c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-.6l-2.125.8l9.14 3.54l9.275-3.54l-1.79-.665v.465c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-1.59c0-.165.095-.315.26-.45l-.76-.285zm-2 6.11V17.1l9-3.45v-2.255zm1.435-7.625c0 .355-.75.65-1.685.65c-.93 0-1.685-.295-1.685-.65c0-.35.75-.645 1.685-.645c.93 0 1.685.29 1.685.65zM12 8.39v.9c.4.05 1.475.02 2-.485V7.92c-.165.2-.91.57-2 .47m-3.065.9c0 .355-.75.65-1.685.65c-.93 0-1.685-.295-1.685-.65c0-.35.75-.645 1.685-.645c.93 0 1.685.29 1.685.65zM7 10.39v.9c.4.05 1.475.02 2-.485V9.92c-.165.2-.91.57-2 .47m11.935-1.1c0 .355-.75.65-1.685.65c-.93 0-1.685-.295-1.685-.65c0-.35.75-.645 1.685-.645c.93 0 1.685.29 1.685.65zM17 10.39v.9c.4.05 1.475.02 2-.485V9.92c-.165.2-.91.57-2 .47" clipRule="evenodd"/><defs><linearGradient id="tokenBrandedBuild" x1="5.722" x2="15.305" y1="8.244" y2="27.385" gradientUnits="userSpaceOnUse"><stop stopColor="#1A1E21"/><stop offset="1" stopColor="#06060A"/></linearGradient><linearGradient id="tokenBrandedBuild1" x1="5.721" x2="15.304" y1="8.244" y2="27.386" gradientUnits="userSpaceOnUse"><stop stopColor="#1A1E21"/><stop offset="1" stopColor="#06060A"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#tokenBrandedBuild)" fill-rule="evenodd" d="M14.5 12.805v-1.59c0-.535-1.004-.965-2.25-.965c-1.244 0-2.249.43-2.249.965v1.59c.025.525 1.025.945 2.25.945s2.225-.42 2.25-.945m-2.5.49v-.905c1.09.1 1.836-.27 2-.47v.885c-.524.505-1.6.535-2 .49m.25-1.36c.931 0 1.686-.29 1.686-.645c0-.35-.75-.645-1.685-.645c-.93 0-1.685.29-1.685.65c0 .35.75.64 1.685.64" clip-rule="evenodd"/><path fill="url(#tokenBrandedBuild1)" fill-rule="evenodd" d="M19.5 9.215c0-.535-1.005-.965-2.25-.965c-.58 0-1.11.095-1.51.25l-1.24-.495v-.79c0-.535-1.005-.965-2.25-.965S10 6.68 10 7.215v.64l-1.45.57a4.6 4.6 0 0 0-1.3-.175c-1.245 0-2.25.43-2.25.965v.6l-3 1.17v2.72l10.075 4.045L22 13.89v-2.905l-2.5-.99zm-5-.41c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-.49l-.91.345c.26.155.41.35.41.555v1.59c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-.6l-2.125.8l9.14 3.54l9.275-3.54l-1.79-.665v.465c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-1.59c0-.165.095-.315.26-.45l-.76-.285zm-2 6.11V17.1l9-3.45v-2.255zm1.435-7.625c0 .355-.75.65-1.685.65c-.93 0-1.685-.295-1.685-.65c0-.35.75-.645 1.685-.645c.93 0 1.685.29 1.685.65zM12 8.39v.9c.4.05 1.475.02 2-.485V7.92c-.165.2-.91.57-2 .47m-3.065.9c0 .355-.75.65-1.685.65c-.93 0-1.685-.295-1.685-.65c0-.35.75-.645 1.685-.645c.93 0 1.685.29 1.685.65zM7 10.39v.9c.4.05 1.475.02 2-.485V9.92c-.165.2-.91.57-2 .47m11.935-1.1c0 .355-.75.65-1.685.65c-.93 0-1.685-.295-1.685-.65c0-.35.75-.645 1.685-.645c.93 0 1.685.29 1.685.65zM17 10.39v.9c.4.05 1.475.02 2-.485V9.92c-.165.2-.91.57-2 .47" clip-rule="evenodd"/><defs><linearGradient id="tokenBrandedBuild" x1="5.722" x2="15.305" y1="8.244" y2="27.385" gradientUnits="userSpaceOnUse"><stop stop-color="#1A1E21"/><stop offset="1" stop-color="#06060A"/></linearGradient><linearGradient id="tokenBrandedBuild1" x1="5.721" x2="15.304" y1="8.244" y2="27.386" gradientUnits="userSpaceOnUse"><stop stop-color="#1A1E21"/><stop offset="1" stop-color="#06060A"/></linearGradient></defs></g></svg> </template>
CSS
.icon-build {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23tokenBrandedBuild)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2012.805v-1.59c0-.535-1.004-.965-2.25-.965c-1.244%200-2.249.43-2.249.965v1.59c.025.525%201.025.945%202.25.945s2.225-.42%202.25-.945m-2.5.49v-.905c1.09.1%201.836-.27%202-.47v.885c-.524.505-1.6.535-2%20.49m.25-1.36c.931%200%201.686-.29%201.686-.645c0-.35-.75-.645-1.685-.645c-.93%200-1.685.29-1.685.65c0%20.35.75.64%201.685.64%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23tokenBrandedBuild1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.5%209.215c0-.535-1.005-.965-2.25-.965c-.58%200-1.11.095-1.51.25l-1.24-.495v-.79c0-.535-1.005-.965-2.25-.965S10%206.68%2010%207.215v.64l-1.45.57a4.6%204.6%200%200%200-1.3-.175c-1.245%200-2.25.43-2.25.965v.6l-3%201.17v2.72l10.075%204.045L22%2013.89v-2.905l-2.5-.99zm-5-.41c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-.49l-.91.345c.26.155.41.35.41.555v1.59c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-.6l-2.125.8l9.14%203.54l9.275-3.54l-1.79-.665v.465c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-1.59c0-.165.095-.315.26-.45l-.76-.285zm-2%206.11V17.1l9-3.45v-2.255zm1.435-7.625c0%20.355-.75.65-1.685.65c-.93%200-1.685-.295-1.685-.65c0-.35.75-.645%201.685-.645c.93%200%201.685.29%201.685.65zM12%208.39v.9c.4.05%201.475.02%202-.485V7.92c-.165.2-.91.57-2%20.47m-3.065.9c0%20.355-.75.65-1.685.65c-.93%200-1.685-.295-1.685-.65c0-.35.75-.645%201.685-.645c.93%200%201.685.29%201.685.65zM7%2010.39v.9c.4.05%201.475.02%202-.485V9.92c-.165.2-.91.57-2%20.47m11.935-1.1c0%20.355-.75.65-1.685.65c-.93%200-1.685-.295-1.685-.65c0-.35.75-.645%201.685-.645c.93%200%201.685.29%201.685.65zM17%2010.39v.9c.4.05%201.475.02%202-.485V9.92c-.165.2-.91.57-2%20.47%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22tokenBrandedBuild%22%20x1%3D%225.722%22%20x2%3D%2215.305%22%20y1%3D%228.244%22%20y2%3D%2227.385%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231A1E21%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2306060A%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22tokenBrandedBuild1%22%20x1%3D%225.721%22%20x2%3D%2215.304%22%20y1%3D%228.244%22%20y2%3D%2227.386%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231A1E21%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2306060A%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23tokenBrandedBuild)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.5%2012.805v-1.59c0-.535-1.004-.965-2.25-.965c-1.244%200-2.249.43-2.249.965v1.59c.025.525%201.025.945%202.25.945s2.225-.42%202.25-.945m-2.5.49v-.905c1.09.1%201.836-.27%202-.47v.885c-.524.505-1.6.535-2%20.49m.25-1.36c.931%200%201.686-.29%201.686-.645c0-.35-.75-.645-1.685-.645c-.93%200-1.685.29-1.685.65c0%20.35.75.64%201.685.64%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23tokenBrandedBuild1)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M19.5%209.215c0-.535-1.005-.965-2.25-.965c-.58%200-1.11.095-1.51.25l-1.24-.495v-.79c0-.535-1.005-.965-2.25-.965S10%206.68%2010%207.215v.64l-1.45.57a4.6%204.6%200%200%200-1.3-.175c-1.245%200-2.25.43-2.25.965v.6l-3%201.17v2.72l10.075%204.045L22%2013.89v-2.905l-2.5-.99zm-5-.41c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-.49l-.91.345c.26.155.41.35.41.555v1.59c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-.6l-2.125.8l9.14%203.54l9.275-3.54l-1.79-.665v.465c-.025.525-1.025.945-2.25.945s-2.225-.42-2.25-.945v-1.59c0-.165.095-.315.26-.45l-.76-.285zm-2%206.11V17.1l9-3.45v-2.255zm1.435-7.625c0%20.355-.75.65-1.685.65c-.93%200-1.685-.295-1.685-.65c0-.35.75-.645%201.685-.645c.93%200%201.685.29%201.685.65zM12%208.39v.9c.4.05%201.475.02%202-.485V7.92c-.165.2-.91.57-2%20.47m-3.065.9c0%20.355-.75.65-1.685.65c-.93%200-1.685-.295-1.685-.65c0-.35.75-.645%201.685-.645c.93%200%201.685.29%201.685.65zM7%2010.39v.9c.4.05%201.475.02%202-.485V9.92c-.165.2-.91.57-2%20.47m11.935-1.1c0%20.355-.75.65-1.685.65c-.93%200-1.685-.295-1.685-.65c0-.35.75-.645%201.685-.645c.93%200%201.685.29%201.685.65zM17%2010.39v.9c.4.05%201.475.02%202-.485V9.92c-.165.2-.91.57-2%20.47%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22tokenBrandedBuild%22%20x1%3D%225.722%22%20x2%3D%2215.305%22%20y1%3D%228.244%22%20y2%3D%2227.385%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231A1E21%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2306060A%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22tokenBrandedBuild1%22%20x1%3D%225.721%22%20x2%3D%2215.304%22%20y1%3D%228.244%22%20y2%3D%2227.386%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231A1E21%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2306060A%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/build.svg?color=%231a73e8&size=48