Pausing Healthily Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pausing Healthily 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/345587.svg" alt="Pausing Healthily icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345587.svg" alt="Pausing Healthily icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345587.svg" alt="Pausing Healthily icon" :width="24" :height="24" />
CSS background
.icon-pausing-healthily {
background-image: url('https://proicons.com/icon/345587.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;}</style></defs><path class="b" d="M12.0415,42.5c-.117-1.0429.5829-2.0889.5811-2.1087-.3061-3.4156.0012-6.4125-.0004-6.4226-.6151-3.867-.1068-8.6322-.0124-9.4425.0098-.0842-4.7291-.3493-4.7304-.4081-.0555-2.4664,2.5828-5.6906,2.5232-5.728-.4754-.2983-2.3412-1.5819-1.9544-3.1292.9255-3.7023,3.9891-1.2003,3.9605-1.2997-.6041-2.1021-2.9293-6.0805-2.9293-6.0805-.0078-.0119-1.9431-2.381-.3963-2.3807,1.0434.0002,1.0253,1.1802,1.6091,1.9922,8.1996,11.4043,9.9149,19.4675,6.5979,26.8752-.0072.0162-.4691,5.683-.5411,6.2713-.003.0243.585.846.5397,1.8552l-5.2472.0061ZM9.4795,7.8807l-1.1728-.3885"/><rect class="b" x="23.1793" y="12.8072" width="6.3061" height="19.4883"/><rect class="b" x="33.8154" y="12.8072" width="6.3061" height="19.4883"/></svg>
Copied!