Wikipedia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wikipedia 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/335176.svg" alt="Wikipedia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335176.svg" alt="Wikipedia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335176.svg" alt="Wikipedia icon" :width="24" :height="24" />
CSS background
.icon-wikipedia {
background-image: url('https://proicons.com/icon/335176.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="4.5" y1="11.07" x2="11.8" y2="11.07"/><line class="a" x1="16.79" y1="11.07" x2="22.31" y2="11.07"/><line class="a" x1="43.5" y1="11.07" x2="36.92" y2="11.07"/><line class="a" x1="32.08" y1="11.07" x2="27.25" y2="11.07"/><polyline class="a" points="19.55 11.07 30.08 36.93 40.19 11.07"/><polyline class="a" points="29.67 11.07 18.23 36.93 8.15 11.07"/></svg>
Wikipedia in other icon packs
Copied!