construct icon

construct from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
construct
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the construct icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M503.58 126.2a16.85 16.85 0 0 0-27.07-4.55l-51.15 51.15a11.15 11.15 0 0 1-15.66 0l-22.48-22.48a11.17 11.17 0 0 1 0-15.67l50.88-50.89a16.85 16.85 0 0 0-5.27-27.4c-39.71-17-89.08-7.45-120 23.29c-26.81 26.61-34.83 68-22 113.7a11 11 0 0 1-3.16 11.1L114.77 365.1a56.76 56.76 0 1 0 80.14 80.18L357 272.08a11 11 0 0 1 10.9-3.17c45 12 86 4 112.43-22c15.2-15 25.81-36.17 29.89-59.71c3.83-22.2 1.41-44.44-6.64-61"/><path fill="currentColor" d="M437.33 378.41c-13.94-11.59-43.72-38.4-74.07-66.22l-66.07 70.61c28.24 30 53.8 57.85 65 70.88l.07.08A30 30 0 0 0 383.72 464h1.1a30.1 30.1 0 0 0 21-8.62l.07-.07l33.43-33.37a29.46 29.46 0 0 0-2-43.53ZM118.54 214.55a20.5 20.5 0 0 0-3-10.76a2.76 2.76 0 0 1 2.62-4.22h.06c.84.09 5.33.74 11.7 4.61c4.73 2.87 18.23 12.08 41.73 35.54a34.23 34.23 0 0 0 7.22 22.12l66.23-61.55a33.73 33.73 0 0 0-21.6-9.2a3 3 0 0 1-.21-.26l-.65-.69l-24.54-33.84a28.45 28.45 0 0 1-4-26.11a35.23 35.23 0 0 1 11.78-16.35c5.69-4.41 18.53-9.72 29.44-10.62a53 53 0 0 1 15.19.94a66 66 0 0 1 7.06 2.13a15.5 15.5 0 0 0 2.15.63a16 16 0 0 0 16.38-25.06c-.26-.35-1.32-1.79-2.89-3.73a92 92 0 0 0-9.6-10.36c-8.15-7.36-29.27-19.77-57-19.77a123.1 123.1 0 0 0-46.3 9c-38.37 15.45-63.47 36.58-75.01 47.79l-.09.09A222 222 0 0 0 63.7 129.5a27 27 0 0 0-4.7 11.77a7.33 7.33 0 0 1-7.71 6.17H50.2a20.65 20.65 0 0 0-14.59 5.9L6.16 182.05l-.32.32a20.89 20.89 0 0 0-.24 28.72c.19.2.37.39.57.58L53.67 258a21 21 0 0 0 14.65 6a20.65 20.65 0 0 0 14.59-5.9l29.46-28.79a20.5 20.5 0 0 0 6.17-14.76"/></svg>

React

import type { SVGProps } from "react";

