md construct icon
md-construct from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-construct
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md construct icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M430.9 393.4l-119.6-119-58.1-57.9-13.4-13.3c15.9-40.6 7.1-88.2-26.6-121.7-35.4-35.3-88.5-42.3-131-22.9l76.1 75.8-53.1 52.9-77.9-75.8C6.2 153.8 15 206.7 50.4 242c33.6 33.5 81.4 42.3 122.1 26.5l14.4 14.3L81.7 388c-7.6 5.7-7.6 19 1.9 26.6l43.8 43.7c7.6 7.6 19.1 7.6 26.7 0l96.1-112.4 113.4 112.9c7.1 7.1 17.7 7.1 24.8 0l40.7-40.6c8.9-7.1 8.9-19.5 1.8-24.8z" fill="currentColor"/><path d="M494.4 216.6l-34.5-34.1c-2.2-2.2-5.8-2.2-8 0l-3.7 3.7-18.5-15.8s1.2-10-4.9-18.7c-6.2-8.7-16.1-19.8-23.2-26.9-7.1-7-34.1-33.9-69.7-51.4C296.2 55.7 271 48 241 48v29.7s28.7 16.6 45.1 29.7c16.3 13.1 16.8 59.5 16.8 59.5l-28.5 28.5 56.5 56.1 31-36.3c12.9-3.5 23.8-3.8 30.2-.3l13.7 13.3-9.6 9.5c-2.2 2.2-2.2 5.7 0 7.9l34.5 34.1c2.2 2.2 5.8 2.2 8 0l55.7-55.2c2.1-2.2 2.1-5.8 0-7.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdConstruct(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M430.9 393.4l-119.6-119-58.1-57.9-13.4-13.3c15.9-40.6 7.1-88.2-26.6-121.7-35.4-35.3-88.5-42.3-131-22.9l76.1 75.8-53.1 52.9-77.9-75.8C6.2 153.8 15 206.7 50.4 242c33.6 33.5 81.4 42.3 122.1 26.5l14.4 14.3L81.7 388c-7.6 5.7-7.6 19 1.9 26.6l43.8 43.7c7.6 7.6 19.1 7.6 26.7 0l96.1-112.4 113.4 112.9c7.1 7.1 17.7 7.1 24.8 0l40.7-40.6c8.9-7.1 8.9-19.5 1.8-24.8z" fill="currentColor"/><path d="M494.4 216.6l-34.5-34.1c-2.2-2.2-5.8-2.2-8 0l-3.7 3.7-18.5-15.8s1.2-10-4.9-18.7c-6.2-8.7-16.1-19.8-23.2-26.9-7.1-7-34.1-33.9-69.7-51.4C296.2 55.7 271 48 241 48v29.7s28.7 16.6 45.1 29.7c16.3 13.1 16.8 59.5 16.8 59.5l-28.5 28.5 56.5 56.1 31-36.3c12.9-3.5 23.8-3.8 30.2-.3l13.7 13.3-9.6 9.5c-2.2 2.2-2.2 5.7 0 7.9l34.5 34.1c2.2 2.2 5.8 2.2 8 0l55.7-55.2c2.1-2.2 2.1-5.8 0-7.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M430.9 393.4l-119.6-119-58.1-57.9-13.4-13.3c15.9-40.6 7.1-88.2-26.6-121.7-35.4-35.3-88.5-42.3-131-22.9l76.1 75.8-53.1 52.9-77.9-75.8C6.2 153.8 15 206.7 50.4 242c33.6 33.5 81.4 42.3 122.1 26.5l14.4 14.3L81.7 388c-7.6 5.7-7.6 19 1.9 26.6l43.8 43.7c7.6 7.6 19.1 7.6 26.7 0l96.1-112.4 113.4 112.9c7.1 7.1 17.7 7.1 24.8 0l40.7-40.6c8.9-7.1 8.9-19.5 1.8-24.8z" fill="currentColor"/><path d="M494.4 216.6l-34.5-34.1c-2.2-2.2-5.8-2.2-8 0l-3.7 3.7-18.5-15.8s1.2-10-4.9-18.7c-6.2-8.7-16.1-19.8-23.2-26.9-7.1-7-34.1-33.9-69.7-51.4C296.2 55.7 271 48 241 48v29.7s28.7 16.6 45.1 29.7c16.3 13.1 16.8 59.5 16.8 59.5l-28.5 28.5 56.5 56.1 31-36.3c12.9-3.5 23.8-3.8 30.2-.3l13.7 13.3-9.6 9.5c-2.2 2.2-2.2 5.7 0 7.9l34.5 34.1c2.2 2.2 5.8 2.2 8 0l55.7-55.2c2.1-2.2 2.1-5.8 0-7.9z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%22M430.9%20393.4l-119.6-119-58.1-57.9-13.4-13.3c15.9-40.6%207.1-88.2-26.6-121.7-35.4-35.3-88.5-42.3-131-22.9l76.1%2075.8-53.1%2052.9-77.9-75.8C6.2%20153.8%2015%20206.7%2050.4%20242c33.6%2033.5%2081.4%2042.3%20122.1%2026.5l14.4%2014.3L81.7%20388c-7.6%205.7-7.6%2019%201.9%2026.6l43.8%2043.7c7.6%207.6%2019.1%207.6%2026.7%200l96.1-112.4%20113.4%20112.9c7.1%207.1%2017.7%207.1%2024.8%200l40.7-40.6c8.9-7.1%208.9-19.5%201.8-24.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M494.4%20216.6l-34.5-34.1c-2.2-2.2-5.8-2.2-8%200l-3.7%203.7-18.5-15.8s1.2-10-4.9-18.7c-6.2-8.7-16.1-19.8-23.2-26.9-7.1-7-34.1-33.9-69.7-51.4C296.2%2055.7%20271%2048%20241%2048v29.7s28.7%2016.6%2045.1%2029.7c16.3%2013.1%2016.8%2059.5%2016.8%2059.5l-28.5%2028.5%2056.5%2056.1%2031-36.3c12.9-3.5%2023.8-3.8%2030.2-.3l13.7%2013.3-9.6%209.5c-2.2%202.2-2.2%205.7%200%207.9l34.5%2034.1c2.2%202.2%205.8%202.2%208%200l55.7-55.2c2.1-2.2%202.1-5.8%200-7.9z%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%22M430.9%20393.4l-119.6-119-58.1-57.9-13.4-13.3c15.9-40.6%207.1-88.2-26.6-121.7-35.4-35.3-88.5-42.3-131-22.9l76.1%2075.8-53.1%2052.9-77.9-75.8C6.2%20153.8%2015%20206.7%2050.4%20242c33.6%2033.5%2081.4%2042.3%20122.1%2026.5l14.4%2014.3L81.7%20388c-7.6%205.7-7.6%2019%201.9%2026.6l43.8%2043.7c7.6%207.6%2019.1%207.6%2026.7%200l96.1-112.4%20113.4%20112.9c7.1%207.1%2017.7%207.1%2024.8%200l40.7-40.6c8.9-7.1%208.9-19.5%201.8-24.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M494.4%20216.6l-34.5-34.1c-2.2-2.2-5.8-2.2-8%200l-3.7%203.7-18.5-15.8s1.2-10-4.9-18.7c-6.2-8.7-16.1-19.8-23.2-26.9-7.1-7-34.1-33.9-69.7-51.4C296.2%2055.7%20271%2048%20241%2048v29.7s28.7%2016.6%2045.1%2029.7c16.3%2013.1%2016.8%2059.5%2016.8%2059.5l-28.5%2028.5%2056.5%2056.1%2031-36.3c12.9-3.5%2023.8-3.8%2030.2-.3l13.7%2013.3-9.6%209.5c-2.2%202.2-2.2%205.7%200%207.9l34.5%2034.1c2.2%202.2%205.8%202.2%208%200l55.7-55.2c2.1-2.2%202.1-5.8%200-7.9z%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/md-construct.svg?color=%231a73e8&size=48