Ipfslite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ipfslite 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/327524.svg" alt="Ipfslite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327524.svg" alt="Ipfslite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327524.svg" alt="Ipfslite icon" :width="24" :height="24" />
CSS background
.icon-ipfslite {
background-image: url('https://proicons.com/icon/327524.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.4999,42.4999H9.4999c-2.2,0-4-1.8-4-4V9.4999c0-2.2,1.8-4,4-4h29c2.2,0,4,1.8,4,4v29c0,2.2-1.8,4-4,4Z"/><line class="c" x1="10.1545" y1="18.5" x2="10.1545" y2="29.5"/><line class="c" x1="22.9167" y1="18.5" x2="28.4167" y2="18.5"/><line class="c" x1="22.9167" y1="24" x2="26.4917" y2="24"/><line class="c" x1="22.9167" y1="18.5" x2="22.9167" y2="29.5"/><path class="c" d="M12.916,29.5v-11h3.6012c2.0359,0,3.6863,1.654,3.6863,3.6943s-1.6504,3.6943-3.6863,3.6943h-3.6012"/><path class="c" d="M30.7759,28.2948c.6745.8782,1.5203,1.2052,2.6971,1.2052h1.6285c1.5155,0,2.7441-1.2312,2.7441-2.75h0c0-1.5188-1.2286-2.75-2.7441-2.75h-1.7993c-1.5155,0-2.7441-1.2312-2.7441-2.75h0c0-1.5188,1.2286-2.75,2.7441-2.75h1.6285c1.1767,0,2.0225.3271,2.6971,1.2052"/></svg>
Copied!