Swile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swile 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/348096.svg" alt="Swile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348096.svg" alt="Swile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348096.svg" alt="Swile icon" :width="24" :height="24" />
CSS background
.icon-swile {
background-image: url('https://proicons.com/icon/348096.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><path class="b" d="M24.9483,22.9515c-2.5626-.632-2.3085,3.794-2.8513,5.5178l-1.6797-5.6689-1.6797,5.6689-1.7847-5.6689"/><path class="b" d="M27.0616,22.8003v5.6689"/><path class="b" d="M11.71,28.0493c.4199.3149.8398.4199,1.6797.4199h.4199c.7349,0,1.3647-.6299,1.3647-1.3647h0c0-.7349-.6299-1.3647-1.3647-1.3647h-.9448c-.7349,0-1.3647-.6299-1.3647-1.3647h0c0-.7349.6299-1.3647,1.3647-1.3647h.4199c.9448,0,1.3647,0,1.6797.4199"/><path class="b" d="M29.3682,20.0708v7.3486c0,.6299.4199,1.0498,1.0498,1.0498h.3149"/><path class="b" d="M36.1851,27.4194c-.3149.6299-1.0498,1.0498-1.7847,1.0498h0c-1.1548,0-2.0996-.9448-2.0996-2.0996v-1.3647c0-1.1548.9448-2.0996,2.0996-2.0996h0c1.1548,0,2.0996.9448,2.0996,2.0996v.7349h-4.1992"/><circle class="c" cx="27.0616" cy="20.2808" r=".75"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!