Realcalc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Realcalc 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/346539.svg" alt="Realcalc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346539.svg" alt="Realcalc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346539.svg" alt="Realcalc icon" :width="24" :height="24" />
CSS background
.icon-realcalc {
background-image: url('https://proicons.com/icon/346539.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>.q{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><path id="e" class="q" d="M9.5,5.5c-2.2091,0-4,1.7909-4,4v8.5526c0,2.2091,1.7909,4,4,4h8.5526c2.2091,0,4-1.7909,4-4v-8.5526c0-2.2091-1.7909-4-4-4h-8.5526Z"/><path id="f" class="q" d="M29.9474,25.9474c-2.2091,0-4,1.7909-4,4v8.5526c0,2.2091,1.7909,4,4,4h8.5526c2.2091,0,4-1.7909,4-4v-8.5526c0-2.2091-1.7909-4-4-4h-8.5526Z"/><rect id="g" class="q" x="25.9474" y="5.5" width="16.5526" height="16.5526" rx="4" ry="4"/><rect id="h" class="q" x="5.5" y="25.9474" width="16.5526" height="16.5526" rx="4" ry="4"/><line id="i" class="q" x1="13.7763" y1="28.7977" x2="13.7763" y2="39.5082"/><line id="j" class="q" x1="8.4211" y1="34.1529" x2="19.1316" y2="34.1529"/><line id="k" class="q" x1="17.4253" y1="10.1962" x2="9.7693" y2="17.6862"/><line id="l" class="q" x1="9.8524" y1="10.1132" x2="17.3423" y2="17.7692"/><line id="m" class="q" x1="28.8684" y1="14.0212" x2="39.5789" y2="14.0212"/><line id="n" class="q" x1="28.6964" y1="34.0495" x2="39.4069" y2="34.0495"/><circle id="o" class="q" cx="34.1095" cy="10.8827" r="1.0744"/><circle id="p" class="q" cx="34.208" cy="17.3491" r="1.0744"/></g></g></svg>
Copied!