1se Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 1se 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/335719.svg" alt="1se icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335719.svg" alt="1se icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335719.svg" alt="1se icon" :width="24" :height="24" />
CSS background
.icon-1se {
background-image: url('https://proicons.com/icon/335719.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><line id="c" class="l" x1="9.5" y1="31.0304" x2="16.5821" y2="31.0304"/><line id="d" class="l" x1="9.5" y1="18.8137" x2="13.0411" y2="16.8661"/><line id="e" class="l" x1="13.0411" y1="16.8661" x2="13.0411" y2="31.0304"/><path id="f" class="l" d="M19.2637,29.5295c.8914,1.0696,1.961,1.6044,3.5654,1.6044h2.1392c1.961,0,3.5654-1.6044,3.5654-3.5654h0c0-1.961-1.6044-3.5654-3.5654-3.5654h-2.3175c-1.961,0-3.5654-1.6044-3.5654-3.5654h0c0-1.961,1.6044-3.5654,3.5654-3.5654h2.1392c1.6044,0,2.6741.3565,3.5654,1.6044"/><line id="g" class="l" x1="31.4179" y1="31.0303" x2="38.5" y2="31.0303"/><line id="h" class="l" x1="31.4179" y1="16.8661" x2="38.5" y2="16.8661"/><line id="i" class="l" x1="31.4179" y1="23.9482" x2="36.0213" y2="23.9482"/><line id="j" class="l" x1="31.4179" y1="16.8661" x2="31.4179" y2="31.0303"/></g><path id="k" class="l" 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"/></svg>
Copied!