file type wikitext logo

file-type-wikitext from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-wikitext
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type wikitext logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M30 30V2H2v28Z"/><path fill="#fff" d="M29.153 29.123H2.847V2.872h26.306ZM13.214 21.4c-.03-.065-.053-.11-.073-.155L8.722 10.948a8 8 0 0 1-.311-.806a1.07 1.07 0 0 1 .422-1.236a2.1 2.1 0 0 1 1-.352c.231-.031.252-.051.259-.3a1 1 0 0 0-.014-.186a.186.186 0 0 0-.217-.181c-.642.031-1.284.049-1.925.086a19 19 0 0 1-2.692-.003c-.56-.045-1.123-.058-1.684-.074a.23.23 0 0 0-.183.115c-.11.3.047.559.3.54a1 1 0 0 1 .179.025a2.58 2.58 0 0 1 1.989 1.335a11 11 0 0 1 .537 1.074q2.244 5.283 4.474 10.572l1.116 2.644a.35.35 0 0 0 .313.248a.37.37 0 0 0 .376-.2l.08-.149l3.528-6.618c.026-.048.053-.1.09-.161c.032.064.056.108.077.153l1.681 3.622l1.44 3.104a.38.38 0 0 0 .374.256c.179 0 .259-.107.327-.264q2.852-6.634 5.713-13.262a12 12 0 0 1 .679-1.311a2.12 2.12 0 0 1 1.717-1.058a.405.405 0 0 0 .34-.5c-.022-.111-.075-.173-.2-.166c-.336.02-.673.022-1.007.054A12 12 0 0 1 25.46 8a55 55 0 0 0-1.713-.1c-.164-.008-.227.057-.241.226a2 2 0 0 0 0 .217c.006.142.073.2.216.217a3.7 3.7 0 0 1 .8.186a.96.96 0 0 1 .618.893a2.8 2.8 0 0 1-.264 1.276l-4.205 10.078c-.023.055-.05.108-.084.181c-.027-.048-.046-.077-.06-.107Q19.114 18.1 17.7 15.139a.23.23 0 0 1 .01-.229c.454-.858.9-1.722 1.355-2.577c.418-.776.835-1.556 1.287-2.313a4.4 4.4 0 0 1 .739-.913a2.38 2.38 0 0 1 1.44-.559a.268.268 0 0 0 .282-.293a1 1 0 0 0 0-.2c-.011-.106-.06-.168-.177-.161c-.356.02-.712.025-1.067.053a13 13 0 0 1-2.1.053c-.575-.047-1.152-.068-1.728-.107a.223.223 0 0 0-.25.174a.9.9 0 0 0-.03.273c0 .14.07.2.217.215a3.3 3.3 0 0 1 .663.121a.99.99 0 0 1 .745 1.162a2.8 2.8 0 0 1-.351 1.016q-.751 1.45-1.506 2.9c-.027.052-.056.1-.09.167c-.027-.049-.049-.083-.066-.12c-.524-1.094-1.051-2.186-1.568-3.283a5.4 5.4 0 0 1-.307-.807a.69.69 0 0 1 .431-.937a4.3 4.3 0 0 1 .813-.207c.329-.062.352-.08.326-.432v-.031c-.016-.136-.073-.217-.223-.21c-.561.031-1.123.049-1.684.086a15 15 0 0 1-2.431-.01c-.48-.044-.962-.056-1.443-.075a.21.21 0 0 0-.164.072a.39.39 0 0 0-.028.366a.4.4 0 0 0 .116.147a.36.36 0 0 0 .171.069A1.97 1.97 0 0 1 12.72 9.6c.138.258.3.5.422.769q1.335 2.856 2.662 5.717a.28.28 0 0 1-.006.285q-1.237 2.4-2.468 4.795Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeWikitext(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M30 30V2H2v28Z"/><path fill="#fff" d="M29.153 29.123H2.847V2.872h26.306ZM13.214 21.4c-.03-.065-.053-.11-.073-.155L8.722 10.948a8 8 0 0 1-.311-.806a1.07 1.07 0 0 1 .422-1.236a2.1 2.1 0 0 1 1-.352c.231-.031.252-.051.259-.3a1 1 0 0 0-.014-.186a.186.186 0 0 0-.217-.181c-.642.031-1.284.049-1.925.086a19 19 0 0 1-2.692-.003c-.56-.045-1.123-.058-1.684-.074a.23.23 0 0 0-.183.115c-.11.3.047.559.3.54a1 1 0 0 1 .179.025a2.58 2.58 0 0 1 1.989 1.335a11 11 0 0 1 .537 1.074q2.244 5.283 4.474 10.572l1.116 2.644a.35.35 0 0 0 .313.248a.37.37 0 0 0 .376-.2l.08-.149l3.528-6.618c.026-.048.053-.1.09-.161c.032.064.056.108.077.153l1.681 3.622l1.44 3.104a.38.38 0 0 0 .374.256c.179 0 .259-.107.327-.264q2.852-6.634 5.713-13.262a12 12 0 0 1 .679-1.311a2.12 2.12 0 0 1 1.717-1.058a.405.405 0 0 0 .34-.5c-.022-.111-.075-.173-.2-.166c-.336.02-.673.022-1.007.054A12 12 0 0 1 25.46 8a55 55 0 0 0-1.713-.1c-.164-.008-.227.057-.241.226a2 2 0 0 0 0 .217c.006.142.073.2.216.217a3.7 3.7 0 0 1 .8.186a.96.96 0 0 1 .618.893a2.8 2.8 0 0 1-.264 1.276l-4.205 10.078c-.023.055-.05.108-.084.181c-.027-.048-.046-.077-.06-.107Q19.114 18.1 17.7 15.139a.23.23 0 0 1 .01-.229c.454-.858.9-1.722 1.355-2.577c.418-.776.835-1.556 1.287-2.313a4.4 4.4 0 0 1 .739-.913a2.38 2.38 0 0 1 1.44-.559a.268.268 0 0 0 .282-.293a1 1 0 0 0 0-.2c-.011-.106-.06-.168-.177-.161c-.356.02-.712.025-1.067.053a13 13 0 0 1-2.1.053c-.575-.047-1.152-.068-1.728-.107a.223.223 0 0 0-.25.174a.9.9 0 0 0-.03.273c0 .14.07.2.217.215a3.3 3.3 0 0 1 .663.121a.99.99 0 0 1 .745 1.162a2.8 2.8 0 0 1-.351 1.016q-.751 1.45-1.506 2.9c-.027.052-.056.1-.09.167c-.027-.049-.049-.083-.066-.12c-.524-1.094-1.051-2.186-1.568-3.283a5.4 5.4 0 0 1-.307-.807a.69.69 0 0 1 .431-.937a4.3 4.3 0 0 1 .813-.207c.329-.062.352-.08.326-.432v-.031c-.016-.136-.073-.217-.223-.21c-.561.031-1.123.049-1.684.086a15 15 0 0 1-2.431-.01c-.48-.044-.962-.056-1.443-.075a.21.21 0 0 0-.164.072a.39.39 0 0 0-.028.366a.4.4 0 0 0 .116.147a.36.36 0 0 0 .171.069A1.97 1.97 0 0 1 12.72 9.6c.138.258.3.5.422.769q1.335 2.856 2.662 5.717a.28.28 0 0 1-.006.285q-1.237 2.4-2.468 4.795Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M30 30V2H2v28Z"/><path fill="#fff" d="M29.153 29.123H2.847V2.872h26.306ZM13.214 21.4c-.03-.065-.053-.11-.073-.155L8.722 10.948a8 8 0 0 1-.311-.806a1.07 1.07 0 0 1 .422-1.236a2.1 2.1 0 0 1 1-.352c.231-.031.252-.051.259-.3a1 1 0 0 0-.014-.186a.186.186 0 0 0-.217-.181c-.642.031-1.284.049-1.925.086a19 19 0 0 1-2.692-.003c-.56-.045-1.123-.058-1.684-.074a.23.23 0 0 0-.183.115c-.11.3.047.559.3.54a1 1 0 0 1 .179.025a2.58 2.58 0 0 1 1.989 1.335a11 11 0 0 1 .537 1.074q2.244 5.283 4.474 10.572l1.116 2.644a.35.35 0 0 0 .313.248a.37.37 0 0 0 .376-.2l.08-.149l3.528-6.618c.026-.048.053-.1.09-.161c.032.064.056.108.077.153l1.681 3.622l1.44 3.104a.38.38 0 0 0 .374.256c.179 0 .259-.107.327-.264q2.852-6.634 5.713-13.262a12 12 0 0 1 .679-1.311a2.12 2.12 0 0 1 1.717-1.058a.405.405 0 0 0 .34-.5c-.022-.111-.075-.173-.2-.166c-.336.02-.673.022-1.007.054A12 12 0 0 1 25.46 8a55 55 0 0 0-1.713-.1c-.164-.008-.227.057-.241.226a2 2 0 0 0 0 .217c.006.142.073.2.216.217a3.7 3.7 0 0 1 .8.186a.96.96 0 0 1 .618.893a2.8 2.8 0 0 1-.264 1.276l-4.205 10.078c-.023.055-.05.108-.084.181c-.027-.048-.046-.077-.06-.107Q19.114 18.1 17.7 15.139a.23.23 0 0 1 .01-.229c.454-.858.9-1.722 1.355-2.577c.418-.776.835-1.556 1.287-2.313a4.4 4.4 0 0 1 .739-.913a2.38 2.38 0 0 1 1.44-.559a.268.268 0 0 0 .282-.293a1 1 0 0 0 0-.2c-.011-.106-.06-.168-.177-.161c-.356.02-.712.025-1.067.053a13 13 0 0 1-2.1.053c-.575-.047-1.152-.068-1.728-.107a.223.223 0 0 0-.25.174a.9.9 0 0 0-.03.273c0 .14.07.2.217.215a3.3 3.3 0 0 1 .663.121a.99.99 0 0 1 .745 1.162a2.8 2.8 0 0 1-.351 1.016q-.751 1.45-1.506 2.9c-.027.052-.056.1-.09.167c-.027-.049-.049-.083-.066-.12c-.524-1.094-1.051-2.186-1.568-3.283a5.4 5.4 0 0 1-.307-.807a.69.69 0 0 1 .431-.937a4.3 4.3 0 0 1 .813-.207c.329-.062.352-.08.326-.432v-.031c-.016-.136-.073-.217-.223-.21c-.561.031-1.123.049-1.684.086a15 15 0 0 1-2.431-.01c-.48-.044-.962-.056-1.443-.075a.21.21 0 0 0-.164.072a.39.39 0 0 0-.028.366a.4.4 0 0 0 .116.147a.36.36 0 0 0 .171.069A1.97 1.97 0 0 1 12.72 9.6c.138.258.3.5.422.769q1.335 2.856 2.662 5.717a.28.28 0 0 1-.006.285q-1.237 2.4-2.468 4.795Z"/></svg>
</template>

