Medtimer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Medtimer 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/343579.svg" alt="Medtimer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343579.svg" alt="Medtimer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343579.svg" alt="Medtimer icon" :width="24" :height="24" />
CSS background
.icon-medtimer {
background-image: url('https://proicons.com/icon/343579.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>.n,.o,.p{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.o{stroke-width:1px;}.p{stroke-width:1px;}</style></defs><rect id="b" class="p" x="6.6181" y="7.0348" width="6.4393" height="3.2162" rx=".6404" ry=".6404" transform="translate(-3.234 9.4239) rotate(-44.72)"/><rect id="c" class="o" x="29.0738" y="5.432" width="3.2162" height="6.4393" rx=".6404" ry=".6404" transform="translate(2.9453 24.3651) rotate(-45.28)"/><circle id="d" class="n" cx="20.326" cy="19.4145" r="11.0938"/><line id="e" class="n" x1="13.0511" y1="27.7916" x2="12.286" y2="30.9816"/><line id="f" class="n" x1="27.6008" y1="27.7916" x2="28.3659" y2="30.9816"/><circle id="g" class="n" cx="20.326" cy="19.4145" r="1.0569"/><line id="h" class="n" x1="20.326" y1="11.2708" x2="20.326" y2="18.3576"/><line id="i" class="n" x1="21.3893" y1="19.4145" x2="26.4726" y2="19.4145"/><path id="j" class="n" d="M34.7771,25.8799c1.2133-1.6019,3.4954-1.9168,5.0973-.7036,1.6019,1.2133,1.9168,3.4954.7036,5.0973-.0008.0011-.0016.0022-.0025.0032"/><path id="k" class="n" d="M32.3758,41.0583c-1.2133,1.6018-3.4955,1.9167-5.0973.7034s-1.9167-3.4955-.7034-5.0973c.0008-.001.0016-.0021.0024-.0031l8.1997-10.7814"/><path id="l" class="n" d="M40.5755,30.2767l-8.1997,10.7815"/><path id="m" class="n" d="M36.4757,35.6675l-5.7984-4.3969"/></svg>
Copied!