industry icon
industry from Reicon by REICON · Outline · Home · MIT Free for personal and commercial use.
- Name
- industry
- Set
- Reicon
- Style
- Outline
- Category
- Home
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All industry icons →More home icons from Reicon
Use the industry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4.575 6.333h.85c.7 0 1.28.54 1.33 1.239l.809 11.333a1.333 1.333 0 0 1-1.33 1.428H3.766a1.33 1.33 0 0 1-1.329-1.428l.81-11.333a1.333 1.333 0 0 1 1.329-1.239m.757-2.869a2.33 2.33 0 0 1 2-1.13h2.334c.928 0 1.73-.543 2.105-1.329"/><path d="M11.014 11.06L15 7.666v5.666l6.667-5.666V19c0 .736-.598 1.333-1.334 1.333H6.235M17 16h.667m-6 0h.666"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconIndustry(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" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4.575 6.333h.85c.7 0 1.28.54 1.33 1.239l.809 11.333a1.333 1.333 0 0 1-1.33 1.428H3.766a1.33 1.33 0 0 1-1.329-1.428l.81-11.333a1.333 1.333 0 0 1 1.329-1.239m.757-2.869a2.33 2.33 0 0 1 2-1.13h2.334c.928 0 1.73-.543 2.105-1.329"/><path d="M11.014 11.06L15 7.666v5.666l6.667-5.666V19c0 .736-.598 1.333-1.334 1.333H6.235M17 16h.667m-6 0h.666"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4.575 6.333h.85c.7 0 1.28.54 1.33 1.239l.809 11.333a1.333 1.333 0 0 1-1.33 1.428H3.766a1.33 1.33 0 0 1-1.329-1.428l.81-11.333a1.333 1.333 0 0 1 1.329-1.239m.757-2.869a2.33 2.33 0 0 1 2-1.13h2.334c.928 0 1.73-.543 2.105-1.329"/><path d="M11.014 11.06L15 7.666v5.666l6.667-5.666V19c0 .736-.598 1.333-1.334 1.333H6.235M17 16h.667m-6 0h.666"/></g></svg> </template>
CSS
.icon-industry {
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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.575%206.333h.85c.7%200%201.28.54%201.33%201.239l.809%2011.333a1.333%201.333%200%200%201-1.33%201.428H3.766a1.33%201.33%200%200%201-1.329-1.428l.81-11.333a1.333%201.333%200%200%201%201.329-1.239m.757-2.869a2.33%202.33%200%200%201%202-1.13h2.334c.928%200%201.73-.543%202.105-1.329%22%2F%3E%3Cpath%20d%3D%22M11.014%2011.06L15%207.666v5.666l6.667-5.666V19c0%20.736-.598%201.333-1.334%201.333H6.235M17%2016h.667m-6%200h.666%22%2F%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%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.575%206.333h.85c.7%200%201.28.54%201.33%201.239l.809%2011.333a1.333%201.333%200%200%201-1.33%201.428H3.766a1.33%201.33%200%200%201-1.329-1.428l.81-11.333a1.333%201.333%200%200%201%201.329-1.239m.757-2.869a2.33%202.33%200%200%201%202-1.13h2.334c.928%200%201.73-.543%202.105-1.329%22%2F%3E%3Cpath%20d%3D%22M11.014%2011.06L15%207.666v5.666l6.667-5.666V19c0%20.736-.598%201.333-1.334%201.333H6.235M17%2016h.667m-6%200h.666%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/industry.svg?color=%231a73e8&size=48