export function IonConstruct(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M503.58 126.2a16.85 16.85 0 0 0-27.07-4.55l-51.15 51.15a11.15 11.15 0 0 1-15.66 0l-22.48-22.48a11.17 11.17 0 0 1 0-15.67l50.88-50.89a16.85 16.85 0 0 0-5.27-27.4c-39.71-17-89.08-7.45-120 23.29c-26.81 26.61-34.83 68-22 113.7a11 11 0 0 1-3.16 11.1L114.77 365.1a56.76 56.76 0 1 0 80.14 80.18L357 272.08a11 11 0 0 1 10.9-3.17c45 12 86 4 112.43-22c15.2-15 25.81-36.17 29.89-59.71c3.83-22.2 1.41-44.44-6.64-61"/><path fill="currentColor" d="M437.33 378.41c-13.94-11.59-43.72-38.4-74.07-66.22l-66.07 70.61c28.24 30 53.8 57.85 65 70.88l.07.08A30 30 0 0 0 383.72 464h1.1a30.1 30.1 0 0 0 21-8.62l.07-.07l33.43-33.37a29.46 29.46 0 0 0-2-43.53ZM118.54 214.55a20.5 20.5 0 0 0-3-10.76a2.76 2.76 0 0 1 2.62-4.22h.06c.84.09 5.33.74 11.7 4.61c4.73 2.87 18.23 12.08 41.73 35.54a34.23 34.23 0 0 0 7.22 22.12l66.23-61.55a33.73 33.73 0 0 0-21.6-9.2a3 3 0 0 1-.21-.26l-.65-.69l-24.54-33.84a28.45 28.45 0 0 1-4-26.11a35.23 35.23 0 0 1 11.78-16.35c5.69-4.41 18.53-9.72 29.44-10.62a53 53 0 0 1 15.19.94a66 66 0 0 1 7.06 2.13a15.5 15.5 0 0 0 2.15.63a16 16 0 0 0 16.38-25.06c-.26-.35-1.32-1.79-2.89-3.73a92 92 0 0 0-9.6-10.36c-8.15-7.36-29.27-19.77-57-19.77a123.1 123.1 0 0 0-46.3 9c-38.37 15.45-63.47 36.58-75.01 47.79l-.09.09A222 222 0 0 0 63.7 129.5a27 27 0 0 0-4.7 11.77a7.33 7.33 0 0 1-7.71 6.17H50.2a20.65 20.65 0 0 0-14.59 5.9L6.16 182.05l-.32.32a20.89 20.89 0 0 0-.24 28.72c.19.2.37.39.57.58L53.67 258a21 21 0 0 0 14.65 6a20.65 20.65 0 0 0 14.59-5.9l29.46-28.79a20.5 20.5 0 0 0 6.17-14.76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M503.58 126.2a16.85 16.85 0 0 0-27.07-4.55l-51.15 51.15a11.15 11.15 0 0 1-15.66 0l-22.48-22.48a11.17 11.17 0 0 1 0-15.67l50.88-50.89a16.85 16.85 0 0 0-5.27-27.4c-39.71-17-89.08-7.45-120 23.29c-26.81 26.61-34.83 68-22 113.7a11 11 0 0 1-3.16 11.1L114.77 365.1a56.76 56.76 0 1 0 80.14 80.18L357 272.08a11 11 0 0 1 10.9-3.17c45 12 86 4 112.43-22c15.2-15 25.81-36.17 29.89-59.71c3.83-22.2 1.41-44.44-6.64-61"/><path fill="currentColor" d="M437.33 378.41c-13.94-11.59-43.72-38.4-74.07-66.22l-66.07 70.61c28.24 30 53.8 57.85 65 70.88l.07.08A30 30 0 0 0 383.72 464h1.1a30.1 30.1 0 0 0 21-8.62l.07-.07l33.43-33.37a29.46 29.46 0 0 0-2-43.53ZM118.54 214.55a20.5 20.5 0 0 0-3-10.76a2.76 2.76 0 0 1 2.62-4.22h.06c.84.09 5.33.74 11.7 4.61c4.73 2.87 18.23 12.08 41.73 35.54a34.23 34.23 0 0 0 7.22 22.12l66.23-61.55a33.73 33.73 0 0 0-21.6-9.2a3 3 0 0 1-.21-.26l-.65-.69l-24.54-33.84a28.45 28.45 0 0 1-4-26.11a35.23 35.23 0 0 1 11.78-16.35c5.69-4.41 18.53-9.72 29.44-10.62a53 53 0 0 1 15.19.94a66 66 0 0 1 7.06 2.13a15.5 15.5 0 0 0 2.15.63a16 16 0 0 0 16.38-25.06c-.26-.35-1.32-1.79-2.89-3.73a92 92 0 0 0-9.6-10.36c-8.15-7.36-29.27-19.77-57-19.77a123.1 123.1 0 0 0-46.3 9c-38.37 15.45-63.47 36.58-75.01 47.79l-.09.09A222 222 0 0 0 63.7 129.5a27 27 0 0 0-4.7 11.77a7.33 7.33 0 0 1-7.71 6.17H50.2a20.65 20.65 0 0 0-14.59 5.9L6.16 182.05l-.32.32a20.89 20.89 0 0 0-.24 28.72c.19.2.37.39.57.58L53.67 258a21 21 0 0 0 14.65 6a20.65 20.65 0 0 0 14.59-5.9l29.46-28.79a20.5 20.5 0 0 0 6.17-14.76"/></svg>
</template>

CSS

.icon-construct {
  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%22currentColor%22%20d%3D%22M503.58%20126.2a16.85%2016.85%200%200%200-27.07-4.55l-51.15%2051.15a11.15%2011.15%200%200%201-15.66%200l-22.48-22.48a11.17%2011.17%200%200%201%200-15.67l50.88-50.89a16.85%2016.85%200%200%200-5.27-27.4c-39.71-17-89.08-7.45-120%2023.29c-26.81%2026.61-34.83%2068-22%20113.7a11%2011%200%200%201-3.16%2011.1L114.77%20365.1a56.76%2056.76%200%201%200%2080.14%2080.18L357%20272.08a11%2011%200%200%201%2010.9-3.17c45%2012%2086%204%20112.43-22c15.2-15%2025.81-36.17%2029.89-59.71c3.83-22.2%201.41-44.44-6.64-61%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M437.33%20378.41c-13.94-11.59-43.72-38.4-74.07-66.22l-66.07%2070.61c28.24%2030%2053.8%2057.85%2065%2070.88l.07.08A30%2030%200%200%200%20383.72%20464h1.1a30.1%2030.1%200%200%200%2021-8.62l.07-.07l33.43-33.37a29.46%2029.46%200%200%200-2-43.53ZM118.54%20214.55a20.5%2020.5%200%200%200-3-10.76a2.76%202.76%200%200%201%202.62-4.22h.06c.84.09%205.33.74%2011.7%204.61c4.73%202.87%2018.23%2012.08%2041.73%2035.54a34.23%2034.23%200%200%200%207.22%2022.12l66.23-61.55a33.73%2033.73%200%200%200-21.6-9.2a3%203%200%200%201-.21-.26l-.65-.69l-24.54-33.84a28.45%2028.45%200%200%201-4-26.11a35.23%2035.23%200%200%201%2011.78-16.35c5.69-4.41%2018.53-9.72%2029.44-10.62a53%2053%200%200%201%2015.19.94a66%2066%200%200%201%207.06%202.13a15.5%2015.5%200%200%200%202.15.63a16%2016%200%200%200%2016.38-25.06c-.26-.35-1.32-1.79-2.89-3.73a92%2092%200%200%200-9.6-10.36c-8.15-7.36-29.27-19.77-57-19.77a123.1%20123.1%200%200%200-46.3%209c-38.37%2015.45-63.47%2036.58-75.01%2047.79l-.09.09A222%20222%200%200%200%2063.7%20129.5a27%2027%200%200%200-4.7%2011.77a7.33%207.33%200%200%201-7.71%206.17H50.2a20.65%2020.65%200%200%200-14.59%205.9L6.16%20182.05l-.32.32a20.89%2020.89%200%200%200-.24%2028.72c.19.2.37.39.57.58L53.67%20258a21%2021%200%200%200%2014.65%206a20.65%2020.65%200%200%200%2014.59-5.9l29.46-28.79a20.5%2020.5%200%200%200%206.17-14.76%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%22currentColor%22%20d%3D%22M503.58%20126.2a16.85%2016.85%200%200%200-27.07-4.55l-51.15%2051.15a11.15%2011.15%200%200%201-15.66%200l-22.48-22.48a11.17%2011.17%200%200%201%200-15.67l50.88-50.89a16.85%2016.85%200%200%200-5.27-27.4c-39.71-17-89.08-7.45-120%2023.29c-26.81%2026.61-34.83%2068-22%20113.7a11%2011%200%200%201-3.16%2011.1L114.77%20365.1a56.76%2056.76%200%201%200%2080.14%2080.18L357%20272.08a11%2011%200%200%201%2010.9-3.17c45%2012%2086%204%20112.43-22c15.2-15%2025.81-36.17%2029.89-59.71c3.83-22.2%201.41-44.44-6.64-61%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M437.33%20378.41c-13.94-11.59-43.72-38.4-74.07-66.22l-66.07%2070.61c28.24%2030%2053.8%2057.85%2065%2070.88l.07.08A30%2030%200%200%200%20383.72%20464h1.1a30.1%2030.1%200%200%200%2021-8.62l.07-.07l33.43-33.37a29.46%2029.46%200%200%200-2-43.53ZM118.54%20214.55a20.5%2020.5%200%200%200-3-10.76a2.76%202.76%200%200%201%202.62-4.22h.06c.84.09%205.33.74%2011.7%204.61c4.73%202.87%2018.23%2012.08%2041.73%2035.54a34.23%2034.23%200%200%200%207.22%2022.12l66.23-61.55a33.73%2033.73%200%200%200-21.6-9.2a3%203%200%200%201-.21-.26l-.65-.69l-24.54-33.84a28.45%2028.45%200%200%201-4-26.11a35.23%2035.23%200%200%201%2011.78-16.35c5.69-4.41%2018.53-9.72%2029.44-10.62a53%2053%200%200%201%2015.19.94a66%2066%200%200%201%207.06%202.13a15.5%2015.5%200%200%200%202.15.63a16%2016%200%200%200%2016.38-25.06c-.26-.35-1.32-1.79-2.89-3.73a92%2092%200%200%200-9.6-10.36c-8.15-7.36-29.27-19.77-57-19.77a123.1%20123.1%200%200%200-46.3%209c-38.37%2015.45-63.47%2036.58-75.01%2047.79l-.09.09A222%20222%200%200%200%2063.7%20129.5a27%2027%200%200%200-4.7%2011.77a7.33%207.33%200%200%201-7.71%206.17H50.2a20.65%2020.65%200%200%200-14.59%205.9L6.16%20182.05l-.32.32a20.89%2020.89%200%200%200-.24%2028.72c.19.2.37.39.57.58L53.67%20258a21%2021%200%200%200%2014.65%206a20.65%2020.65%200%200%200%2014.59-5.9l29.46-28.79a20.5%2020.5%200%200%200%206.17-14.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/construct.svg?color=%231a73e8&size=48