Every Door Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Every Door icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/340146.svg" alt="Every Door icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340146.svg" alt="Every Door icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340146.svg" alt="Every Door icon" :width="24" :height="24" />
CSS background
.icon-every-door {
background-image: url('https://proicons.com/icon/340146.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="b" class="f" x="12.1167" y="4.5" width="23.7666" height="39"/><rect id="c" class="f" x="14.8377" y="28.4153" width="18.2889" height="12.7477"/><path id="d" class="f" d="M14.8491,9.2316c2.8948-1.3679,5.9096-1.9537,9.1334-1.9537,3.348,0,6.1496,.533,9.1298,2.0038m.0057,.0044v12.724H14.8398V9.2647h.0299"/><circle id="e" class="f" cx="32.9145" cy="25.2809" r="1.2397"/></svg>
Copied!