Valetudocompanion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Valetudocompanion 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/334636.svg" alt="Valetudocompanion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334636.svg" alt="Valetudocompanion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334636.svg" alt="Valetudocompanion icon" :width="24" :height="24" />
CSS background
.icon-valetudocompanion {
background-image: url('https://proicons.com/icon/334636.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M40.0206,6.4825a18.498,18.498,0,0,1-4.13,23.42C32.4534,32.7868,25.8776,35.9717,24,41.5175c-2.0638-5.51-8.4514-8.729-11.891-11.6151a18.498,18.498,0,0,1-4.13-23.42"/><path class="a" d="M32.4087,17.974c0,4.6438-4.5259,7.0109-8.4087,9.5295-3.769-2.4085-8.4087-4.8857-8.4087-9.5295a8.4087,8.4087,0,0,1,16.8174,0Z"/><circle class="a" cx="24" cy="17.9739" r="2.8028"/></svg>
Copied!