Mdcalc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mdcalc 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/343532.svg" alt="Mdcalc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343532.svg" alt="Mdcalc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343532.svg" alt="Mdcalc icon" :width="24" :height="24" />
CSS background
.icon-mdcalc {
background-image: url('https://proicons.com/icon/343532.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M20.3134,5.5c-1.4197,0-2.5609,1.1436-2.5609,2.5633v9.6892h-9.6892c-1.4197,0-2.5633,1.1412-2.5633,2.5609v7.3731c0,1.4197,1.1436,2.5609,2.5633,2.5609h9.6892v9.6892c0,1.4197,1.1412,2.5633,2.5609,2.5633h7.3731c1.4197,0,2.5609-1.1436,2.5609-2.5633v-9.6892h9.6892c1.4197,0,2.5633-1.1412,2.5633-2.5609v-7.3731c0-1.4197-1.1436-2.5609-2.5633-2.5609h-9.6892v-9.6892c0-1.4197-1.1412-2.5633-2.5609-2.5633h-7.3731Z"/></svg>
Copied!