Pocket Mathematics Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pocket Mathematics 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/331423.svg" alt="Pocket Mathematics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331423.svg" alt="Pocket Mathematics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331423.svg" alt="Pocket Mathematics icon" :width="24" :height="24" />
CSS background
.icon-pocket-mathematics {
background-image: url('https://proicons.com/icon/331423.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="M10.5,5.4996c-1.326.0002-2.5977.5271-3.5352,1.4648-1.9521,1.9525-1.9521,5.1178,0,7.0703l27,27c1.9525,1.9521,5.1178,1.9521,7.0703,0,1.9521-1.9525,1.9521-5.1178,0-7.0703L14.0351,6.9644c-.9375-.9377-2.2092-1.4646-3.5352-1.4648h.0001Z"/><path class="b" d="M24,16.9316l9.9648-9.9648c.9375-.9377,2.2092-1.4646,3.5352-1.4648h0c1.326.0002,2.5977.5271,3.5352,1.4648,1.9521,1.9525,1.9521,5.1178,0,7.0703l-9.9648,9.9648"/><path class="b" d="M24,31.0716l-9.9648,9.9648c-1.9525,1.9521-5.1178,1.9521-7.0703,0-1.9521-1.9525-1.9521-5.1178,0-7.0703l9.9648-9.9648"/></svg>
Copied!