Math Wiki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Math Wiki 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/343483.svg" alt="Math Wiki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343483.svg" alt="Math Wiki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343483.svg" alt="Math Wiki icon" :width="24" :height="24" />
CSS background
.icon-math-wiki {
background-image: url('https://proicons.com/icon/343483.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{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><path class="a" d="M28.6794,24h-2.15"/><path class="a" d="M32.3471,24h-2.15"/><path class="a" d="M36.0147,24h-2.15"/><path class="a" d="M39.6824,24h-2.15"/><path class="a" d="M21.4706,24h-2.15"/><path class="a" d="M17.8029,24h-2.15"/><path class="a" d="M14.1353,24h-2.15"/><path class="a" d="M10.4676,24h-2.15"/><path class="a" d="M24,15.6529v2.15"/><path class="a" d="M24,19.3206v2.15"/><path class="a" d="M24,26.5294v2.15"/><path class="a" d="M24,30.1971v2.15"/><path class="a" d="M24,33.8647v2.15"/><path class="a" d="M24,37.5324v2.15"/><path class="a" d="M24,11.9853v2.15"/><path class="a" d="M24,8.3176v2.15"/><path class="a" d="M10.3412,20.7118c21.7529-22.1324,15.1764,12.9,27.5706,15.6823"/><circle class="a" cx="24" cy="24" r="21.5"/><circle class="b" cx="24" cy="24" r="0.75"/></svg>
Copied!