home x icon
home-x from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- home-x
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More ui icons from Reicon
Use the home x icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.03 17.03a.75.75 0 0 1-1.06 0L12 15.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L10.94 14l-1.97-1.97a.75.75 0 0 1 1.06-1.06L12 12.94l1.97-1.97a.75.75 0 1 1 1.06 1.06L13.06 14l1.97 1.97a.75.75 0 0 1 0 1.06"/><path fill-rule="evenodd" d="M11.074 1.363a3.75 3.75 0 0 1 1.852 0c.691.176 1.305.619 2.195 1.26l4.75 3.42c.885.637 1.455 1.047 1.873 1.583a4.8 4.8 0 0 1 .816 1.592c.19.653.19 1.355.19 2.444v4.77c0 .953 0 1.714-.05 2.328c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.858 1.857c-.497.253-1.04.361-1.67.413c-.614.05-1.374.05-2.326.05H7.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327v-4.77c0-1.09 0-1.792.19-2.445a4.8 4.8 0 0 1 .815-1.592c.42-.536.989-.946 1.873-1.582l4.75-3.42c.89-.642 1.505-1.085 2.196-1.261m1.482 1.454a2.25 2.25 0 0 0-1.112 0c-.38.096-.75.348-1.81 1.111L5.098 7.193c-1.011.728-1.39 1.01-1.661 1.356a3.3 3.3 0 0 0-.558 1.09c-.123.421-.13.894-.13 2.14V16.4c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11A2.75 2.75 0 0 0 4.25 20.95c.251.128.574.21 1.111.255c.546.044 1.245.045 2.238.045h8.8c.992 0 1.692 0 2.238-.045c.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.246.045-2.238v-4.622c0-1.245-.007-1.718-.13-2.14a3.3 3.3 0 0 0-.558-1.089c-.27-.346-.65-.628-1.66-1.356l-4.536-3.265c-1.06-.763-1.43-1.015-1.81-1.111" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHomeX(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.03 17.03a.75.75 0 0 1-1.06 0L12 15.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L10.94 14l-1.97-1.97a.75.75 0 0 1 1.06-1.06L12 12.94l1.97-1.97a.75.75 0 1 1 1.06 1.06L13.06 14l1.97 1.97a.75.75 0 0 1 0 1.06"/><path fillRule="evenodd" d="M11.074 1.363a3.75 3.75 0 0 1 1.852 0c.691.176 1.305.619 2.195 1.26l4.75 3.42c.885.637 1.455 1.047 1.873 1.583a4.8 4.8 0 0 1 .816 1.592c.19.653.19 1.355.19 2.444v4.77c0 .953 0 1.714-.05 2.328c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.858 1.857c-.497.253-1.04.361-1.67.413c-.614.05-1.374.05-2.326.05H7.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327v-4.77c0-1.09 0-1.792.19-2.445a4.8 4.8 0 0 1 .815-1.592c.42-.536.989-.946 1.873-1.582l4.75-3.42c.89-.642 1.505-1.085 2.196-1.261m1.482 1.454a2.25 2.25 0 0 0-1.112 0c-.38.096-.75.348-1.81 1.111L5.098 7.193c-1.011.728-1.39 1.01-1.661 1.356a3.3 3.3 0 0 0-.558 1.09c-.123.421-.13.894-.13 2.14V16.4c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11A2.75 2.75 0 0 0 4.25 20.95c.251.128.574.21 1.111.255c.546.044 1.245.045 2.238.045h8.8c.992 0 1.692 0 2.238-.045c.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.246.045-2.238v-4.622c0-1.245-.007-1.718-.13-2.14a3.3 3.3 0 0 0-.558-1.089c-.27-.346-.65-.628-1.66-1.356l-4.536-3.265c-1.06-.763-1.43-1.015-1.81-1.111" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M15.03 17.03a.75.75 0 0 1-1.06 0L12 15.06l-1.97 1.97a.75.75 0 0 1-1.06-1.06L10.94 14l-1.97-1.97a.75.75 0 0 1 1.06-1.06L12 12.94l1.97-1.97a.75.75 0 1 1 1.06 1.06L13.06 14l1.97 1.97a.75.75 0 0 1 0 1.06"/><path fill-rule="evenodd" d="M11.074 1.363a3.75 3.75 0 0 1 1.852 0c.691.176 1.305.619 2.195 1.26l4.75 3.42c.885.637 1.455 1.047 1.873 1.583a4.8 4.8 0 0 1 .816 1.592c.19.653.19 1.355.19 2.444v4.77c0 .953 0 1.714-.05 2.328c-.052.63-.16 1.172-.413 1.67a4.25 4.25 0 0 1-1.858 1.857c-.497.253-1.04.361-1.67.413c-.614.05-1.374.05-2.326.05H7.567c-.952 0-1.713 0-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25 4.25 0 0 1-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327v-4.77c0-1.09 0-1.792.19-2.445a4.8 4.8 0 0 1 .815-1.592c.42-.536.989-.946 1.873-1.582l4.75-3.42c.89-.642 1.505-1.085 2.196-1.261m1.482 1.454a2.25 2.25 0 0 0-1.112 0c-.38.096-.75.348-1.81 1.111L5.098 7.193c-1.011.728-1.39 1.01-1.661 1.356a3.3 3.3 0 0 0-.558 1.09c-.123.421-.13.894-.13 2.14V16.4c0 .992 0 1.692.045 2.238c.044.537.127.86.255 1.11A2.75 2.75 0 0 0 4.25 20.95c.251.128.574.21 1.111.255c.546.044 1.245.045 2.238.045h8.8c.992 0 1.692 0 2.238-.045c.537-.044.86-.127 1.11-.255a2.75 2.75 0 0 0 1.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.246.045-2.238v-4.622c0-1.245-.007-1.718-.13-2.14a3.3 3.3 0 0 0-.558-1.089c-.27-.346-.65-.628-1.66-1.356l-4.536-3.265c-1.06-.763-1.43-1.015-1.81-1.111" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-home-x {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.03%2017.03a.75.75%200%200%201-1.06%200L12%2015.06l-1.97%201.97a.75.75%200%200%201-1.06-1.06L10.94%2014l-1.97-1.97a.75.75%200%200%201%201.06-1.06L12%2012.94l1.97-1.97a.75.75%200%201%201%201.06%201.06L13.06%2014l1.97%201.97a.75.75%200%200%201%200%201.06%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.074%201.363a3.75%203.75%200%200%201%201.852%200c.691.176%201.305.619%202.195%201.26l4.75%203.42c.885.637%201.455%201.047%201.873%201.583a4.8%204.8%200%200%201%20.816%201.592c.19.653.19%201.355.19%202.444v4.77c0%20.953%200%201.714-.05%202.328c-.052.63-.16%201.172-.413%201.67a4.25%204.25%200%200%201-1.858%201.857c-.497.253-1.04.361-1.67.413c-.614.05-1.374.05-2.326.05H7.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327v-4.77c0-1.09%200-1.792.19-2.445a4.8%204.8%200%200%201%20.815-1.592c.42-.536.989-.946%201.873-1.582l4.75-3.42c.89-.642%201.505-1.085%202.196-1.261m1.482%201.454a2.25%202.25%200%200%200-1.112%200c-.38.096-.75.348-1.81%201.111L5.098%207.193c-1.011.728-1.39%201.01-1.661%201.356a3.3%203.3%200%200%200-.558%201.09c-.123.421-.13.894-.13%202.14V16.4c0%20.992%200%201.692.045%202.238c.044.537.127.86.255%201.11A2.75%202.75%200%200%200%204.25%2020.95c.251.128.574.21%201.111.255c.546.044%201.245.045%202.238.045h8.8c.992%200%201.692%200%202.238-.045c.537-.044.86-.127%201.11-.255a2.75%202.75%200%200%200%201.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.246.045-2.238v-4.622c0-1.245-.007-1.718-.13-2.14a3.3%203.3%200%200%200-.558-1.089c-.27-.346-.65-.628-1.66-1.356l-4.536-3.265c-1.06-.763-1.43-1.015-1.81-1.111%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M15.03%2017.03a.75.75%200%200%201-1.06%200L12%2015.06l-1.97%201.97a.75.75%200%200%201-1.06-1.06L10.94%2014l-1.97-1.97a.75.75%200%200%201%201.06-1.06L12%2012.94l1.97-1.97a.75.75%200%201%201%201.06%201.06L13.06%2014l1.97%201.97a.75.75%200%200%201%200%201.06%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.074%201.363a3.75%203.75%200%200%201%201.852%200c.691.176%201.305.619%202.195%201.26l4.75%203.42c.885.637%201.455%201.047%201.873%201.583a4.8%204.8%200%200%201%20.816%201.592c.19.653.19%201.355.19%202.444v4.77c0%20.953%200%201.714-.05%202.328c-.052.63-.16%201.172-.413%201.67a4.25%204.25%200%200%201-1.858%201.857c-.497.253-1.04.361-1.67.413c-.614.05-1.374.05-2.326.05H7.567c-.952%200-1.713%200-2.327-.05c-.63-.052-1.172-.16-1.67-.413a4.25%204.25%200%200%201-1.857-1.857c-.253-.498-.361-1.04-.413-1.67c-.05-.614-.05-1.375-.05-2.327v-4.77c0-1.09%200-1.792.19-2.445a4.8%204.8%200%200%201%20.815-1.592c.42-.536.989-.946%201.873-1.582l4.75-3.42c.89-.642%201.505-1.085%202.196-1.261m1.482%201.454a2.25%202.25%200%200%200-1.112%200c-.38.096-.75.348-1.81%201.111L5.098%207.193c-1.011.728-1.39%201.01-1.661%201.356a3.3%203.3%200%200%200-.558%201.09c-.123.421-.13.894-.13%202.14V16.4c0%20.992%200%201.692.045%202.238c.044.537.127.86.255%201.11A2.75%202.75%200%200%200%204.25%2020.95c.251.128.574.21%201.111.255c.546.044%201.245.045%202.238.045h8.8c.992%200%201.692%200%202.238-.045c.537-.044.86-.127%201.11-.255a2.75%202.75%200%200%200%201.202-1.201c.128-.252.21-.574.255-1.111c.044-.546.045-1.246.045-2.238v-4.622c0-1.245-.007-1.718-.13-2.14a3.3%203.3%200%200%200-.558-1.089c-.27-.346-.65-.628-1.66-1.356l-4.536-3.265c-1.06-.763-1.43-1.015-1.81-1.111%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/home-x.svg?color=%231a73e8&size=48