Stick With It Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stick With It 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/333334.svg" alt="Stick With It icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333334.svg" alt="Stick With It icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333334.svg" alt="Stick With It icon" :width="24" :height="24" />
CSS background
.icon-stick-with-it {
background-image: url('https://proicons.com/icon/333334.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>.p{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="e"><path id="f" class="p" d="M40.7315,26.5268l2.7685-1.1115"/><path id="g" class="p" d="M4.5,39.4293l5.856-2.0609"/></g><path id="h" class="p" d="M10.6993,37.2432c2.0454,1.7701,7.6547,2.746,18.8092,2.7454,2.9528-.5332,4.528-2.2584,6.2095-6.1545,1.7699-5.3161,5.0972-3.2009,5.0122-7.5169M10.6993,37.2432c-2.0916-1.4047-3.4757-6.9084-3.4757-11.5338,0-9.7058,6.0366-17.6981,15.7424-17.6981s17.8058,7.1721,17.8058,16.8778h0c0,.6061.0092.7647-.0416,1.428"/><path id="i" class="p" d="M10.6001,23.3812l18.2988,12.7019"/><path id="j" class="p" d="M17.1261,11.793c.082.1025.8612,1.0868,3.6911.6972l5.147,3.404"/><path id="k" class="p" d="M37.5295,23.3788l-3.3014-3.4245c-.4716.082-1.2098.6357-4.8394-2.0506"/><path id="l" class="p" d="M23.846,14.4933c.7497.9395,1.1581,2.1059,1.1581,3.3079h0c0,2.929-2.3744,5.3033-5.3033,5.3033h0c-2.929,0-5.3033-2.3744-5.3033-5.3033h0c0-2.6409,1.9431-4.8794,4.5577-5.2507"/><path id="m" class="p" d="M36.2305,22.2598c.2847.6619.4315,1.3749.4315,2.0954h0c0,2.929-2.3744,5.3033-5.3033,5.3033h0c-2.929,0-5.3033-2.3744-5.3033-5.3033h0c0-2.8206,2.2078-5.1477,5.0245-5.296"/><ellipse id="n" class="p" cx="31.4406" cy="24.2937" rx="3.1144" ry="3"/><ellipse id="o" class="p" cx="19.8135" cy="17.5859" rx="3.0164" ry="3"/></svg>
Copied!