Calculator You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Calculator You 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/323109.svg" alt="Calculator You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323109.svg" alt="Calculator You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323109.svg" alt="Calculator You icon" :width="24" :height="24" />
CSS background
.icon-calculator-you {
background-image: url('https://proicons.com/icon/323109.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><circle class="b" cx="14" cy="14" r="8.5"/><circle class="b" cx="34" cy="14" r="8.5"/><circle class="b" cx="14" cy="34" r="8.5"/><circle class="b" cx="34" cy="34" r="8.5"/><line class="b" x1="31.5" y1="35.5" x2="36.5" y2="35.5"/><line class="b" x1="31.5" y1="32.5" x2="36.5" y2="32.5"/><path class="b" d="M11.35,10l2.65,4,2.65-4"/><line class="b" x1="14" y1="18" x2="14" y2="14"/><path class="b" d="M11.35,30v5.35c0,1.4636,1.1864,2.65,2.65,2.65s2.65-1.1864,2.65-2.65v-5.35"/><path class="b" d="M34,10h0c1.4636,0,2.65,1.1864,2.65,2.65v2.7c0,1.4636-1.1864,2.65-2.65,2.65h0c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65Z"/></svg>
Copied!