ios home icon
ios-home from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-home
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios home icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M258.5 104.1c-1.5-1.2-3.5-1.2-5 0l-156 124.8c-.9.8-1.5 1.9-1.5 3.1v230c0 1.1.9 2 2 2h108c1.1 0 2-.9 2-2V322c0-1.1.9-2 2-2h92c1.1 0 2 .9 2 2v140c0 1.1.9 2 2 2h108c1.1 0 2-.9 2-2V232c0-1.2-.6-2.4-1.5-3.1l-156-124.8z" fill="currentColor"/><path d="M458.7 204.2l-189-151.4C265.9 49.7 261 48 256 48s-9.9 1.7-13.7 4.8L160 119.7V77.5c0-1.1-.9-2-2-2H98c-1.1 0-2 .9-2 2v92.2l-42.7 35.1c-3.1 2.5-5.1 6.2-5.3 10.2-.2 4 1.3 7.9 4.1 10.7 2.6 2.6 6.1 4.1 9.9 4.1 3.2 0 6.3-1.1 8.8-3.1l183.9-148c.5-.4.9-.4 1.3-.4s.8.1 1.3.4l183.9 147.4c2.5 2 5.6 3.1 8.8 3.1 3.7 0 7.2-1.4 9.9-4.1 2.9-2.8 4.4-6.7 4.2-10.7-.3-4-2.2-7.7-5.4-10.2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosHome(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M258.5 104.1c-1.5-1.2-3.5-1.2-5 0l-156 124.8c-.9.8-1.5 1.9-1.5 3.1v230c0 1.1.9 2 2 2h108c1.1 0 2-.9 2-2V322c0-1.1.9-2 2-2h92c1.1 0 2 .9 2 2v140c0 1.1.9 2 2 2h108c1.1 0 2-.9 2-2V232c0-1.2-.6-2.4-1.5-3.1l-156-124.8z" fill="currentColor"/><path d="M458.7 204.2l-189-151.4C265.9 49.7 261 48 256 48s-9.9 1.7-13.7 4.8L160 119.7V77.5c0-1.1-.9-2-2-2H98c-1.1 0-2 .9-2 2v92.2l-42.7 35.1c-3.1 2.5-5.1 6.2-5.3 10.2-.2 4 1.3 7.9 4.1 10.7 2.6 2.6 6.1 4.1 9.9 4.1 3.2 0 6.3-1.1 8.8-3.1l183.9-148c.5-.4.9-.4 1.3-.4s.8.1 1.3.4l183.9 147.4c2.5 2 5.6 3.1 8.8 3.1 3.7 0 7.2-1.4 9.9-4.1 2.9-2.8 4.4-6.7 4.2-10.7-.3-4-2.2-7.7-5.4-10.2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M258.5 104.1c-1.5-1.2-3.5-1.2-5 0l-156 124.8c-.9.8-1.5 1.9-1.5 3.1v230c0 1.1.9 2 2 2h108c1.1 0 2-.9 2-2V322c0-1.1.9-2 2-2h92c1.1 0 2 .9 2 2v140c0 1.1.9 2 2 2h108c1.1 0 2-.9 2-2V232c0-1.2-.6-2.4-1.5-3.1l-156-124.8z" fill="currentColor"/><path d="M458.7 204.2l-189-151.4C265.9 49.7 261 48 256 48s-9.9 1.7-13.7 4.8L160 119.7V77.5c0-1.1-.9-2-2-2H98c-1.1 0-2 .9-2 2v92.2l-42.7 35.1c-3.1 2.5-5.1 6.2-5.3 10.2-.2 4 1.3 7.9 4.1 10.7 2.6 2.6 6.1 4.1 9.9 4.1 3.2 0 6.3-1.1 8.8-3.1l183.9-148c.5-.4.9-.4 1.3-.4s.8.1 1.3.4l183.9 147.4c2.5 2 5.6 3.1 8.8 3.1 3.7 0 7.2-1.4 9.9-4.1 2.9-2.8 4.4-6.7 4.2-10.7-.3-4-2.2-7.7-5.4-10.2z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-home {
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%20512%20512%22%3E%3Cpath%20d%3D%22M258.5%20104.1c-1.5-1.2-3.5-1.2-5%200l-156%20124.8c-.9.8-1.5%201.9-1.5%203.1v230c0%201.1.9%202%202%202h108c1.1%200%202-.9%202-2V322c0-1.1.9-2%202-2h92c1.1%200%202%20.9%202%202v140c0%201.1.9%202%202%202h108c1.1%200%202-.9%202-2V232c0-1.2-.6-2.4-1.5-3.1l-156-124.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M458.7%20204.2l-189-151.4C265.9%2049.7%20261%2048%20256%2048s-9.9%201.7-13.7%204.8L160%20119.7V77.5c0-1.1-.9-2-2-2H98c-1.1%200-2%20.9-2%202v92.2l-42.7%2035.1c-3.1%202.5-5.1%206.2-5.3%2010.2-.2%204%201.3%207.9%204.1%2010.7%202.6%202.6%206.1%204.1%209.9%204.1%203.2%200%206.3-1.1%208.8-3.1l183.9-148c.5-.4.9-.4%201.3-.4s.8.1%201.3.4l183.9%20147.4c2.5%202%205.6%203.1%208.8%203.1%203.7%200%207.2-1.4%209.9-4.1%202.9-2.8%204.4-6.7%204.2-10.7-.3-4-2.2-7.7-5.4-10.2z%22%20fill%3D%22currentColor%22%2F%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%20512%20512%22%3E%3Cpath%20d%3D%22M258.5%20104.1c-1.5-1.2-3.5-1.2-5%200l-156%20124.8c-.9.8-1.5%201.9-1.5%203.1v230c0%201.1.9%202%202%202h108c1.1%200%202-.9%202-2V322c0-1.1.9-2%202-2h92c1.1%200%202%20.9%202%202v140c0%201.1.9%202%202%202h108c1.1%200%202-.9%202-2V232c0-1.2-.6-2.4-1.5-3.1l-156-124.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M458.7%20204.2l-189-151.4C265.9%2049.7%20261%2048%20256%2048s-9.9%201.7-13.7%204.8L160%20119.7V77.5c0-1.1-.9-2-2-2H98c-1.1%200-2%20.9-2%202v92.2l-42.7%2035.1c-3.1%202.5-5.1%206.2-5.3%2010.2-.2%204%201.3%207.9%204.1%2010.7%202.6%202.6%206.1%204.1%209.9%204.1%203.2%200%206.3-1.1%208.8-3.1l183.9-148c.5-.4.9-.4%201.3-.4s.8.1%201.3.4l183.9%20147.4c2.5%202%205.6%203.1%208.8%203.1%203.7%200%207.2-1.4%209.9-4.1%202.9-2.8%204.4-6.7%204.2-10.7-.3-4-2.2-7.7-5.4-10.2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-home.svg?color=%231a73e8&size=48