wikipedia w logo
wikipedia-w from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- wikipedia-w
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the wikipedia w logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m640 115.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3c-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1c-.3.3-15 0-15-.3C172 416.3 122.8 307.4 75.8 197.4c-11.4-26.7-49.4-70-75.6-69.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2c21.9 49.7 103.6 240.3 125.6 288.6c15-29.7 57.8-109.2 75.3-142.8c-13.9-28.3-58.6-133.9-72.8-160c-9.7-17.8-36.1-19.4-55.8-19.7v-13.9l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1c18.9 40 30.6 68.1 48.1 104.7c5.6-10.8 34.7-69.4 48.1-100.8c8.9-20.6-3.9-28.6-38.6-29.4c.3-3.6 0-10.3.3-13.6c44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7l122.4-282.6c-8.6-23.1-36.4-28.1-47.2-28.3v-13.9l127.8 1.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsWikipediaW(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m640 115.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3c-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1c-.3.3-15 0-15-.3C172 416.3 122.8 307.4 75.8 197.4c-11.4-26.7-49.4-70-75.6-69.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2c21.9 49.7 103.6 240.3 125.6 288.6c15-29.7 57.8-109.2 75.3-142.8c-13.9-28.3-58.6-133.9-72.8-160c-9.7-17.8-36.1-19.4-55.8-19.7v-13.9l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1c18.9 40 30.6 68.1 48.1 104.7c5.6-10.8 34.7-69.4 48.1-100.8c8.9-20.6-3.9-28.6-38.6-29.4c.3-3.6 0-10.3.3-13.6c44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7l122.4-282.6c-8.6-23.1-36.4-28.1-47.2-28.3v-13.9l127.8 1.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m640 115.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3c-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1c-.3.3-15 0-15-.3C172 416.3 122.8 307.4 75.8 197.4c-11.4-26.7-49.4-70-75.6-69.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2c21.9 49.7 103.6 240.3 125.6 288.6c15-29.7 57.8-109.2 75.3-142.8c-13.9-28.3-58.6-133.9-72.8-160c-9.7-17.8-36.1-19.4-55.8-19.7v-13.9l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1c18.9 40 30.6 68.1 48.1 104.7c5.6-10.8 34.7-69.4 48.1-100.8c8.9-20.6-3.9-28.6-38.6-29.4c.3-3.6 0-10.3.3-13.6c44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7l122.4-282.6c-8.6-23.1-36.4-28.1-47.2-28.3v-13.9l127.8 1.1z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m640%20115.2l-.3%2012.2c-28.1.8-45%2015.8-55.8%2040.3c-25%2057.8-103.3%20240-155.3%20358.6H415l-81.9-193.1c-32.5%2063.6-68.3%20130-99.2%20193.1c-.3.3-15%200-15-.3C172%20416.3%20122.8%20307.4%2075.8%20197.4c-11.4-26.7-49.4-70-75.6-69.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2%201.1-52.8%2013.3-43.3%2034.2c21.9%2049.7%20103.6%20240.3%20125.6%20288.6c15-29.7%2057.8-109.2%2075.3-142.8c-13.9-28.3-58.6-133.9-72.8-160c-9.7-17.8-36.1-19.4-55.8-19.7v-13.9l142.5.3v13.1c-19.4.6-38.1%207.8-29.4%2026.1c18.9%2040%2030.6%2068.1%2048.1%20104.7c5.6-10.8%2034.7-69.4%2048.1-100.8c8.9-20.6-3.9-28.6-38.6-29.4c.3-3.6%200-10.3.3-13.6c44.4-.3%20111.1-.3%20123.1-.6v13.6c-22.5.8-45.8%2012.8-58.1%2031.7l-59.2%20122.8c6.4%2016.1%2063.3%20142.8%2069.2%20156.7l122.4-282.6c-8.6-23.1-36.4-28.1-47.2-28.3v-13.9l127.8%201.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m640%20115.2l-.3%2012.2c-28.1.8-45%2015.8-55.8%2040.3c-25%2057.8-103.3%20240-155.3%20358.6H415l-81.9-193.1c-32.5%2063.6-68.3%20130-99.2%20193.1c-.3.3-15%200-15-.3C172%20416.3%20122.8%20307.4%2075.8%20197.4c-11.4-26.7-49.4-70-75.6-69.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2%201.1-52.8%2013.3-43.3%2034.2c21.9%2049.7%20103.6%20240.3%20125.6%20288.6c15-29.7%2057.8-109.2%2075.3-142.8c-13.9-28.3-58.6-133.9-72.8-160c-9.7-17.8-36.1-19.4-55.8-19.7v-13.9l142.5.3v13.1c-19.4.6-38.1%207.8-29.4%2026.1c18.9%2040%2030.6%2068.1%2048.1%20104.7c5.6-10.8%2034.7-69.4%2048.1-100.8c8.9-20.6-3.9-28.6-38.6-29.4c.3-3.6%200-10.3.3-13.6c44.4-.3%20111.1-.3%20123.1-.6v13.6c-22.5.8-45.8%2012.8-58.1%2031.7l-59.2%20122.8c6.4%2016.1%2063.3%20142.8%2069.2%20156.7l122.4-282.6c-8.6-23.1-36.4-28.1-47.2-28.3v-13.9l127.8%201.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/wikipedia-w.svg?color=%231a73e8&size=48