Homepass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Homepass 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/341657.svg" alt="Homepass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341657.svg" alt="Homepass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341657.svg" alt="Homepass icon" :width="24" :height="24" />
CSS background
.icon-homepass {
background-image: url('https://proicons.com/icon/341657.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.2501,5.3734l-7.089,12.278c-.3059.6291-.4572,1.4388-.0958,2.0451l6.6971,11.621c.3567.6179.9971.8482,1.5897.8482h11.324"/><path class="b" d="M2.5,23.9914l7.0888,12.278c.3919.5795,1.0174,1.1154,1.7232,1.1055l13.413.0106c.7135,0,1.2332-.4394,1.5295-.9526l5.6618-9.8066"/><path class="b" d="M34.75,5.3728h-14.178c-.6978.0495-1.4746.3233-1.819.9394l-6.7154,11.61c-.3567.6179-.236,1.2877.0603,1.8009l5.6619,9.8065"/><path class="b" d="M45.5,23.9914l-7.0888-12.278c-.3919-.5795-1.0174-1.1154-1.7232-1.1055l-13.413-.0106c-.7135,0-1.2332.4394-1.5295.9526l-5.6618,9.8066"/><path class="b" d="M34.717,42.6274l7.089-12.278c.3059-.6291.4572-1.4388.0958-2.0451l-6.6971-11.621c-.3567-.6179-.9971-.8482-1.5897-.8482h-11.324"/><path class="b" d="M13.2501,42.6094h14.178c.6978-.0495,1.4746-.3233,1.819-.9394l6.7154-11.61c.3567-.6179.236-1.2877-.0602-1.8009l-5.6619-9.8065"/></svg>
Copied!