Wikipedia Beta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wikipedia Beta 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/335177.svg" alt="Wikipedia Beta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335177.svg" alt="Wikipedia Beta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335177.svg" alt="Wikipedia Beta icon" :width="24" :height="24" />
CSS background
.icon-wikipedia-beta {
background-image: url('https://proicons.com/icon/335177.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><line class="b" x1="4.5" y1="11.07" x2="11.8" y2="11.07"/><line class="b" x1="16.79" y1="11.07" x2="22.31" y2="11.07"/><line class="b" x1="29.67" y1="11.07" x2="27.25" y2="11.07"/><polyline class="b" points="19.55 11.07 30.08 36.93 37.5114 17.9215"/><polyline class="b" points="29.67 11.07 18.23 36.93 8.15 11.07"/><circle class="b" cx="36.585" cy="11.07" r="6.915"/><line class="b" x1="36.585" y1="15.07" x2="36.585" y2="7.07"/><line class="b" x1="32.585" y1="11.07" x2="40.585" y2="11.07"/><line class="b" x1="34.085" y1="13.57" x2="39.085" y2="8.57"/><line class="b" x1="34.085" y1="8.57" x2="39.085" y2="13.57"/></svg>
Copied!