CSS

.icon-file-type-wikitext {
  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%20d%3D%22M30%2030V2H2v28Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.153%2029.123H2.847V2.872h26.306ZM13.214%2021.4c-.03-.065-.053-.11-.073-.155L8.722%2010.948a8%208%200%200%201-.311-.806a1.07%201.07%200%200%201%20.422-1.236a2.1%202.1%200%200%201%201-.352c.231-.031.252-.051.259-.3a1%201%200%200%200-.014-.186a.186.186%200%200%200-.217-.181c-.642.031-1.284.049-1.925.086a19%2019%200%200%201-2.692-.003c-.56-.045-1.123-.058-1.684-.074a.23.23%200%200%200-.183.115c-.11.3.047.559.3.54a1%201%200%200%201%20.179.025a2.58%202.58%200%200%201%201.989%201.335a11%2011%200%200%201%20.537%201.074q2.244%205.283%204.474%2010.572l1.116%202.644a.35.35%200%200%200%20.313.248a.37.37%200%200%200%20.376-.2l.08-.149l3.528-6.618c.026-.048.053-.1.09-.161c.032.064.056.108.077.153l1.681%203.622l1.44%203.104a.38.38%200%200%200%20.374.256c.179%200%20.259-.107.327-.264q2.852-6.634%205.713-13.262a12%2012%200%200%201%20.679-1.311a2.12%202.12%200%200%201%201.717-1.058a.405.405%200%200%200%20.34-.5c-.022-.111-.075-.173-.2-.166c-.336.02-.673.022-1.007.054A12%2012%200%200%201%2025.46%208a55%2055%200%200%200-1.713-.1c-.164-.008-.227.057-.241.226a2%202%200%200%200%200%20.217c.006.142.073.2.216.217a3.7%203.7%200%200%201%20.8.186a.96.96%200%200%201%20.618.893a2.8%202.8%200%200%201-.264%201.276l-4.205%2010.078c-.023.055-.05.108-.084.181c-.027-.048-.046-.077-.06-.107Q19.114%2018.1%2017.7%2015.139a.23.23%200%200%201%20.01-.229c.454-.858.9-1.722%201.355-2.577c.418-.776.835-1.556%201.287-2.313a4.4%204.4%200%200%201%20.739-.913a2.38%202.38%200%200%201%201.44-.559a.268.268%200%200%200%20.282-.293a1%201%200%200%200%200-.2c-.011-.106-.06-.168-.177-.161c-.356.02-.712.025-1.067.053a13%2013%200%200%201-2.1.053c-.575-.047-1.152-.068-1.728-.107a.223.223%200%200%200-.25.174a.9.9%200%200%200-.03.273c0%20.14.07.2.217.215a3.3%203.3%200%200%201%20.663.121a.99.99%200%200%201%20.745%201.162a2.8%202.8%200%200%201-.351%201.016q-.751%201.45-1.506%202.9c-.027.052-.056.1-.09.167c-.027-.049-.049-.083-.066-.12c-.524-1.094-1.051-2.186-1.568-3.283a5.4%205.4%200%200%201-.307-.807a.69.69%200%200%201%20.431-.937a4.3%204.3%200%200%201%20.813-.207c.329-.062.352-.08.326-.432v-.031c-.016-.136-.073-.217-.223-.21c-.561.031-1.123.049-1.684.086a15%2015%200%200%201-2.431-.01c-.48-.044-.962-.056-1.443-.075a.21.21%200%200%200-.164.072a.39.39%200%200%200-.028.366a.4.4%200%200%200%20.116.147a.36.36%200%200%200%20.171.069A1.97%201.97%200%200%201%2012.72%209.6c.138.258.3.5.422.769q1.335%202.856%202.662%205.717a.28.28%200%200%201-.006.285q-1.237%202.4-2.468%204.795Z%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%20d%3D%22M30%2030V2H2v28Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29.153%2029.123H2.847V2.872h26.306ZM13.214%2021.4c-.03-.065-.053-.11-.073-.155L8.722%2010.948a8%208%200%200%201-.311-.806a1.07%201.07%200%200%201%20.422-1.236a2.1%202.1%200%200%201%201-.352c.231-.031.252-.051.259-.3a1%201%200%200%200-.014-.186a.186.186%200%200%200-.217-.181c-.642.031-1.284.049-1.925.086a19%2019%200%200%201-2.692-.003c-.56-.045-1.123-.058-1.684-.074a.23.23%200%200%200-.183.115c-.11.3.047.559.3.54a1%201%200%200%201%20.179.025a2.58%202.58%200%200%201%201.989%201.335a11%2011%200%200%201%20.537%201.074q2.244%205.283%204.474%2010.572l1.116%202.644a.35.35%200%200%200%20.313.248a.37.37%200%200%200%20.376-.2l.08-.149l3.528-6.618c.026-.048.053-.1.09-.161c.032.064.056.108.077.153l1.681%203.622l1.44%203.104a.38.38%200%200%200%20.374.256c.179%200%20.259-.107.327-.264q2.852-6.634%205.713-13.262a12%2012%200%200%201%20.679-1.311a2.12%202.12%200%200%201%201.717-1.058a.405.405%200%200%200%20.34-.5c-.022-.111-.075-.173-.2-.166c-.336.02-.673.022-1.007.054A12%2012%200%200%201%2025.46%208a55%2055%200%200%200-1.713-.1c-.164-.008-.227.057-.241.226a2%202%200%200%200%200%20.217c.006.142.073.2.216.217a3.7%203.7%200%200%201%20.8.186a.96.96%200%200%201%20.618.893a2.8%202.8%200%200%201-.264%201.276l-4.205%2010.078c-.023.055-.05.108-.084.181c-.027-.048-.046-.077-.06-.107Q19.114%2018.1%2017.7%2015.139a.23.23%200%200%201%20.01-.229c.454-.858.9-1.722%201.355-2.577c.418-.776.835-1.556%201.287-2.313a4.4%204.4%200%200%201%20.739-.913a2.38%202.38%200%200%201%201.44-.559a.268.268%200%200%200%20.282-.293a1%201%200%200%200%200-.2c-.011-.106-.06-.168-.177-.161c-.356.02-.712.025-1.067.053a13%2013%200%200%201-2.1.053c-.575-.047-1.152-.068-1.728-.107a.223.223%200%200%200-.25.174a.9.9%200%200%200-.03.273c0%20.14.07.2.217.215a3.3%203.3%200%200%201%20.663.121a.99.99%200%200%201%20.745%201.162a2.8%202.8%200%200%201-.351%201.016q-.751%201.45-1.506%202.9c-.027.052-.056.1-.09.167c-.027-.049-.049-.083-.066-.12c-.524-1.094-1.051-2.186-1.568-3.283a5.4%205.4%200%200%201-.307-.807a.69.69%200%200%201%20.431-.937a4.3%204.3%200%200%201%20.813-.207c.329-.062.352-.08.326-.432v-.031c-.016-.136-.073-.217-.223-.21c-.561.031-1.123.049-1.684.086a15%2015%200%200%201-2.431-.01c-.48-.044-.962-.056-1.443-.075a.21.21%200%200%200-.164.072a.39.39%200%200%200-.028.366a.4.4%200%200%200%20.116.147a.36.36%200%200%200%20.171.069A1.97%201.97%200%200%201%2012.72%209.6c.138.258.3.5.422.769q1.335%202.856%202.662%205.717a.28.28%200%200%201-.006.285q-1.237%202.4-2.468%204.795Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-wikitext.svg?color=%231a73e8&size=48