Medibuddy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Medibuddy 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/329002.svg" alt="Medibuddy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329002.svg" alt="Medibuddy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329002.svg" alt="Medibuddy icon" :width="24" :height="24" />
CSS background
.icon-medibuddy {
background-image: url('https://proicons.com/icon/329002.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M12.9401,35.0598l-8.2948-8.2948c-1.5271-1.5271-1.5271-4.0029,0-5.5298,1.5271-1.5271,4.0028-1.5271,5.5298,0l7.0991,7.0991-7.0991-7.0991c-1.5271-1.5271-1.5271-4.0029,0-5.5298,1.5271-1.5271,4.0029-1.5271,5.5298,0l16.59,16.59c1.5271,1.5271,4.0028,1.5271,5.5298,0s1.5271-4.0029,0-5.5298l-7.0991-7.0991,7.0991,7.0991c1.5271,1.5271,4.0029,1.5271,5.5298,0,1.5271-1.5271,1.5271-4.0029,0-5.5298l-8.2948-8.2948"/><path class="b" d="M22.8043,25.1956l-7.0991,7.0991c-1.5271,1.5271-1.5271,4.0028,0,5.5298,1.5271,1.5271,4.0029,1.5271,5.5298,0l7.0991-7.0991-7.0991,7.0991c-1.5271,1.5271-1.5271,4.0029,0,5.5298,1.5271,1.5271,4.0028,1.5271,5.5298,0l8.2948-8.2948"/><path class="b" d="M12.9401,12.9404l8.2948-8.2948c1.5271-1.5271,4.0028-1.5271,5.5298,0s1.5271,4.0028,0,5.5298l-7.0991,7.0991,7.0991-7.0991c1.5271-1.5271,4.0029-1.5271,5.5298,0,1.5271,1.5271,1.5271,4.0029,0,5.5298l-7.0991,7.0991"/></svg>
Copied!