D20 Calculator Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The D20 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/324224.svg" alt="D20 Calculator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324224.svg" alt="D20 Calculator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324224.svg" alt="D20 Calculator icon" :width="24" :height="24" />
CSS background
.icon-d20-calculator {
background-image: url('https://proicons.com/icon/324224.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><path class="b" d="M9.5006,5.5008h28.9988c2.209,0,3.9998,1.7908,3.9998,3.9998v28.9988c0,2.209-1.7908,3.9998-3.9998,3.9998H9.5006c-2.209,0-3.9998-1.7908-3.9998-3.9998V9.5006c0-2.209,1.7908-3.9998,3.9998-3.9998Z"/><path class="b" d="M24,5.5v37"/><path class="b" d="M5.5,24h37"/><path class="b" d="M28.7,15.4h9"/><path class="b" d="M11.3,29.3l8,7.9"/><path class="b" d="M19.2,29.3l-8,8"/><path class="b" d="M15.3,10.9v9"/><path class="b" d="M10.8,15.4h9"/><polygon class="b" points="28.5 28 26.3 34.8 31.1 40 38 38.5 40.2 31.7 35.4 26.5 28.5 28"/><polygon class="b" points="28.5 28 30 34.2 31.1 40 35.7 35.7 40.2 31.7 34.3 29.9 28.5 28"/><polygon class="b" points="35.7 35.7 30 34.2 34.3 29.9 35.7 35.7"/><line class="b" x1="26.3" y1="34.8" x2="30" y2="34.2"/><line class="b" x1="34.3" y1="29.9" x2="35.4" y2="26.5"/><line class="b" x1="38" y1="38.5" x2="35.7" y2="35.7"/></svg>
Copied!