arch from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
arch
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-arch

The same icon in other sets

Use the arch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22h1v-6.995c.006-.502.177-3.005 3-3.005s2.994 2.503 3 3v7h7v-2h-1V4h1V2H2v2h1v16H2v2zM19 4v2H5V4zM5 8h14v12h-2v-5c0-1.729-1.045-5-5-5s-5 3.271-5 5v5H5z"/></svg>

React

import type { SVGProps } from "react";

export function BxArch(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="M8 22h1v-6.995c.006-.502.177-3.005 3-3.005s2.994 2.503 3 3v7h7v-2h-1V4h1V2H2v2h1v16H2v2zM19 4v2H5V4zM5 8h14v12h-2v-5c0-1.729-1.045-5-5-5s-5 3.271-5 5v5H5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 22h1v-6.995c.006-.502.177-3.005 3-3.005s2.994 2.503 3 3v7h7v-2h-1V4h1V2H2v2h1v16H2v2zM19 4v2H5V4zM5 8h14v12h-2v-5c0-1.729-1.045-5-5-5s-5 3.271-5 5v5H5z"/></svg>
</template>

CSS

.icon-arch {
  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%22M8%2022h1v-6.995c.006-.502.177-3.005%203-3.005s2.994%202.503%203%203v7h7v-2h-1V4h1V2H2v2h1v16H2v2zM19%204v2H5V4zM5%208h14v12h-2v-5c0-1.729-1.045-5-5-5s-5%203.271-5%205v5H5z%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%22M8%2022h1v-6.995c.006-.502.177-3.005%203-3.005s2.994%202.503%203%203v7h7v-2h-1V4h1V2H2v2h1v16H2v2zM19%204v2H5V4zM5%208h14v12h-2v-5c0-1.729-1.045-5-5-5s-5%203.271-5%205v5H5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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