Alexcalc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alexcalc 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/336147.svg" alt="Alexcalc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336147.svg" alt="Alexcalc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336147.svg" alt="Alexcalc icon" :width="24" :height="24" />
CSS background
.icon-alexcalc {
background-image: url('https://proicons.com/icon/336147.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.f{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="e" d="M28.4008,14.456v10.3029c0,1.8968-1.5231,3.4343-3.402,3.4343h0c-.9395,0-1.79-.3845-2.4056-1.0059"/><circle id="c" class="f" cx="28.4008" cy="10.871" r=".75"/><path id="d" class="e" d="M19.5287,35.171c-.9243,1.6176-2.6661,2.708-4.6626,2.708h0c-2.9637,0-5.3661-2.4024-5.3661-5.3661v-3.488c0-2.9637,2.4024-5.3661,5.3661-5.3661h0c2.9637,0,5.3661,2.4024,5.3661,5.3661v1.744h-10.7322"/><path class="e" d="M38.5,21.4726c0,1.7613-1.4278,3.1891-3.1891,3.1891s-3.1891-1.4278-3.1891-3.1891v-7.5843c0-1.7613,1.4278-3.1891,3.1891-3.1891s3.1891,1.4278,3.1891,3.1891v7.5843Z"/><line class="e" x1="32.1218" y1="17.6805" x2="38.5" y2="17.6805"/><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!