Magic Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magic 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/328787.svg" alt="Magic Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328787.svg" alt="Magic Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328787.svg" alt="Magic Home icon" :width="24" :height="24" />
CSS background
.icon-magic-home {
background-image: url('https://proicons.com/icon/328787.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>.k{fill:#000;}.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="l" d="M15.07499981,39.33249998h-6.50500011v-13.92099953h-3.06999969l9.83399963-9.83600044,7.00399971,7.00500107h20.16200066"/><path id="f" class="l" d="M19.20599937,19.4465003l3.11700058-3.11700058,6.24900055,6.25"/><path id="g" class="l" d="M26.57799911,11.87750006c1.56917191-1.99563026,4.33891296-3.21006489,7.32099915-3.21000004,2.98001099-.00010586,5.74816132,1.21261501,7.31800079,3.20600033"/><path id="h" class="l" d="M28.85300064,14.33149958c1.30190277-1.38367367,3.1306076-2.1700964,5.04600143-2.17000008,1.91539383-.00009632,3.74409866.78632641,5.04600143,2.17000008"/><path id="i" class="l" d="M31.25499916,16.92449904c.77836037-.77388382,1.70012856-1.18805218,2.6439991-1.18799973.94387054-.00005245,1.86563873.414114,2.64400101,1.18799973"/><circle id="j" class="k" cx="33.89899826" cy="19.49450064" r=".75"/></svg>
Copied!