file type word2 logo
file-type-word2 from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-word2
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type word2 logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#283c82" d="M18.536 2.323v2.545c3.4.019 7.12-.035 10.521.019a.783.783 0 0 1 .912.861c.054 6.266-.013 12.89.032 19.157c-.02.4.009 1.118-.053 1.517c-.079.509-.306.607-.817.676c-.286.039-.764.034-1.045.047c-2.792-.014-5.582-.011-8.374-.01h-1.175v2.547L2 27.133V4.873z"/><path fill="#fff" d="M18.536 5.822h10.5V26.18h-10.5v-2.545h8.27v-1.272h-8.27v-1.59h8.27V19.5h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27V8.048h-8.27zm-9.963 5.621c.6-.035 1.209-.06 1.813-.092c.423 2.147.856 4.291 1.314 6.429c.359-2.208.757-4.409 1.142-6.613a57 57 0 0 0 1.905-.1c-.719 3.082-1.349 6.19-2.134 9.254c-.531.277-1.326-.013-1.956.032c-.423-2.106-.916-4.2-1.295-6.314c-.372 2.061-.856 4.094-1.282 6.136q-.916-.048-1.839-.111c-.528-2.8-1.148-5.579-1.641-8.385q.818-.038 1.635-.067c.328 2.026.7 4.043.986 6.072c.448-2.08.907-4.161 1.352-6.241"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeWord2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#283c82" d="M18.536 2.323v2.545c3.4.019 7.12-.035 10.521.019a.783.783 0 0 1 .912.861c.054 6.266-.013 12.89.032 19.157c-.02.4.009 1.118-.053 1.517c-.079.509-.306.607-.817.676c-.286.039-.764.034-1.045.047c-2.792-.014-5.582-.011-8.374-.01h-1.175v2.547L2 27.133V4.873z"/><path fill="#fff" d="M18.536 5.822h10.5V26.18h-10.5v-2.545h8.27v-1.272h-8.27v-1.59h8.27V19.5h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27V8.048h-8.27zm-9.963 5.621c.6-.035 1.209-.06 1.813-.092c.423 2.147.856 4.291 1.314 6.429c.359-2.208.757-4.409 1.142-6.613a57 57 0 0 0 1.905-.1c-.719 3.082-1.349 6.19-2.134 9.254c-.531.277-1.326-.013-1.956.032c-.423-2.106-.916-4.2-1.295-6.314c-.372 2.061-.856 4.094-1.282 6.136q-.916-.048-1.839-.111c-.528-2.8-1.148-5.579-1.641-8.385q.818-.038 1.635-.067c.328 2.026.7 4.043.986 6.072c.448-2.08.907-4.161 1.352-6.241"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#283c82" d="M18.536 2.323v2.545c3.4.019 7.12-.035 10.521.019a.783.783 0 0 1 .912.861c.054 6.266-.013 12.89.032 19.157c-.02.4.009 1.118-.053 1.517c-.079.509-.306.607-.817.676c-.286.039-.764.034-1.045.047c-2.792-.014-5.582-.011-8.374-.01h-1.175v2.547L2 27.133V4.873z"/><path fill="#fff" d="M18.536 5.822h10.5V26.18h-10.5v-2.545h8.27v-1.272h-8.27v-1.59h8.27V19.5h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27V8.048h-8.27zm-9.963 5.621c.6-.035 1.209-.06 1.813-.092c.423 2.147.856 4.291 1.314 6.429c.359-2.208.757-4.409 1.142-6.613a57 57 0 0 0 1.905-.1c-.719 3.082-1.349 6.19-2.134 9.254c-.531.277-1.326-.013-1.956.032c-.423-2.106-.916-4.2-1.295-6.314c-.372 2.061-.856 4.094-1.282 6.136q-.916-.048-1.839-.111c-.528-2.8-1.148-5.579-1.641-8.385q.818-.038 1.635-.067c.328 2.026.7 4.043.986 6.072c.448-2.08.907-4.161 1.352-6.241"/></svg> </template>
CSS
.icon-file-type-word2 {
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%22%23283c82%22%20d%3D%22M18.536%202.323v2.545c3.4.019%207.12-.035%2010.521.019a.783.783%200%200%201%20.912.861c.054%206.266-.013%2012.89.032%2019.157c-.02.4.009%201.118-.053%201.517c-.079.509-.306.607-.817.676c-.286.039-.764.034-1.045.047c-2.792-.014-5.582-.011-8.374-.01h-1.175v2.547L2%2027.133V4.873z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.536%205.822h10.5V26.18h-10.5v-2.545h8.27v-1.272h-8.27v-1.59h8.27V19.5h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27V8.048h-8.27zm-9.963%205.621c.6-.035%201.209-.06%201.813-.092c.423%202.147.856%204.291%201.314%206.429c.359-2.208.757-4.409%201.142-6.613a57%2057%200%200%200%201.905-.1c-.719%203.082-1.349%206.19-2.134%209.254c-.531.277-1.326-.013-1.956.032c-.423-2.106-.916-4.2-1.295-6.314c-.372%202.061-.856%204.094-1.282%206.136q-.916-.048-1.839-.111c-.528-2.8-1.148-5.579-1.641-8.385q.818-.038%201.635-.067c.328%202.026.7%204.043.986%206.072c.448-2.08.907-4.161%201.352-6.241%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%22%23283c82%22%20d%3D%22M18.536%202.323v2.545c3.4.019%207.12-.035%2010.521.019a.783.783%200%200%201%20.912.861c.054%206.266-.013%2012.89.032%2019.157c-.02.4.009%201.118-.053%201.517c-.079.509-.306.607-.817.676c-.286.039-.764.034-1.045.047c-2.792-.014-5.582-.011-8.374-.01h-1.175v2.547L2%2027.133V4.873z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.536%205.822h10.5V26.18h-10.5v-2.545h8.27v-1.272h-8.27v-1.59h8.27V19.5h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27v-1.273h-8.27v-1.59h8.27V8.048h-8.27zm-9.963%205.621c.6-.035%201.209-.06%201.813-.092c.423%202.147.856%204.291%201.314%206.429c.359-2.208.757-4.409%201.142-6.613a57%2057%200%200%200%201.905-.1c-.719%203.082-1.349%206.19-2.134%209.254c-.531.277-1.326-.013-1.956.032c-.423-2.106-.916-4.2-1.295-6.314c-.372%202.061-.856%204.094-1.282%206.136q-.916-.048-1.839-.111c-.528-2.8-1.148-5.579-1.641-8.385q.818-.038%201.635-.067c.328%202.026.7%204.043.986%206.072c.448-2.08.907-4.161%201.352-6.241%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-word2.svg?color=%231a73e8&size=48