Wolfram Alpha Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wolfram Alpha 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/335222.svg" alt="Wolfram Alpha icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335222.svg" alt="Wolfram Alpha icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335222.svg" alt="Wolfram Alpha icon" :width="24" :height="24" />
CSS background
.icon-wolfram-alpha {
background-image: url('https://proicons.com/icon/335222.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon id="b" class="d" points="24 3.5 30.15 15.9577 43.9008 17.9551 33.9556 27.6585 36.3 41.3567 24 34.8913 11.7 41.3567 14.0549 27.6585 4.0992 17.9551 17.85 15.9577 24 3.5"/><polygon id="c" class="d" points="24 44.5 30.15 32.0423 43.9008 30.0449 33.9556 20.3415 36.3 6.6433 24 13.1087 11.7 6.6433 14.0549 20.3415 4.0992 30.0449 17.85 32.0423 24 44.5"/></svg>
Copied!