home button emoji
home-button from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.
- Name
- home-button
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Openmoji
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras openmoji icons from OpenMoji
Use the home button emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m42.277 59.852l-.013-18.256l-12.187-.052l-.044 18.355H16.756l-.695-25.159l.02-5.72L36.022 8.938l19.959 19.959l-.004 14.461l-.466 16.58z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M41.99 59.95h11.992c.55 0 1-.45 1-1V34.014m-37.924-.001V58.95c0 .55.45 1 1 1h12.135"/><path d="M8.492 35.595L36.016 7.977l27.58 27.37M41.815 59.933V41.627h-11.59v18.306"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiHomeButton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m42.277 59.852l-.013-18.256l-12.187-.052l-.044 18.355H16.756l-.695-25.159l.02-5.72L36.022 8.938l19.959 19.959l-.004 14.461l-.466 16.58z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M41.99 59.95h11.992c.55 0 1-.45 1-1V34.014m-37.924-.001V58.95c0 .55.45 1 1 1h12.135"/><path d="M8.492 35.595L36.016 7.977l27.58 27.37M41.815 59.933V41.627h-11.59v18.306"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="m42.277 59.852l-.013-18.256l-12.187-.052l-.044 18.355H16.756l-.695-25.159l.02-5.72L36.022 8.938l19.959 19.959l-.004 14.461l-.466 16.58z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M41.99 59.95h11.992c.55 0 1-.45 1-1V34.014m-37.924-.001V58.95c0 .55.45 1 1 1h12.135"/><path d="M8.492 35.595L36.016 7.977l27.58 27.37M41.815 59.933V41.627h-11.59v18.306"/></g></svg> </template>
CSS
.icon-home-button {
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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m42.277%2059.852l-.013-18.256l-12.187-.052l-.044%2018.355H16.756l-.695-25.159l.02-5.72L36.022%208.938l19.959%2019.959l-.004%2014.461l-.466%2016.58z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M41.99%2059.95h11.992c.55%200%201-.45%201-1V34.014m-37.924-.001V58.95c0%20.55.45%201%201%201h12.135%22%2F%3E%3Cpath%20d%3D%22M8.492%2035.595L36.016%207.977l27.58%2027.37M41.815%2059.933V41.627h-11.59v18.306%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22m42.277%2059.852l-.013-18.256l-12.187-.052l-.044%2018.355H16.756l-.695-25.159l.02-5.72L36.022%208.938l19.959%2019.959l-.004%2014.461l-.466%2016.58z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M41.99%2059.95h11.992c.55%200%201-.45%201-1V34.014m-37.924-.001V58.95c0%20.55.45%201%201%201h12.135%22%2F%3E%3Cpath%20d%3D%22M8.492%2035.595L36.016%207.977l27.58%2027.37M41.815%2059.933V41.627h-11.59v18.306%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/home-button.svg?color=%231a73e8&size=48