Sella Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sella 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/332563.svg" alt="Sella icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332563.svg" alt="Sella icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332563.svg" alt="Sella icon" :width="24" :height="24" />
CSS background
.icon-sella {
background-image: url('https://proicons.com/icon/332563.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.4994,5.5008H9.5006c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5007c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/><path class="c" d="M9.6259,27.9017c.6293.7552,1.3845,1.1328,2.5172,1.1328h1.5103c1.3845,0,2.5172-1.1328,2.5172-2.5172s-1.1328-2.5172-2.5172-2.5172h-1.6362c-1.3845,0-2.5172-1.1328-2.5172-2.5172s1.1328-2.5172,2.5172-2.5172h1.5103c1.1328,0,1.8879.2517,2.5172,1.1328"/><path class="c" d="M23.2964,27.7759c-.3776.7552-1.2586,1.2586-2.1397,1.2586-1.3845,0-2.5172-1.1328-2.5172-2.5172v-1.6362c0-1.3845,1.1328-2.5172,2.5172-2.5172s2.5172,1.1328,2.5172,2.5172v.881h-5.0345"/><path class="c" d="M26.1427,18.9655v8.8103c0,.7552.5034,1.2586,1.2586,1.2586h.3776"/><path class="c" d="M30.095,18.9655v8.8103c0,.7552.5034,1.2586,1.2586,1.2586h.3776"/><path class="c" d="M38.5,26.5172c0,1.3845-1.1328,2.5172-2.5172,2.5172s-2.5172-1.1328-2.5172-2.5172v-1.6362c0-1.3845,1.1328-2.5172,2.5172-2.5172s2.5172,1.1328,2.5172,2.5172"/><line class="c" x1="38.5" y1="29.0345" x2="38.5" y2="22.2379"/></svg>
Copied!