Medilog Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Medilog 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/329006.svg" alt="Medilog icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329006.svg" alt="Medilog icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329006.svg" alt="Medilog icon" :width="24" :height="24" />
CSS background
.icon-medilog {
background-image: url('https://proicons.com/icon/329006.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><circle class="a" cx="8" cy="18" r="3.5"/><circle class="a" cx="20.5" cy="30" r="3.5"/><circle class="a" cx="30" cy="21" r="3.5"/><circle class="a" cx="40" cy="27.0942" r="3.5"/><line class="a" x1="10.5229" y1="20.422" x2="17.976" y2="27.577"/><line class="a" x1="32.9867" y1="22.8202" x2="37.0128" y2="25.2737"/><line class="a" x1="23.0386" y1="27.5951" x2="27.46" y2="23.4063"/></svg>
Copied!