build-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
build-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the build icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M393.87 190a32.1 32.1 0 0 1-45.25 0l-26.57-26.57a32.09 32.09 0 0 1 0-45.26L382.19 58a1 1 0 0 0-.3-1.64c-38.82-16.64-89.15-8.16-121.11 23.57c-30.58 30.35-32.32 76-21.12 115.84a31.93 31.93 0 0 1-9.06 32.08L64 380a48.17 48.17 0 1 0 68 68l153.86-167a31.93 31.93 0 0 1 31.6-9.13c39.54 10.59 84.54 8.6 114.72-21.19c32.49-32 39.5-88.56 23.75-120.93a1 1 0 0 0-1.6-.26Z"/><circle cx="96" cy="416" r="16" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonBuildOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="32" d="M393.87 190a32.1 32.1 0 0 1-45.25 0l-26.57-26.57a32.09 32.09 0 0 1 0-45.26L382.19 58a1 1 0 0 0-.3-1.64c-38.82-16.64-89.15-8.16-121.11 23.57c-30.58 30.35-32.32 76-21.12 115.84a31.93 31.93 0 0 1-9.06 32.08L64 380a48.17 48.17 0 1 0 68 68l153.86-167a31.93 31.93 0 0 1 31.6-9.13c39.54 10.59 84.54 8.6 114.72-21.19c32.49-32 39.5-88.56 23.75-120.93a1 1 0 0 0-1.6-.26Z"/><circle cx="96" cy="416" r="16" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="32" d="M393.87 190a32.1 32.1 0 0 1-45.25 0l-26.57-26.57a32.09 32.09 0 0 1 0-45.26L382.19 58a1 1 0 0 0-.3-1.64c-38.82-16.64-89.15-8.16-121.11 23.57c-30.58 30.35-32.32 76-21.12 115.84a31.93 31.93 0 0 1-9.06 32.08L64 380a48.17 48.17 0 1 0 68 68l153.86-167a31.93 31.93 0 0 1 31.6-9.13c39.54 10.59 84.54 8.6 114.72-21.19c32.49-32 39.5-88.56 23.75-120.93a1 1 0 0 0-1.6-.26Z"/><circle cx="96" cy="416" r="16" fill="currentColor"/></svg>
</template>

CSS

.icon-build-outline {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M393.87%20190a32.1%2032.1%200%200%201-45.25%200l-26.57-26.57a32.09%2032.09%200%200%201%200-45.26L382.19%2058a1%201%200%200%200-.3-1.64c-38.82-16.64-89.15-8.16-121.11%2023.57c-30.58%2030.35-32.32%2076-21.12%20115.84a31.93%2031.93%200%200%201-9.06%2032.08L64%20380a48.17%2048.17%200%201%200%2068%2068l153.86-167a31.93%2031.93%200%200%201%2031.6-9.13c39.54%2010.59%2084.54%208.6%20114.72-21.19c32.49-32%2039.5-88.56%2023.75-120.93a1%201%200%200%200-1.6-.26Z%22%2F%3E%3Ccircle%20cx%3D%2296%22%20cy%3D%22416%22%20r%3D%2216%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%20512%20512%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%2232%22%20d%3D%22M393.87%20190a32.1%2032.1%200%200%201-45.25%200l-26.57-26.57a32.09%2032.09%200%200%201%200-45.26L382.19%2058a1%201%200%200%200-.3-1.64c-38.82-16.64-89.15-8.16-121.11%2023.57c-30.58%2030.35-32.32%2076-21.12%20115.84a31.93%2031.93%200%200%201-9.06%2032.08L64%20380a48.17%2048.17%200%201%200%2068%2068l153.86-167a31.93%2031.93%200%200%201%2031.6-9.13c39.54%2010.59%2084.54%208.6%20114.72-21.19c32.49-32%2039.5-88.56%2023.75-120.93a1%201%200%200%200-1.6-.26Z%22%2F%3E%3Ccircle%20cx%3D%2296%22%20cy%3D%22416%22%20r%3D%2216%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/ion/build-outline.svg?color=%231a73e8&size=48