Coxhealthnow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coxhealthnow 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/338620.svg" alt="Coxhealthnow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338620.svg" alt="Coxhealthnow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338620.svg" alt="Coxhealthnow icon" :width="24" :height="24" />
CSS background
.icon-coxhealthnow {
background-image: url('https://proicons.com/icon/338620.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M4.72,26.5565c3.9085,0,10.2079,3.9085,10.2079,7.4993"/><path class="a" d="M25.1354,26.5565c-3.9084,0-10.2079-3.9084-10.2079-7.4992"/><path class="a" d="M13.4533,22.2687A17.7624,17.7624,0,0,1,7.176,23.6422"/><path class="a" d="M25.4477,10.2187c0,4.11-4.61,8.4524-9.7642,11.05"/><path class="a" d="M23.0149,31.5578a8.8393,8.8393,0,0,1,2.4328,5.5079"/><path class="a" d="M22.5627,18.5272c0,3.5255,6.1846,7.3626,10.0216,7.3626"/><path class="a" d="M14.9275,34.0558c0-3.5908,6.3-7.4993,10.2079-7.4993"/><path class="a" d="M14.9275,19.0573c0,3.5908-6.2994,7.4992-10.2079,7.4992"/><path class="a" d="M25.4477,37.0657c0-6.4275,11.2759-13.4235,18.2719-13.4235"/><path class="a" d="M43.72,23.6422c-6.996,0-18.2719-6.996-18.2719-13.4235"/><path class="a" d="M7.176,23.6422a15.1624,15.1624,0,0,1,3.9777.6024"/><path class="a" d="M18.3084,23.9707c2.3505-1.4375,4.2543-3.4871,4.2543-5.4435"/><path class="a" d="M32.5843,25.89c-3.2244,0-8.0925,2.7107-9.5694,5.668"/></svg>
Copied!