Photomath Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Photomath 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/345773.svg" alt="Photomath icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345773.svg" alt="Photomath icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345773.svg" alt="Photomath icon" :width="24" :height="24" />
CSS background
.icon-photomath {
background-image: url('https://proicons.com/icon/345773.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;stroke-linecap:round;}.a{stroke-linejoin:round;}.b{stroke-miterlimit:4.72;}</style></defs><path class="a" d="M37.0872,33.8283V41.414a2.0824,2.0824,0,0,1-2.088,2.086H12.1428a2.0824,2.0824,0,0,1-2.088-2.086V6.586A2.0824,2.0824,0,0,1,12.1428,4.5H34.9992a2.0824,2.0824,0,0,1,2.088,2.086V14.36"/><path class="b" d="M17.0166,14.3026,30.1244,33.5743"/><path class="b" d="M17.0166,33.5743,30.1244,14.3026"/><path class="b" d="M34.6377,20.0365h9.3075"/><path class="b" d="M34.6377,27.6908h9.3075"/></svg>
Copied!