factory emoji

factory from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
factory
Set
OpenMoji
Style
Default
Category
Travel Places
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More travel places icons from OpenMoji

Use the factory emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#ea5a47" d="M9.5 38h53v17h-53z"/><path fill="#d0cfce" d="M14.5 43h13v12h-13z"/><path fill="#92d3f5" d="M32.5 43h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5z"/><path fill="#3f3f3f" d="M56 38h-6l1-16h4z"/><path fill="#d0cfce" d="m14.497 31l.005 7h9.995zM25 31l.005 7H35zm10 0l.005 7H45z"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><path stroke-linejoin="round" d="M9.5 38h53v17h-53z"/><path stroke-linejoin="round" d="M14.5 43h13v12h-13zm0 4h13m-13 4h13m5-8h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm3.5-5h-6l1-16h4zm-41.503-7l.005 7h9.995zM25 31l.005 7H35zm10 0l.005 7H45z"/><path d="M54 19c.044-1.956-.325-4.002-2.079-5.566c-1.487-1.327-3.042-1.05-5.619-2.103C44.783 10.709 45 7 42.085 5.48M51 19c-.645-1.847-.81-3.15-3-4c-1.858-.721-6 0-7-2"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFactory(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2"><path fill="#ea5a47" d="M9.5 38h53v17h-53z"/><path fill="#d0cfce" d="M14.5 43h13v12h-13z"/><path fill="#92d3f5" d="M32.5 43h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5z"/><path fill="#3f3f3f" d="M56 38h-6l1-16h4z"/><path fill="#d0cfce" d="m14.497 31l.005 7h9.995zM25 31l.005 7H35zm10 0l.005 7H45z"/></g><g fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2"><path strokeLinejoin="round" d="M9.5 38h53v17h-53z"/><path strokeLinejoin="round" d="M14.5 43h13v12h-13zm0 4h13m-13 4h13m5-8h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm3.5-5h-6l1-16h4zm-41.503-7l.005 7h9.995zM25 31l.005 7H35zm10 0l.005 7H45z"/><path d="M54 19c.044-1.956-.325-4.002-2.079-5.566c-1.487-1.327-3.042-1.05-5.619-2.103C44.783 10.709 45 7 42.085 5.48M51 19c-.645-1.847-.81-3.15-3-4c-1.858-.721-6 0-7-2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><g stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2"><path fill="#ea5a47" d="M9.5 38h53v17h-53z"/><path fill="#d0cfce" d="M14.5 43h13v12h-13z"/><path fill="#92d3f5" d="M32.5 43h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5z"/><path fill="#3f3f3f" d="M56 38h-6l1-16h4z"/><path fill="#d0cfce" d="m14.497 31l.005 7h9.995zM25 31l.005 7H35zm10 0l.005 7H45z"/></g><g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><path stroke-linejoin="round" d="M9.5 38h53v17h-53z"/><path stroke-linejoin="round" d="M14.5 43h13v12h-13zm0 4h13m-13 4h13m5-8h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm5 0h5v5h-5zm3.5-5h-6l1-16h4zm-41.503-7l.005 7h9.995zM25 31l.005 7H35zm10 0l.005 7H45z"/><path d="M54 19c.044-1.956-.325-4.002-2.079-5.566c-1.487-1.327-3.042-1.05-5.619-2.103C44.783 10.709 45 7 42.085 5.48M51 19c-.645-1.847-.81-3.15-3-4c-1.858-.721-6 0-7-2"/></g></svg>
</template>

CSS

.icon-factory {
  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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M9.5%2038h53v17h-53z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M14.5%2043h13v12h-13z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M32.5%2043h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M56%2038h-6l1-16h4z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m14.497%2031l.005%207h9.995zM25%2031l.005%207H35zm10%200l.005%207H45z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2038h53v17h-53z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%2043h13v12h-13zm0%204h13m-13%204h13m5-8h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5zm3.5-5h-6l1-16h4zm-41.503-7l.005%207h9.995zM25%2031l.005%207H35zm10%200l.005%207H45z%22%2F%3E%3Cpath%20d%3D%22M54%2019c.044-1.956-.325-4.002-2.079-5.566c-1.487-1.327-3.042-1.05-5.619-2.103C44.783%2010.709%2045%207%2042.085%205.48M51%2019c-.645-1.847-.81-3.15-3-4c-1.858-.721-6%200-7-2%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%2072%2072%22%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M9.5%2038h53v17h-53z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M14.5%2043h13v12h-13z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M32.5%2043h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M56%2038h-6l1-16h4z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m14.497%2031l.005%207h9.995zM25%2031l.005%207H35zm10%200l.005%207H45z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2038h53v17h-53z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.5%2043h13v12h-13zm0%204h13m-13%204h13m5-8h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5zm5%200h5v5h-5zm3.5-5h-6l1-16h4zm-41.503-7l.005%207h9.995zM25%2031l.005%207H35zm10%200l.005%207H45z%22%2F%3E%3Cpath%20d%3D%22M54%2019c.044-1.956-.325-4.002-2.079-5.566c-1.487-1.327-3.042-1.05-5.619-2.103C44.783%2010.709%2045%207%2042.085%205.48M51%2019c-.645-1.847-.81-3.15-3-4c-1.858-.721-6%200-7-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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