Livemagicscreen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Livemagicscreen icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/343160.svg" alt="Livemagicscreen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343160.svg" alt="Livemagicscreen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343160.svg" alt="Livemagicscreen icon" :width="24" :height="24" />
CSS background
.icon-livemagicscreen {
background-image: url('https://proicons.com/icon/343160.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M41.4533,23.63c.5638,3.0228.2258,3.3313-.769,6.4647m-3.3224,7.5924A19.2936,19.2936,0,1,1,14.92,7.853m7.0005-1.33a19.3188,19.3188,0,0,1,5.126.6878M16.5346,6.9452l1.8007-1.3505M28.98,4.8317l2.0014.1756M29.2736,10.83l.7882,1.2383m1.8995-3.5054,1.7181.217M38.9,35.4638l1.8007-1.5m-2.3261-9.2321-.45-2.1m5.9275-.9756c1.963-1.473-.4162.4162.9-.9a1.0676,1.0676,0,0,1,.3011-.1505M41.4444,19.054l-.2878-1.3254m-3.287.6465-.9431-1.0922M20.6938,3.5373,22.9344,3m16.727,8.4159.9683-.0442.1387-.1181M38.8821,14.25l1.0863.552M37.1051,8.0035l1.1866.2864m5.29,8.2107.5092-1.2575"/></svg>
Copied!