Govee Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Govee Home icon is commonly used in navigation bars, dashboards and breadcrumbs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/341281.svg" alt="Govee Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341281.svg" alt="Govee Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341281.svg" alt="Govee Home icon" :width="24" :height="24" />
CSS background
.icon-govee-home {
background-image: url('https://proicons.com/icon/341281.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m4.6457,14.626C8.1285,7.4484,15.4864,2.5,24,2.5c5.937,0,11.312,2.4065,15.2028,6.2972"/><path class="c" d="m45.5,24c0,11.8741-9.6259,21.5-21.5,21.5-8.5452,0-15.926-4.9851-19.3928-12.2058"/><line class="c" x1="45.5" y1="24" x2="17" y2="24"/><circle class="c" cx="5.7827" cy="24" r="3.2827"/></svg>
Copied!