factory icon
factory-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- factory-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
factoryBoxIcons v2 SolidfactoryEmoji One (Colored)factoryFluent EmojifactoryFluent Emoji FlatfactoryFluent Emoji High ContrastfactoryFirefox OS EmojifactoryHuge IconsfactoryLucidefactoryMaterial SymbolsfactoryMaterial Design Iconsfactory-fillMingCute IconfactoryNoto EmojifactoryOpenMojifactoryPhosphorfactoryPixelarticonsfactoryStreamline EmojisfactoryTwitter Emoji
More maps icons from Material Symbols Light
Use the factory icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 21q-.672 0-1.144-.472T3 19.385v-7.662q0-.484.258-.898t.717-.606l2.894-1.215q.404-.162.768.056q.363.217.363.67v.75l3.894-1.564q.404-.162.755.08t.351.671V11h8v8.385q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h14.769q.269 0 .442-.173t.173-.442V12h-8V9.95l-5 2V10l-2.634 1.171q-.174.077-.27.221T4 11.73v7.656q0 .269.173.442t.442.173m6.616-2.461h1.538v-3.08h-1.538zm-4 0h1.538v-3.08H7.231zm8 0h1.538v-3.08h-1.538zM21 11h-3.116l.939-6.74q.03-.222.19-.356q.16-.135.381-.135h.289q.182 0 .313.125t.162.308zM4.616 20H4h16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFactoryOutlineRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 21q-.672 0-1.144-.472T3 19.385v-7.662q0-.484.258-.898t.717-.606l2.894-1.215q.404-.162.768.056q.363.217.363.67v.75l3.894-1.564q.404-.162.755.08t.351.671V11h8v8.385q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h14.769q.269 0 .442-.173t.173-.442V12h-8V9.95l-5 2V10l-2.634 1.171q-.174.077-.27.221T4 11.73v7.656q0 .269.173.442t.442.173m6.616-2.461h1.538v-3.08h-1.538zm-4 0h1.538v-3.08H7.231zm8 0h1.538v-3.08h-1.538zM21 11h-3.116l.939-6.74q.03-.222.19-.356q.16-.135.381-.135h.289q.182 0 .313.125t.162.308zM4.616 20H4h16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.616 21q-.672 0-1.144-.472T3 19.385v-7.662q0-.484.258-.898t.717-.606l2.894-1.215q.404-.162.768.056q.363.217.363.67v.75l3.894-1.564q.404-.162.755.08t.351.671V11h8v8.385q0 .67-.472 1.143q-.472.472-1.143.472zm0-1h14.769q.269 0 .442-.173t.173-.442V12h-8V9.95l-5 2V10l-2.634 1.171q-.174.077-.27.221T4 11.73v7.656q0 .269.173.442t.442.173m6.616-2.461h1.538v-3.08h-1.538zm-4 0h1.538v-3.08H7.231zm8 0h1.538v-3.08h-1.538zM21 11h-3.116l.939-6.74q.03-.222.19-.356q.16-.135.381-.135h.289q.182 0 .313.125t.162.308zM4.616 20H4h16z"/></svg> </template>
CSS
.icon-factory-outline-rounded {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.616%2021q-.672%200-1.144-.472T3%2019.385v-7.662q0-.484.258-.898t.717-.606l2.894-1.215q.404-.162.768.056q.363.217.363.67v.75l3.894-1.564q.404-.162.755.08t.351.671V11h8v8.385q0%20.67-.472%201.143q-.472.472-1.143.472zm0-1h14.769q.269%200%20.442-.173t.173-.442V12h-8V9.95l-5%202V10l-2.634%201.171q-.174.077-.27.221T4%2011.73v7.656q0%20.269.173.442t.442.173m6.616-2.461h1.538v-3.08h-1.538zm-4%200h1.538v-3.08H7.231zm8%200h1.538v-3.08h-1.538zM21%2011h-3.116l.939-6.74q.03-.222.19-.356q.16-.135.381-.135h.289q.182%200%20.313.125t.162.308zM4.616%2020H4h16z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.616%2021q-.672%200-1.144-.472T3%2019.385v-7.662q0-.484.258-.898t.717-.606l2.894-1.215q.404-.162.768.056q.363.217.363.67v.75l3.894-1.564q.404-.162.755.08t.351.671V11h8v8.385q0%20.67-.472%201.143q-.472.472-1.143.472zm0-1h14.769q.269%200%20.442-.173t.173-.442V12h-8V9.95l-5%202V10l-2.634%201.171q-.174.077-.27.221T4%2011.73v7.656q0%20.269.173.442t.442.173m6.616-2.461h1.538v-3.08h-1.538zm-4%200h1.538v-3.08H7.231zm8%200h1.538v-3.08h-1.538zM21%2011h-3.116l.939-6.74q.03-.222.19-.356q.16-.135.381-.135h.289q.182%200%20.313.125t.162.308zM4.616%2020H4h16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/factory-outline-rounded.svg?color=%231a73e8&size=48