Bmi Calculator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bmi Calculator 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/322806.svg" alt="Bmi Calculator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322806.svg" alt="Bmi Calculator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322806.svg" alt="Bmi Calculator icon" :width="24" :height="24" />
CSS background
.icon-bmi-calculator {
background-image: url('https://proicons.com/icon/322806.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="n" d="M24,5.5c-2.8803.0021-5.5355,1.1283-6.9476,2.9466h-7.041c-2.2091,0-4,1.7909-4,4v26.0534c0,2.2091,1.7909,4,4,4h27.9772c2.2091,0,4-1.7909,4-4V12.4466c0-2.2091-1.7909-4-4-4h-7.0317c-1.4138-1.8205-4.0733-2.9469-6.9569-2.9466Z"/><g id="d"><path id="e" class="n" d="M24,8.5626c-3.8964,0-7.0544,3.2226-7.0544,6.7865h4.7733c.0641-1.1215,1.0648-2.002,2.2811-2.007,1.2198.0004,2.226.8822,2.2903,2.007h4.764c0-3.564-3.158-6.7865-7.0544-6.7865Z"/><path id="f" class="n" d="M19.0392,10.592l.8574.8573"/><path id="g" class="n" d="M28.9608,10.592l-.8574.8573"/><path id="h" class="n" d="M24,10.4894v2.8538"/></g><g id="i"><path id="j" class="n" d="M27.9816,32.9674c3.1032-2.9217,3.5015-4.4636,3.5015-6.4437,0-1.9036-1.7601-3.8803-3.9313-3.8803-1.7103,0-3.1655.9575-3.5518,2.2945-.3863-1.337-1.8415-2.2945-3.5518-2.2945-2.1712,0-3.9313,1.9767-3.9313,3.8803,0,1.9801.3984,3.522,3.5015,6.4437,1.5555,1.4645,2.6434,2.2735,3.9816,2.9635,1.3383-.6899,2.4262-1.499,3.9816-2.9635Z"/><g id="k"><path id="l" class="n" d="M24,26.8531v5.9469"/><path id="m" class="n" d="M26.9739,29.8265h-5.9478"/></g></g></g></svg>
Copied!