Magis Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magis 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/328797.svg" alt="Magis icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328797.svg" alt="Magis icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328797.svg" alt="Magis icon" :width="24" :height="24" />
CSS background
.icon-magis {
background-image: url('https://proicons.com/icon/328797.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="l" d="M11.757,24.0455l.49-4.454,1.968-.414.535,4.928-2.993-.06Z"/><path id="c" class="l" d="M7.985,31.8555v-14.265l-1.895,10.57-1.59-9.2"/><path id="d" class="l" d="M43.42,21.6525l-24.497-8.36-7.917,3.112-1.628,16.07,1.383.615.61-5.542,3.85.895.758,6.964,2.685,1.192,24.836-7.284-.08-7.662Z"/><path id="e" class="l" d="M4.5,30.3085v-11.348"/><path id="f" class="l" d="M32.283,19.9685l-8.579-2.428v15.098l8.579-2.087v-5.253l-3.981-.054"/><path id="g" class="l" d="M39.127,28.8865l2.396-.583-.001-2.88-2.395-.032v-3.486l2.396.679"/><path id="h" class="l" d="M36.22,21.0825v8.51"/><path id="i" class="l" d="M36.541,11.4025h2.545"/><path id="j" class="l" d="M37.814,15.7415v-4.34"/><path id="k" class="l" d="M43.5,11.4025l-1.272,4.339-1.272-4.34"/></svg>
Copied!