Calculator Check Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Calculator Check icon is commonly used in to-do lists, form validation and success states. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/317178.svg" alt="Calculator Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317178.svg" alt="Calculator Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317178.svg" alt="Calculator Check icon" :width="24" :height="24" />
CSS background
.icon-calculator-check {
background-image: url('https://proicons.com/icon/317178.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>calculator--check</title><polygon points="24 26.59 21.41 24 20 25.41 24 29.41 31 22.41 29.59 21 24 26.59"/><rect x="15" y="23" width="2" height="2"/><rect x="9" y="23" width="2" height="2"/><rect x="21" y="18" width="2" height="2"/><rect x="15" y="18" width="2" height="2"/><rect x="9" y="18" width="2" height="2"/><rect x="21" y="13" width="2" height="2"/><rect x="15" y="13" width="2" height="2"/><rect x="9" y="13" width="2" height="2"/><rect x="9" y="7" width="14" height="3"/><path d="M17,30H6.0046A2.007,2.007,0,0,1,4,27.9951V3.9961A1.9984,1.9984,0,0,1,5.9961,2H26.0037A1.9985,1.9985,0,0,1,28,3.9961V18H26V4H6V28H17Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!