Marklife Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Marklife 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/343441.svg" alt="Marklife icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343441.svg" alt="Marklife icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343441.svg" alt="Marklife icon" :width="24" :height="24" />
CSS background
.icon-marklife {
background-image: url('https://proicons.com/icon/343441.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="j" d="M12.4947,20.7495l.0008,7.0294-5.8874-.0155c-1.1643,0-2.1081-.9438-2.1081-2.1081v-11.2784c0-1.1643.9438-2.1081,2.1081-2.1081h34.7838c1.1643,0,2.1081.9438,2.1081,2.1081v11.2784c0,1.1643-.9438,2.1081-2.1081,2.1081l-6.2778.0216-.0191-7.0354"/><path id="e" class="j" d="M30.6347,22.6277h-13.4288c-1.1643,0-2.1081.9438-2.1081,2.1081v8.8873c0,1.1643.9438,2.1081,2.1081,2.1081h13.4288c1.1643,0,2.1081-.9438,2.1081-2.1081v-8.8873c0-1.1643-.9438-2.1081-2.1081-2.1081Z"/><path id="f" class="j" d="M4.5271,20.6084h38.7507"/><path id="g" class="j" d="M26.2525,13.8627h-4.6644c-1.1643,0-2.1081.9438-2.1081,2.1081v.9201c0,1.1643.9438,2.1081,2.1081,2.1081h4.6644c1.1643,0,2.1081-.9438,2.1081-2.1081v-.9201c0-1.1643-.9438-2.1081-2.1081-2.1081Z"/><g id="h"><path id="i" class="j" d="M19.8202,33.3818v-8.3506l2.7546,5.5094,1.4251,2.8504,4.1798-8.3472v8.3472"/></g></g></svg>
Copied!