Lotuss Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lotuss 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/328685.svg" alt="Lotuss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328685.svg" alt="Lotuss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328685.svg" alt="Lotuss icon" :width="24" :height="24" />
CSS background
.icon-lotuss {
background-image: url('https://proicons.com/icon/328685.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><line class="c" x1="33.6653" y1="23.4733" x2="33.6653" y2="22.3159"/><line class="c" x1="19.0669" y1="22.6" x2="21.2664" y2="22.6"/><path class="c" d="M20.1666,21.0002v5.9996c0,.5996.3997.9993.9993.9993h.3003"/><path class="c" d="M35.7009,27.5994c.3997.2993.7994.3997,1.5998.3997h.3997c.7,0,1.2996-.5996,1.2996-1.2996h0c0-.7-.5996-1.2996-1.2996-1.2996h-.8998c-.7124-.0126-1.2869-.5871-1.2996-1.2996h0c0-.7009.5996-1.3005,1.2996-1.3005h.3997c.8998,0,1.2996.1004,1.5998.4007"/><path class="c" d="M28.6337,27.5994c.3997.2993.7994.3997,1.5989.3997h.4007c.7,0,1.2996-.5996,1.2996-1.2996h0c0-.7-.5996-1.2996-1.2996-1.2996h-.8998c-.7124-.0126-1.2869-.5871-1.2996-1.2996h0c0-.7009.5996-1.3005,1.2996-1.3005h.3997c.8998,0,1.2996.1004,1.5998.4007"/><line class="c" x1="26.8492" y1="25.9996" x2="26.8492" y2="27.9982"/><path class="c" d="M22.8501,22.6v3.2991c0,1.0997.8998,1.9996,1.9996,1.9996h0c1.0997,0,1.9996-.8998,1.9996-1.9986v-3.3001"/><path class="c" d="M16.0832,27.9991h0c-1.103-.0031-1.9964-.8965-1.9996-1.9996v-1.2996c0-1.0997.8998-1.9996,1.9986-1.9996h0c1.1007,0,2.0005.8998,2.0005,1.9986v1.3005c0,1.0997-.8998,1.9996-1.9996,1.9996Z"/><polyline class="c" points="9 20.0009 9 27.9991 12.9991 27.9991"/></svg>
Copied!