Physics Wallah Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Physics Wallah 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/345788.svg" alt="Physics Wallah icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345788.svg" alt="Physics Wallah icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345788.svg" alt="Physics Wallah icon" :width="24" :height="24" />
CSS background
.icon-physics-wallah {
background-image: url('https://proicons.com/icon/345788.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;stroke-linejoin:round;}.b{stroke-width:1px;}</style></defs><path class="a" d="M14.6245,25.54v-15.2H18.82a4.3569,4.3569,0,1,1,0,8.7137H14.6245"/><path class="a" d="M22.7568,24.6123l3.2273,12.9092,3.2273-12.9092,3.2273,12.9092L35.666,24.6123"/><path class="b" d="M2.8794,18.7064A21.8657,21.8657,0,0,1,34.9328,5.43"/><path class="b" d="M13.0672,42.5705A21.8657,21.8657,0,0,0,45.1206,29.2936"/></svg>
Copied!