assembly point icon

assembly-point-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.

Name
assembly-point-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
assembly-point2x-outline

1 other variant in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the assembly point icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6.293 6.293a1 1 0 0 1 1.414 0L12 10.586V8a1 1 0 1 1 2 0v6H8a1 1 0 1 1 0-2h2.586L6.293 7.707a1 1 0 0 1 0-1.414m35.414 35.414a1 1 0 0 1-1.414 0L36 37.414V40a1 1 0 1 1-2 0v-6h6a1 1 0 1 1 0 2h-2.586l4.293 4.293a1 1 0 0 1 0 1.414m-35.414 0a1 1 0 0 1 0-1.414L10.586 36H8a1 1 0 1 1 0-2h6v6a1 1 0 1 1-2 0v-2.586l-4.293 4.293a1 1 0 0 1-1.414 0M41.707 6.293a1 1 0 0 1 0 1.414L37.414 12H40a1 1 0 1 1 0 2h-6V8a1 1 0 1 1 2 0v2.586l4.293-4.293a1 1 0 0 1 1.414 0M31.6 21a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3m0 2c1.934 0 3.5-1.566 3.5-3.5S33.534 16 31.6 16a3.5 3.5 0 0 0-3.5 3.5c0 1.934 1.566 3.5 3.5 3.5m-15-2a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3m0 2c1.934 0 3.5-1.566 3.5-3.5S18.534 16 16.6 16a3.5 3.5 0 0 0-3.5 3.5c0 1.934 1.566 3.5 3.5 3.5m7.4-4a.5.5 0 1 0 .001-.999A.5.5 0 0 0 24 19m0 2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 1 0 0 5m4.165 6.745c-1.059.545-1.165.994-1.165 1.113V29h8v-.142c0-.119-.106-.568-1.165-1.113C32.861 27.243 31.675 27 31 27s-1.861.243-2.835.745M31 25c-2.003 0-6 1.293-6 3.858V31h12v-2.142C37 26.293 33.002 25 31 25m-16.835 2.745c-1.059.545-1.165.994-1.165 1.113V29h8v-.142c0-.119-.106-.568-1.165-1.113C18.861 27.243 17.675 27 17 27s-1.861.243-2.835.745M17 25c-2.002 0-6 1.293-6 3.858V31h12v-2.142C23 26.293 19.003 25 17 25m11.038-1.543q-.34.125-.67.266c-.995.425-2 1-2.781 1.769a5.5 5.5 0 0 0-.587.677a5.5 5.5 0 0 0-.587-.677c-.78-.769-1.786-1.344-2.781-1.77q-.33-.14-.67-.265c1.294-.67 2.958-1.007 4.038-1.007s2.744.337 4.038 1.007" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAssemblyPointOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M6.293 6.293a1 1 0 0 1 1.414 0L12 10.586V8a1 1 0 1 1 2 0v6H8a1 1 0 1 1 0-2h2.586L6.293 7.707a1 1 0 0 1 0-1.414m35.414 35.414a1 1 0 0 1-1.414 0L36 37.414V40a1 1 0 1 1-2 0v-6h6a1 1 0 1 1 0 2h-2.586l4.293 4.293a1 1 0 0 1 0 1.414m-35.414 0a1 1 0 0 1 0-1.414L10.586 36H8a1 1 0 1 1 0-2h6v6a1 1 0 1 1-2 0v-2.586l-4.293 4.293a1 1 0 0 1-1.414 0M41.707 6.293a1 1 0 0 1 0 1.414L37.414 12H40a1 1 0 1 1 0 2h-6V8a1 1 0 1 1 2 0v2.586l4.293-4.293a1 1 0 0 1 1.414 0M31.6 21a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3m0 2c1.934 0 3.5-1.566 3.5-3.5S33.534 16 31.6 16a3.5 3.5 0 0 0-3.5 3.5c0 1.934 1.566 3.5 3.5 3.5m-15-2a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3m0 2c1.934 0 3.5-1.566 3.5-3.5S18.534 16 16.6 16a3.5 3.5 0 0 0-3.5 3.5c0 1.934 1.566 3.5 3.5 3.5m7.4-4a.5.5 0 1 0 .001-.999A.5.5 0 0 0 24 19m0 2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 1 0 0 5m4.165 6.745c-1.059.545-1.165.994-1.165 1.113V29h8v-.142c0-.119-.106-.568-1.165-1.113C32.861 27.243 31.675 27 31 27s-1.861.243-2.835.745M31 25c-2.003 0-6 1.293-6 3.858V31h12v-2.142C37 26.293 33.002 25 31 25m-16.835 2.745c-1.059.545-1.165.994-1.165 1.113V29h8v-.142c0-.119-.106-.568-1.165-1.113C18.861 27.243 17.675 27 17 27s-1.861.243-2.835.745M17 25c-2.002 0-6 1.293-6 3.858V31h12v-2.142C23 26.293 19.003 25 17 25m11.038-1.543q-.34.125-.67.266c-.995.425-2 1-2.781 1.769a5.5 5.5 0 0 0-.587.677a5.5 5.5 0 0 0-.587-.677c-.78-.769-1.786-1.344-2.781-1.77q-.33-.14-.67-.265c1.294-.67 2.958-1.007 4.038-1.007s2.744.337 4.038 1.007" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6.293 6.293a1 1 0 0 1 1.414 0L12 10.586V8a1 1 0 1 1 2 0v6H8a1 1 0 1 1 0-2h2.586L6.293 7.707a1 1 0 0 1 0-1.414m35.414 35.414a1 1 0 0 1-1.414 0L36 37.414V40a1 1 0 1 1-2 0v-6h6a1 1 0 1 1 0 2h-2.586l4.293 4.293a1 1 0 0 1 0 1.414m-35.414 0a1 1 0 0 1 0-1.414L10.586 36H8a1 1 0 1 1 0-2h6v6a1 1 0 1 1-2 0v-2.586l-4.293 4.293a1 1 0 0 1-1.414 0M41.707 6.293a1 1 0 0 1 0 1.414L37.414 12H40a1 1 0 1 1 0 2h-6V8a1 1 0 1 1 2 0v2.586l4.293-4.293a1 1 0 0 1 1.414 0M31.6 21a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3m0 2c1.934 0 3.5-1.566 3.5-3.5S33.534 16 31.6 16a3.5 3.5 0 0 0-3.5 3.5c0 1.934 1.566 3.5 3.5 3.5m-15-2a1.499 1.499 0 1 0 0-3a1.499 1.499 0 1 0 0 3m0 2c1.934 0 3.5-1.566 3.5-3.5S18.534 16 16.6 16a3.5 3.5 0 0 0-3.5 3.5c0 1.934 1.566 3.5 3.5 3.5m7.4-4a.5.5 0 1 0 .001-.999A.5.5 0 0 0 24 19m0 2a2.5 2.5 0 1 0 0-5a2.5 2.5 0 1 0 0 5m4.165 6.745c-1.059.545-1.165.994-1.165 1.113V29h8v-.142c0-.119-.106-.568-1.165-1.113C32.861 27.243 31.675 27 31 27s-1.861.243-2.835.745M31 25c-2.003 0-6 1.293-6 3.858V31h12v-2.142C37 26.293 33.002 25 31 25m-16.835 2.745c-1.059.545-1.165.994-1.165 1.113V29h8v-.142c0-.119-.106-.568-1.165-1.113C18.861 27.243 17.675 27 17 27s-1.861.243-2.835.745M17 25c-2.002 0-6 1.293-6 3.858V31h12v-2.142C23 26.293 19.003 25 17 25m11.038-1.543q-.34.125-.67.266c-.995.425-2 1-2.781 1.769a5.5 5.5 0 0 0-.587.677a5.5 5.5 0 0 0-.587-.677c-.78-.769-1.786-1.344-2.781-1.77q-.33-.14-.67-.265c1.294-.67 2.958-1.007 4.038-1.007s2.744.337 4.038 1.007" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-assembly-point-outline {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.293%206.293a1%201%200%200%201%201.414%200L12%2010.586V8a1%201%200%201%201%202%200v6H8a1%201%200%201%201%200-2h2.586L6.293%207.707a1%201%200%200%201%200-1.414m35.414%2035.414a1%201%200%200%201-1.414%200L36%2037.414V40a1%201%200%201%201-2%200v-6h6a1%201%200%201%201%200%202h-2.586l4.293%204.293a1%201%200%200%201%200%201.414m-35.414%200a1%201%200%200%201%200-1.414L10.586%2036H8a1%201%200%201%201%200-2h6v6a1%201%200%201%201-2%200v-2.586l-4.293%204.293a1%201%200%200%201-1.414%200M41.707%206.293a1%201%200%200%201%200%201.414L37.414%2012H40a1%201%200%201%201%200%202h-6V8a1%201%200%201%201%202%200v2.586l4.293-4.293a1%201%200%200%201%201.414%200M31.6%2021a1.499%201.499%200%201%200%200-3a1.499%201.499%200%201%200%200%203m0%202c1.934%200%203.5-1.566%203.5-3.5S33.534%2016%2031.6%2016a3.5%203.5%200%200%200-3.5%203.5c0%201.934%201.566%203.5%203.5%203.5m-15-2a1.499%201.499%200%201%200%200-3a1.499%201.499%200%201%200%200%203m0%202c1.934%200%203.5-1.566%203.5-3.5S18.534%2016%2016.6%2016a3.5%203.5%200%200%200-3.5%203.5c0%201.934%201.566%203.5%203.5%203.5m7.4-4a.5.5%200%201%200%20.001-.999A.5.5%200%200%200%2024%2019m0%202a2.5%202.5%200%201%200%200-5a2.5%202.5%200%201%200%200%205m4.165%206.745c-1.059.545-1.165.994-1.165%201.113V29h8v-.142c0-.119-.106-.568-1.165-1.113C32.861%2027.243%2031.675%2027%2031%2027s-1.861.243-2.835.745M31%2025c-2.003%200-6%201.293-6%203.858V31h12v-2.142C37%2026.293%2033.002%2025%2031%2025m-16.835%202.745c-1.059.545-1.165.994-1.165%201.113V29h8v-.142c0-.119-.106-.568-1.165-1.113C18.861%2027.243%2017.675%2027%2017%2027s-1.861.243-2.835.745M17%2025c-2.002%200-6%201.293-6%203.858V31h12v-2.142C23%2026.293%2019.003%2025%2017%2025m11.038-1.543q-.34.125-.67.266c-.995.425-2%201-2.781%201.769a5.5%205.5%200%200%200-.587.677a5.5%205.5%200%200%200-.587-.677c-.78-.769-1.786-1.344-2.781-1.77q-.33-.14-.67-.265c1.294-.67%202.958-1.007%204.038-1.007s2.744.337%204.038%201.007%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.293%206.293a1%201%200%200%201%201.414%200L12%2010.586V8a1%201%200%201%201%202%200v6H8a1%201%200%201%201%200-2h2.586L6.293%207.707a1%201%200%200%201%200-1.414m35.414%2035.414a1%201%200%200%201-1.414%200L36%2037.414V40a1%201%200%201%201-2%200v-6h6a1%201%200%201%201%200%202h-2.586l4.293%204.293a1%201%200%200%201%200%201.414m-35.414%200a1%201%200%200%201%200-1.414L10.586%2036H8a1%201%200%201%201%200-2h6v6a1%201%200%201%201-2%200v-2.586l-4.293%204.293a1%201%200%200%201-1.414%200M41.707%206.293a1%201%200%200%201%200%201.414L37.414%2012H40a1%201%200%201%201%200%202h-6V8a1%201%200%201%201%202%200v2.586l4.293-4.293a1%201%200%200%201%201.414%200M31.6%2021a1.499%201.499%200%201%200%200-3a1.499%201.499%200%201%200%200%203m0%202c1.934%200%203.5-1.566%203.5-3.5S33.534%2016%2031.6%2016a3.5%203.5%200%200%200-3.5%203.5c0%201.934%201.566%203.5%203.5%203.5m-15-2a1.499%201.499%200%201%200%200-3a1.499%201.499%200%201%200%200%203m0%202c1.934%200%203.5-1.566%203.5-3.5S18.534%2016%2016.6%2016a3.5%203.5%200%200%200-3.5%203.5c0%201.934%201.566%203.5%203.5%203.5m7.4-4a.5.5%200%201%200%20.001-.999A.5.5%200%200%200%2024%2019m0%202a2.5%202.5%200%201%200%200-5a2.5%202.5%200%201%200%200%205m4.165%206.745c-1.059.545-1.165.994-1.165%201.113V29h8v-.142c0-.119-.106-.568-1.165-1.113C32.861%2027.243%2031.675%2027%2031%2027s-1.861.243-2.835.745M31%2025c-2.003%200-6%201.293-6%203.858V31h12v-2.142C37%2026.293%2033.002%2025%2031%2025m-16.835%202.745c-1.059.545-1.165.994-1.165%201.113V29h8v-.142c0-.119-.106-.568-1.165-1.113C18.861%2027.243%2017.675%2027%2017%2027s-1.861.243-2.835.745M17%2025c-2.002%200-6%201.293-6%203.858V31h12v-2.142C23%2026.293%2019.003%2025%2017%2025m11.038-1.543q-.34.125-.67.266c-.995.425-2%201-2.781%201.769a5.5%205.5%200%200%200-.587.677a5.5%205.5%200%200%200-.587-.677c-.78-.769-1.786-1.344-2.781-1.77q-.33-.14-.67-.265c1.294-.67%202.958-1.007%204.038-1.007s2.744.337%204.038%201.007%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/assembly-point-outline.svg?color=%231a73e8&size=48