wikipedia w icon

wikipedia-w from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
wikipedia-w
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the wikipedia w icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 9.215a.31.31 0 0 1-.313.308h-1.68l-7.616 16.215a.31.31 0 0 1-.278.18h-.004a.31.31 0 0 1-.28-.172l-3.614-7.168l-3.902 7.18a.313.313 0 0 1-.555-.016L4.055 9.523H2.313A.31.31 0 0 1 2 9.215V8.39a.31.31 0 0 1 .313-.309h6.21a.31.31 0 0 1 .313.309v.824a.31.31 0 0 1-.313.308H7.188l5.316 12.262l2.766-5.168l-3.508-7.09h-.844a.313.313 0 0 1-.313-.312v-.82c0-.172.141-.313.313-.313h4.598a.31.31 0 0 1 .308.313v.82a.307.307 0 0 1-.308.308h-.813l2.02 4.415l2.402-4.415h-1.473a.31.31 0 0 1-.312-.308v-.82a.31.31 0 0 1 .312-.313h4.465a.31.31 0 0 1 .309.313v.82a.307.307 0 0 1-.309.308h-.98l-3.504 6.372l2.855 5.875L26 9.523h-1.746a.31.31 0 0 1-.313-.308v-.82c0-.172.141-.313.313-.313h5.433a.31.31 0 0 1 .313.313z"/></svg>

React

import type { SVGProps } from "react";

export function LaWikipediaW(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 9.215a.31.31 0 0 1-.313.308h-1.68l-7.616 16.215a.31.31 0 0 1-.278.18h-.004a.31.31 0 0 1-.28-.172l-3.614-7.168l-3.902 7.18a.313.313 0 0 1-.555-.016L4.055 9.523H2.313A.31.31 0 0 1 2 9.215V8.39a.31.31 0 0 1 .313-.309h6.21a.31.31 0 0 1 .313.309v.824a.31.31 0 0 1-.313.308H7.188l5.316 12.262l2.766-5.168l-3.508-7.09h-.844a.313.313 0 0 1-.313-.312v-.82c0-.172.141-.313.313-.313h4.598a.31.31 0 0 1 .308.313v.82a.307.307 0 0 1-.308.308h-.813l2.02 4.415l2.402-4.415h-1.473a.31.31 0 0 1-.312-.308v-.82a.31.31 0 0 1 .312-.313h4.465a.31.31 0 0 1 .309.313v.82a.307.307 0 0 1-.309.308h-.98l-3.504 6.372l2.855 5.875L26 9.523h-1.746a.31.31 0 0 1-.313-.308v-.82c0-.172.141-.313.313-.313h5.433a.31.31 0 0 1 .313.313z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 9.215a.31.31 0 0 1-.313.308h-1.68l-7.616 16.215a.31.31 0 0 1-.278.18h-.004a.31.31 0 0 1-.28-.172l-3.614-7.168l-3.902 7.18a.313.313 0 0 1-.555-.016L4.055 9.523H2.313A.31.31 0 0 1 2 9.215V8.39a.31.31 0 0 1 .313-.309h6.21a.31.31 0 0 1 .313.309v.824a.31.31 0 0 1-.313.308H7.188l5.316 12.262l2.766-5.168l-3.508-7.09h-.844a.313.313 0 0 1-.313-.312v-.82c0-.172.141-.313.313-.313h4.598a.31.31 0 0 1 .308.313v.82a.307.307 0 0 1-.308.308h-.813l2.02 4.415l2.402-4.415h-1.473a.31.31 0 0 1-.312-.308v-.82a.31.31 0 0 1 .312-.313h4.465a.31.31 0 0 1 .309.313v.82a.307.307 0 0 1-.309.308h-.98l-3.504 6.372l2.855 5.875L26 9.523h-1.746a.31.31 0 0 1-.313-.308v-.82c0-.172.141-.313.313-.313h5.433a.31.31 0 0 1 .313.313z"/></svg>
</template>

CSS

.icon-wikipedia-w {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%209.215a.31.31%200%200%201-.313.308h-1.68l-7.616%2016.215a.31.31%200%200%201-.278.18h-.004a.31.31%200%200%201-.28-.172l-3.614-7.168l-3.902%207.18a.313.313%200%200%201-.555-.016L4.055%209.523H2.313A.31.31%200%200%201%202%209.215V8.39a.31.31%200%200%201%20.313-.309h6.21a.31.31%200%200%201%20.313.309v.824a.31.31%200%200%201-.313.308H7.188l5.316%2012.262l2.766-5.168l-3.508-7.09h-.844a.313.313%200%200%201-.313-.312v-.82c0-.172.141-.313.313-.313h4.598a.31.31%200%200%201%20.308.313v.82a.307.307%200%200%201-.308.308h-.813l2.02%204.415l2.402-4.415h-1.473a.31.31%200%200%201-.312-.308v-.82a.31.31%200%200%201%20.312-.313h4.465a.31.31%200%200%201%20.309.313v.82a.307.307%200%200%201-.309.308h-.98l-3.504%206.372l2.855%205.875L26%209.523h-1.746a.31.31%200%200%201-.313-.308v-.82c0-.172.141-.313.313-.313h5.433a.31.31%200%200%201%20.313.313z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%209.215a.31.31%200%200%201-.313.308h-1.68l-7.616%2016.215a.31.31%200%200%201-.278.18h-.004a.31.31%200%200%201-.28-.172l-3.614-7.168l-3.902%207.18a.313.313%200%200%201-.555-.016L4.055%209.523H2.313A.31.31%200%200%201%202%209.215V8.39a.31.31%200%200%201%20.313-.309h6.21a.31.31%200%200%201%20.313.309v.824a.31.31%200%200%201-.313.308H7.188l5.316%2012.262l2.766-5.168l-3.508-7.09h-.844a.313.313%200%200%201-.313-.312v-.82c0-.172.141-.313.313-.313h4.598a.31.31%200%200%201%20.308.313v.82a.307.307%200%200%201-.308.308h-.813l2.02%204.415l2.402-4.415h-1.473a.31.31%200%200%201-.312-.308v-.82a.31.31%200%200%201%20.312-.313h4.465a.31.31%200%200%201%20.309.313v.82a.307.307%200%200%201-.309.308h-.98l-3.504%206.372l2.855%205.875L26%209.523h-1.746a.31.31%200%200%201-.313-.308v-.82c0-.172.141-.313.313-.313h5.433a.31.31%200%200%201%20.313.313z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/wikipedia-w.svg?color=%231a73e8&size=48