Getting Over It Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Getting Over 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/341040.svg" alt="Getting Over It icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341040.svg" alt="Getting Over It icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341040.svg" alt="Getting Over It icon" :width="24" :height="24" />
CSS background
.icon-getting-over-it {
background-image: url('https://proicons.com/icon/341040.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m40.4158,32.5063s-.1074.9321-.4124,1.2446c-.4682.48-1.3412.2996-1.8932.6797-.2481.1718-.5895.6894-.5895.6894l-3.1571,3.6865,2.9477,2.3431,4.0635-5.0729,2.0779-4.0699c.4918-.9632-3.0068.4102-3.0369.4993Zm-2.5525,2.1606L6.0625,6.8421l-1.5625,1.89,31.8716,27.7302m2.7523,2.4226l.6411.5648,1.2865-1.9619h0l-.4725-.4188m-12.6822-21.5565c3.5297,6.1811,5.831,11.1434,5.5948,15.2841m-.5487,2.6449c-.9632,2.5568-3.2108,4.7819-7.1433,6.7943-2.094,1.0717-4.0677.9138-6.1349.9138-2.0682,0-4.042.1579-6.136-.9128-11.066-5.6656-8.7884-13.0043-2.0972-24.7244m.9106-3.4191c1.7933-.1138,3.9045-.1396,7.3226-.1321,4.261-.0107,6.4893.0322,8.6058.2341,2.5815.2448,1.8621,1.5947-.3726,3.3171"/></svg>
Copied!