ios construct icon
ios-construct from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-construct
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios construct icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M380 64.4z" fill="currentColor"/><path d="M275.1 57.6c-9.4-5.9-23.3-9.6-37.9-9.6-14.3 0-30.3 2.5-46.7 9.2-46.5 19-74 45.4-81.1 52.4-7 7-16.8 18-22.9 26.6-6.1 8.7 1.9 21-6.1 29s-24.7 0-24.7 0c-1.4 0-2.9.5-3.9 1.6l-34.1 33.9c-2.2 2.1-2.2 5.7 0 7.8l63.5 63.1c1.1 1.1 2.5 1.6 3.9 1.6s2.9-.5 3.9-1.6l33.2-34.8c2.2-2.1 2.2-5.7 0-7.8 0 0-5.3-5.2-12.1-12s.8-19.3 5.3-23.4c4.5-4.1 11.6-6.8 21.1-6.8 4.3 0 7.4.7 11.4 1.8 12.2 3.4 25.8 15.9 50.9 40.8l-3.9 6.5c-2.3 3.8-.9 8.3 1.3 10.4 0 0-5-4.9 13.1 13.1l50-47.2c-19.1-18.9-14.5-14.1-14.5-14.1-1.4-1.4-3.8-2.3-6.3-2.3-1.4 0-2.9.3-4.2 1l-5.6 3c-28-27.8-35.3-40.2-34.3-61.7 1.1-22.4 12.3-37.1 30.5-52.7 24.7-21.1 60.6-15.2 60.6-15.2 8-.1-4.2-8.6-10.4-12.6z" fill="currentColor"/><path d="M462.5 399.9s-68.9-57.2-130.2-115.7l-47.7 50.6c58.5 60.6 114.9 127.6 114.9 127.6 1.1 1.1 2.5 1.6 3.9 1.6s2.9-.5 3.9-1.6l55.1-54.7c2.2-2.1 2.2-5.7.1-7.8z" fill="currentColor"/><path d="M479.2 125.3l-52.4 52.6-51.1-9.3-9.2-51.1 52.4-52.6c-11.1-11.1-26.8-16.6-39-16.6-.7 0-1.4 0-2 .1-12.5.6-39.2 7.7-59.9 29.7-20 21.1-41.1 60.6-22.4 104.3 2.2 5.3 4.7 12.2-2.7 19.7-1.5 1.4-9.9 9.4-22.5 21.3-3.6 3.4-7.4 7-11.6 11-8 7.6-17.1 16.2-26.8 25.2-3.8 3.6-7.7 7.2-11.6 11-57 53.8-126.9 119.5-126.9 119.5-18 15.5-16.7 44.1-.1 60.8 8.5 8.4 20 12.8 31.3 12.8 11 0 21.9-4.2 29.5-13.1 0 0 65.5-69.8 119.3-126.9 3.7-4 7.4-7.8 11-11.7 9.3-9.9 18-19.1 25.8-27.3 3.9-4.2 7.6-8.1 11-11.6 11.5-12.2 19.3-20.4 21-22 4-3.9 7.7-5.1 11.1-5.1 3.3 0 6.2 1.2 8.6 2.4 9.9 5.1 21 7.3 32.4 7.3 26.7 0 55-12.4 72.1-29.5 24.4-24.4 28.8-47.9 29.6-60 .6-11.8-3.6-27.6-16.9-40.9zM137.4 426.1c-5.5 5.4-14.4 5.4-19.8 0-5.4-5.5-5.4-14.4 0-19.8 5.5-5.4 14.4-5.4 19.8 0 5.4 5.5 5.4 14.4 0 19.8z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosConstruct(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M380 64.4z" fill="currentColor"/><path d="M275.1 57.6c-9.4-5.9-23.3-9.6-37.9-9.6-14.3 0-30.3 2.5-46.7 9.2-46.5 19-74 45.4-81.1 52.4-7 7-16.8 18-22.9 26.6-6.1 8.7 1.9 21-6.1 29s-24.7 0-24.7 0c-1.4 0-2.9.5-3.9 1.6l-34.1 33.9c-2.2 2.1-2.2 5.7 0 7.8l63.5 63.1c1.1 1.1 2.5 1.6 3.9 1.6s2.9-.5 3.9-1.6l33.2-34.8c2.2-2.1 2.2-5.7 0-7.8 0 0-5.3-5.2-12.1-12s.8-19.3 5.3-23.4c4.5-4.1 11.6-6.8 21.1-6.8 4.3 0 7.4.7 11.4 1.8 12.2 3.4 25.8 15.9 50.9 40.8l-3.9 6.5c-2.3 3.8-.9 8.3 1.3 10.4 0 0-5-4.9 13.1 13.1l50-47.2c-19.1-18.9-14.5-14.1-14.5-14.1-1.4-1.4-3.8-2.3-6.3-2.3-1.4 0-2.9.3-4.2 1l-5.6 3c-28-27.8-35.3-40.2-34.3-61.7 1.1-22.4 12.3-37.1 30.5-52.7 24.7-21.1 60.6-15.2 60.6-15.2 8-.1-4.2-8.6-10.4-12.6z" fill="currentColor"/><path d="M462.5 399.9s-68.9-57.2-130.2-115.7l-47.7 50.6c58.5 60.6 114.9 127.6 114.9 127.6 1.1 1.1 2.5 1.6 3.9 1.6s2.9-.5 3.9-1.6l55.1-54.7c2.2-2.1 2.2-5.7.1-7.8z" fill="currentColor"/><path d="M479.2 125.3l-52.4 52.6-51.1-9.3-9.2-51.1 52.4-52.6c-11.1-11.1-26.8-16.6-39-16.6-.7 0-1.4 0-2 .1-12.5.6-39.2 7.7-59.9 29.7-20 21.1-41.1 60.6-22.4 104.3 2.2 5.3 4.7 12.2-2.7 19.7-1.5 1.4-9.9 9.4-22.5 21.3-3.6 3.4-7.4 7-11.6 11-8 7.6-17.1 16.2-26.8 25.2-3.8 3.6-7.7 7.2-11.6 11-57 53.8-126.9 119.5-126.9 119.5-18 15.5-16.7 44.1-.1 60.8 8.5 8.4 20 12.8 31.3 12.8 11 0 21.9-4.2 29.5-13.1 0 0 65.5-69.8 119.3-126.9 3.7-4 7.4-7.8 11-11.7 9.3-9.9 18-19.1 25.8-27.3 3.9-4.2 7.6-8.1 11-11.6 11.5-12.2 19.3-20.4 21-22 4-3.9 7.7-5.1 11.1-5.1 3.3 0 6.2 1.2 8.6 2.4 9.9 5.1 21 7.3 32.4 7.3 26.7 0 55-12.4 72.1-29.5 24.4-24.4 28.8-47.9 29.6-60 .6-11.8-3.6-27.6-16.9-40.9zM137.4 426.1c-5.5 5.4-14.4 5.4-19.8 0-5.4-5.5-5.4-14.4 0-19.8 5.5-5.4 14.4-5.4 19.8 0 5.4 5.5 5.4 14.4 0 19.8z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M380 64.4z" fill="currentColor"/><path d="M275.1 57.6c-9.4-5.9-23.3-9.6-37.9-9.6-14.3 0-30.3 2.5-46.7 9.2-46.5 19-74 45.4-81.1 52.4-7 7-16.8 18-22.9 26.6-6.1 8.7 1.9 21-6.1 29s-24.7 0-24.7 0c-1.4 0-2.9.5-3.9 1.6l-34.1 33.9c-2.2 2.1-2.2 5.7 0 7.8l63.5 63.1c1.1 1.1 2.5 1.6 3.9 1.6s2.9-.5 3.9-1.6l33.2-34.8c2.2-2.1 2.2-5.7 0-7.8 0 0-5.3-5.2-12.1-12s.8-19.3 5.3-23.4c4.5-4.1 11.6-6.8 21.1-6.8 4.3 0 7.4.7 11.4 1.8 12.2 3.4 25.8 15.9 50.9 40.8l-3.9 6.5c-2.3 3.8-.9 8.3 1.3 10.4 0 0-5-4.9 13.1 13.1l50-47.2c-19.1-18.9-14.5-14.1-14.5-14.1-1.4-1.4-3.8-2.3-6.3-2.3-1.4 0-2.9.3-4.2 1l-5.6 3c-28-27.8-35.3-40.2-34.3-61.7 1.1-22.4 12.3-37.1 30.5-52.7 24.7-21.1 60.6-15.2 60.6-15.2 8-.1-4.2-8.6-10.4-12.6z" fill="currentColor"/><path d="M462.5 399.9s-68.9-57.2-130.2-115.7l-47.7 50.6c58.5 60.6 114.9 127.6 114.9 127.6 1.1 1.1 2.5 1.6 3.9 1.6s2.9-.5 3.9-1.6l55.1-54.7c2.2-2.1 2.2-5.7.1-7.8z" fill="currentColor"/><path d="M479.2 125.3l-52.4 52.6-51.1-9.3-9.2-51.1 52.4-52.6c-11.1-11.1-26.8-16.6-39-16.6-.7 0-1.4 0-2 .1-12.5.6-39.2 7.7-59.9 29.7-20 21.1-41.1 60.6-22.4 104.3 2.2 5.3 4.7 12.2-2.7 19.7-1.5 1.4-9.9 9.4-22.5 21.3-3.6 3.4-7.4 7-11.6 11-8 7.6-17.1 16.2-26.8 25.2-3.8 3.6-7.7 7.2-11.6 11-57 53.8-126.9 119.5-126.9 119.5-18 15.5-16.7 44.1-.1 60.8 8.5 8.4 20 12.8 31.3 12.8 11 0 21.9-4.2 29.5-13.1 0 0 65.5-69.8 119.3-126.9 3.7-4 7.4-7.8 11-11.7 9.3-9.9 18-19.1 25.8-27.3 3.9-4.2 7.6-8.1 11-11.6 11.5-12.2 19.3-20.4 21-22 4-3.9 7.7-5.1 11.1-5.1 3.3 0 6.2 1.2 8.6 2.4 9.9 5.1 21 7.3 32.4 7.3 26.7 0 55-12.4 72.1-29.5 24.4-24.4 28.8-47.9 29.6-60 .6-11.8-3.6-27.6-16.9-40.9zM137.4 426.1c-5.5 5.4-14.4 5.4-19.8 0-5.4-5.5-5.4-14.4 0-19.8 5.5-5.4 14.4-5.4 19.8 0 5.4 5.5 5.4 14.4 0 19.8z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-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%20d%3D%22M380%2064.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M275.1%2057.6c-9.4-5.9-23.3-9.6-37.9-9.6-14.3%200-30.3%202.5-46.7%209.2-46.5%2019-74%2045.4-81.1%2052.4-7%207-16.8%2018-22.9%2026.6-6.1%208.7%201.9%2021-6.1%2029s-24.7%200-24.7%200c-1.4%200-2.9.5-3.9%201.6l-34.1%2033.9c-2.2%202.1-2.2%205.7%200%207.8l63.5%2063.1c1.1%201.1%202.5%201.6%203.9%201.6s2.9-.5%203.9-1.6l33.2-34.8c2.2-2.1%202.2-5.7%200-7.8%200%200-5.3-5.2-12.1-12s.8-19.3%205.3-23.4c4.5-4.1%2011.6-6.8%2021.1-6.8%204.3%200%207.4.7%2011.4%201.8%2012.2%203.4%2025.8%2015.9%2050.9%2040.8l-3.9%206.5c-2.3%203.8-.9%208.3%201.3%2010.4%200%200-5-4.9%2013.1%2013.1l50-47.2c-19.1-18.9-14.5-14.1-14.5-14.1-1.4-1.4-3.8-2.3-6.3-2.3-1.4%200-2.9.3-4.2%201l-5.6%203c-28-27.8-35.3-40.2-34.3-61.7%201.1-22.4%2012.3-37.1%2030.5-52.7%2024.7-21.1%2060.6-15.2%2060.6-15.2%208-.1-4.2-8.6-10.4-12.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M462.5%20399.9s-68.9-57.2-130.2-115.7l-47.7%2050.6c58.5%2060.6%20114.9%20127.6%20114.9%20127.6%201.1%201.1%202.5%201.6%203.9%201.6s2.9-.5%203.9-1.6l55.1-54.7c2.2-2.1%202.2-5.7.1-7.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M479.2%20125.3l-52.4%2052.6-51.1-9.3-9.2-51.1%2052.4-52.6c-11.1-11.1-26.8-16.6-39-16.6-.7%200-1.4%200-2%20.1-12.5.6-39.2%207.7-59.9%2029.7-20%2021.1-41.1%2060.6-22.4%20104.3%202.2%205.3%204.7%2012.2-2.7%2019.7-1.5%201.4-9.9%209.4-22.5%2021.3-3.6%203.4-7.4%207-11.6%2011-8%207.6-17.1%2016.2-26.8%2025.2-3.8%203.6-7.7%207.2-11.6%2011-57%2053.8-126.9%20119.5-126.9%20119.5-18%2015.5-16.7%2044.1-.1%2060.8%208.5%208.4%2020%2012.8%2031.3%2012.8%2011%200%2021.9-4.2%2029.5-13.1%200%200%2065.5-69.8%20119.3-126.9%203.7-4%207.4-7.8%2011-11.7%209.3-9.9%2018-19.1%2025.8-27.3%203.9-4.2%207.6-8.1%2011-11.6%2011.5-12.2%2019.3-20.4%2021-22%204-3.9%207.7-5.1%2011.1-5.1%203.3%200%206.2%201.2%208.6%202.4%209.9%205.1%2021%207.3%2032.4%207.3%2026.7%200%2055-12.4%2072.1-29.5%2024.4-24.4%2028.8-47.9%2029.6-60%20.6-11.8-3.6-27.6-16.9-40.9zM137.4%20426.1c-5.5%205.4-14.4%205.4-19.8%200-5.4-5.5-5.4-14.4%200-19.8%205.5-5.4%2014.4-5.4%2019.8%200%205.4%205.5%205.4%2014.4%200%2019.8z%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%20d%3D%22M380%2064.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M275.1%2057.6c-9.4-5.9-23.3-9.6-37.9-9.6-14.3%200-30.3%202.5-46.7%209.2-46.5%2019-74%2045.4-81.1%2052.4-7%207-16.8%2018-22.9%2026.6-6.1%208.7%201.9%2021-6.1%2029s-24.7%200-24.7%200c-1.4%200-2.9.5-3.9%201.6l-34.1%2033.9c-2.2%202.1-2.2%205.7%200%207.8l63.5%2063.1c1.1%201.1%202.5%201.6%203.9%201.6s2.9-.5%203.9-1.6l33.2-34.8c2.2-2.1%202.2-5.7%200-7.8%200%200-5.3-5.2-12.1-12s.8-19.3%205.3-23.4c4.5-4.1%2011.6-6.8%2021.1-6.8%204.3%200%207.4.7%2011.4%201.8%2012.2%203.4%2025.8%2015.9%2050.9%2040.8l-3.9%206.5c-2.3%203.8-.9%208.3%201.3%2010.4%200%200-5-4.9%2013.1%2013.1l50-47.2c-19.1-18.9-14.5-14.1-14.5-14.1-1.4-1.4-3.8-2.3-6.3-2.3-1.4%200-2.9.3-4.2%201l-5.6%203c-28-27.8-35.3-40.2-34.3-61.7%201.1-22.4%2012.3-37.1%2030.5-52.7%2024.7-21.1%2060.6-15.2%2060.6-15.2%208-.1-4.2-8.6-10.4-12.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M462.5%20399.9s-68.9-57.2-130.2-115.7l-47.7%2050.6c58.5%2060.6%20114.9%20127.6%20114.9%20127.6%201.1%201.1%202.5%201.6%203.9%201.6s2.9-.5%203.9-1.6l55.1-54.7c2.2-2.1%202.2-5.7.1-7.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M479.2%20125.3l-52.4%2052.6-51.1-9.3-9.2-51.1%2052.4-52.6c-11.1-11.1-26.8-16.6-39-16.6-.7%200-1.4%200-2%20.1-12.5.6-39.2%207.7-59.9%2029.7-20%2021.1-41.1%2060.6-22.4%20104.3%202.2%205.3%204.7%2012.2-2.7%2019.7-1.5%201.4-9.9%209.4-22.5%2021.3-3.6%203.4-7.4%207-11.6%2011-8%207.6-17.1%2016.2-26.8%2025.2-3.8%203.6-7.7%207.2-11.6%2011-57%2053.8-126.9%20119.5-126.9%20119.5-18%2015.5-16.7%2044.1-.1%2060.8%208.5%208.4%2020%2012.8%2031.3%2012.8%2011%200%2021.9-4.2%2029.5-13.1%200%200%2065.5-69.8%20119.3-126.9%203.7-4%207.4-7.8%2011-11.7%209.3-9.9%2018-19.1%2025.8-27.3%203.9-4.2%207.6-8.1%2011-11.6%2011.5-12.2%2019.3-20.4%2021-22%204-3.9%207.7-5.1%2011.1-5.1%203.3%200%206.2%201.2%208.6%202.4%209.9%205.1%2021%207.3%2032.4%207.3%2026.7%200%2055-12.4%2072.1-29.5%2024.4-24.4%2028.8-47.9%2029.6-60%20.6-11.8-3.6-27.6-16.9-40.9zM137.4%20426.1c-5.5%205.4-14.4%205.4-19.8%200-5.4-5.5-5.4-14.4%200-19.8%205.5-5.4%2014.4-5.4%2019.8%200%205.4%205.5%205.4%2014.4%200%2019.8z%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/ios-construct.svg?color=%231a73e8&size=48