Saily Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Saily 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/332335.svg" alt="Saily icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332335.svg" alt="Saily icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332335.svg" alt="Saily icon" :width="24" :height="24" />
CSS background
.icon-saily {
background-image: url('https://proicons.com/icon/332335.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="e" d="M19.017,26.955c.9811,1.2773,2.2114,1.7531,3.923,1.7531h2.3687c2.2044,0,3.9914-1.787,3.9914-3.9914v-.0172c0-2.2044-1.787-3.9914-3.9914-3.9914h-2.6129c-2.2068,0-3.9957-1.7889-3.9957-3.9957h0c0-2.2115,1.7928-4.0043,4.0043-4.0043h2.3558c1.7116,0,2.9419.4758,3.923,1.7531"/><path class="e" d="M30.293,33.914c-2.8878-1.6673-3.4448,1.3783-6.1685,1.3783s-3.2801-3.0456-6.168-1.3783"/></svg>
Copied!