file type access2 logo
file-type-access2 from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-access2
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-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-htmlfile-type-antlr
Use the file type access2 logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a12935" d="M16.639 2.317h1.9v2.775a20.1 20.1 0 0 1 9.237.681c1.111.379 2.32 1.244 2.212 2.568q.019 7.336 0 14.679c.111 1.34-1.13 2.2-2.253 2.574a20.2 20.2 0 0 1-9.2.662v3.427h-1.977C11.712 28.8 6.853 27.99 2 27.137V4.869c4.878-.853 9.763-1.683 14.638-2.552"/><path fill="#fff" d="M18.541 6.059a20.05 20.05 0 0 1 8.563.465c.76.283 1.779.624 1.951 1.531c-.127.741-.9 1.076-1.511 1.343a19.25 19.25 0 0 1-9 .614V6.059"/><path fill="#fff" d="M25.058 11.011a8.1 8.1 0 0 0 3.993-1.419c-.07 1.368.108 2.752-.1 4.108a4.4 4.4 0 0 1-2.288 1.152a22.8 22.8 0 0 1-8.127.3v-4.129a25.5 25.5 0 0 0 6.517-.013M8.5 10.683c.741-.054 1.48-.1 2.224-.162c1.066 3.564 2.078 7.147 3.131 10.714c-.735-.048-1.47-.1-2.2-.169c-.194-.8-.4-1.591-.611-2.383c-.977 0-1.954-.035-2.927-.083q-.282 1.131-.573 2.256q-.936-.072-1.865-.134c.929-3.351 1.9-6.689 2.819-10.04"/><path fill="#a12935" d="M8.511 16.882c.321-1.489.8-2.943 1.012-4.455c.286 1.508.729 2.978 1.091 4.468q-1.055 0-2.1-.013"/><path fill="#fff" d="M25.077 16.1a8.05 8.05 0 0 0 3.974-1.416c-.064 1.365.1 2.743-.089 4.1a4.3 4.3 0 0 1-2.272 1.155a22.9 22.9 0 0 1-8.149.305v-4.13a25.4 25.4 0 0 0 6.536-.016m-.012 5.092a8.1 8.1 0 0 0 3.987-1.416c-.067 1.365.105 2.749-.1 4.1c-.9.98-2.329 1.161-3.567 1.413a23.4 23.4 0 0 1-6.861.025c.022-1.371.013-2.74.013-4.111a25.3 25.3 0 0 0 6.523-.016"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeAccess2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a12935" d="M16.639 2.317h1.9v2.775a20.1 20.1 0 0 1 9.237.681c1.111.379 2.32 1.244 2.212 2.568q.019 7.336 0 14.679c.111 1.34-1.13 2.2-2.253 2.574a20.2 20.2 0 0 1-9.2.662v3.427h-1.977C11.712 28.8 6.853 27.99 2 27.137V4.869c4.878-.853 9.763-1.683 14.638-2.552"/><path fill="#fff" d="M18.541 6.059a20.05 20.05 0 0 1 8.563.465c.76.283 1.779.624 1.951 1.531c-.127.741-.9 1.076-1.511 1.343a19.25 19.25 0 0 1-9 .614V6.059"/><path fill="#fff" d="M25.058 11.011a8.1 8.1 0 0 0 3.993-1.419c-.07 1.368.108 2.752-.1 4.108a4.4 4.4 0 0 1-2.288 1.152a22.8 22.8 0 0 1-8.127.3v-4.129a25.5 25.5 0 0 0 6.517-.013M8.5 10.683c.741-.054 1.48-.1 2.224-.162c1.066 3.564 2.078 7.147 3.131 10.714c-.735-.048-1.47-.1-2.2-.169c-.194-.8-.4-1.591-.611-2.383c-.977 0-1.954-.035-2.927-.083q-.282 1.131-.573 2.256q-.936-.072-1.865-.134c.929-3.351 1.9-6.689 2.819-10.04"/><path fill="#a12935" d="M8.511 16.882c.321-1.489.8-2.943 1.012-4.455c.286 1.508.729 2.978 1.091 4.468q-1.055 0-2.1-.013"/><path fill="#fff" d="M25.077 16.1a8.05 8.05 0 0 0 3.974-1.416c-.064 1.365.1 2.743-.089 4.1a4.3 4.3 0 0 1-2.272 1.155a22.9 22.9 0 0 1-8.149.305v-4.13a25.4 25.4 0 0 0 6.536-.016m-.012 5.092a8.1 8.1 0 0 0 3.987-1.416c-.067 1.365.105 2.749-.1 4.1c-.9.98-2.329 1.161-3.567 1.413a23.4 23.4 0 0 1-6.861.025c.022-1.371.013-2.74.013-4.111a25.3 25.3 0 0 0 6.523-.016"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#a12935" d="M16.639 2.317h1.9v2.775a20.1 20.1 0 0 1 9.237.681c1.111.379 2.32 1.244 2.212 2.568q.019 7.336 0 14.679c.111 1.34-1.13 2.2-2.253 2.574a20.2 20.2 0 0 1-9.2.662v3.427h-1.977C11.712 28.8 6.853 27.99 2 27.137V4.869c4.878-.853 9.763-1.683 14.638-2.552"/><path fill="#fff" d="M18.541 6.059a20.05 20.05 0 0 1 8.563.465c.76.283 1.779.624 1.951 1.531c-.127.741-.9 1.076-1.511 1.343a19.25 19.25 0 0 1-9 .614V6.059"/><path fill="#fff" d="M25.058 11.011a8.1 8.1 0 0 0 3.993-1.419c-.07 1.368.108 2.752-.1 4.108a4.4 4.4 0 0 1-2.288 1.152a22.8 22.8 0 0 1-8.127.3v-4.129a25.5 25.5 0 0 0 6.517-.013M8.5 10.683c.741-.054 1.48-.1 2.224-.162c1.066 3.564 2.078 7.147 3.131 10.714c-.735-.048-1.47-.1-2.2-.169c-.194-.8-.4-1.591-.611-2.383c-.977 0-1.954-.035-2.927-.083q-.282 1.131-.573 2.256q-.936-.072-1.865-.134c.929-3.351 1.9-6.689 2.819-10.04"/><path fill="#a12935" d="M8.511 16.882c.321-1.489.8-2.943 1.012-4.455c.286 1.508.729 2.978 1.091 4.468q-1.055 0-2.1-.013"/><path fill="#fff" d="M25.077 16.1a8.05 8.05 0 0 0 3.974-1.416c-.064 1.365.1 2.743-.089 4.1a4.3 4.3 0 0 1-2.272 1.155a22.9 22.9 0 0 1-8.149.305v-4.13a25.4 25.4 0 0 0 6.536-.016m-.012 5.092a8.1 8.1 0 0 0 3.987-1.416c-.067 1.365.105 2.749-.1 4.1c-.9.98-2.329 1.161-3.567 1.413a23.4 23.4 0 0 1-6.861.025c.022-1.371.013-2.74.013-4.111a25.3 25.3 0 0 0 6.523-.016"/></svg> </template>
CSS
.icon-file-type-access2 {
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%23a12935%22%20d%3D%22M16.639%202.317h1.9v2.775a20.1%2020.1%200%200%201%209.237.681c1.111.379%202.32%201.244%202.212%202.568q.019%207.336%200%2014.679c.111%201.34-1.13%202.2-2.253%202.574a20.2%2020.2%200%200%201-9.2.662v3.427h-1.977C11.712%2028.8%206.853%2027.99%202%2027.137V4.869c4.878-.853%209.763-1.683%2014.638-2.552%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.541%206.059a20.05%2020.05%200%200%201%208.563.465c.76.283%201.779.624%201.951%201.531c-.127.741-.9%201.076-1.511%201.343a19.25%2019.25%200%200%201-9%20.614V6.059%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.058%2011.011a8.1%208.1%200%200%200%203.993-1.419c-.07%201.368.108%202.752-.1%204.108a4.4%204.4%200%200%201-2.288%201.152a22.8%2022.8%200%200%201-8.127.3v-4.129a25.5%2025.5%200%200%200%206.517-.013M8.5%2010.683c.741-.054%201.48-.1%202.224-.162c1.066%203.564%202.078%207.147%203.131%2010.714c-.735-.048-1.47-.1-2.2-.169c-.194-.8-.4-1.591-.611-2.383c-.977%200-1.954-.035-2.927-.083q-.282%201.131-.573%202.256q-.936-.072-1.865-.134c.929-3.351%201.9-6.689%202.819-10.04%22%2F%3E%3Cpath%20fill%3D%22%23a12935%22%20d%3D%22M8.511%2016.882c.321-1.489.8-2.943%201.012-4.455c.286%201.508.729%202.978%201.091%204.468q-1.055%200-2.1-.013%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.077%2016.1a8.05%208.05%200%200%200%203.974-1.416c-.064%201.365.1%202.743-.089%204.1a4.3%204.3%200%200%201-2.272%201.155a22.9%2022.9%200%200%201-8.149.305v-4.13a25.4%2025.4%200%200%200%206.536-.016m-.012%205.092a8.1%208.1%200%200%200%203.987-1.416c-.067%201.365.105%202.749-.1%204.1c-.9.98-2.329%201.161-3.567%201.413a23.4%2023.4%200%200%201-6.861.025c.022-1.371.013-2.74.013-4.111a25.3%2025.3%200%200%200%206.523-.016%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%23a12935%22%20d%3D%22M16.639%202.317h1.9v2.775a20.1%2020.1%200%200%201%209.237.681c1.111.379%202.32%201.244%202.212%202.568q.019%207.336%200%2014.679c.111%201.34-1.13%202.2-2.253%202.574a20.2%2020.2%200%200%201-9.2.662v3.427h-1.977C11.712%2028.8%206.853%2027.99%202%2027.137V4.869c4.878-.853%209.763-1.683%2014.638-2.552%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.541%206.059a20.05%2020.05%200%200%201%208.563.465c.76.283%201.779.624%201.951%201.531c-.127.741-.9%201.076-1.511%201.343a19.25%2019.25%200%200%201-9%20.614V6.059%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.058%2011.011a8.1%208.1%200%200%200%203.993-1.419c-.07%201.368.108%202.752-.1%204.108a4.4%204.4%200%200%201-2.288%201.152a22.8%2022.8%200%200%201-8.127.3v-4.129a25.5%2025.5%200%200%200%206.517-.013M8.5%2010.683c.741-.054%201.48-.1%202.224-.162c1.066%203.564%202.078%207.147%203.131%2010.714c-.735-.048-1.47-.1-2.2-.169c-.194-.8-.4-1.591-.611-2.383c-.977%200-1.954-.035-2.927-.083q-.282%201.131-.573%202.256q-.936-.072-1.865-.134c.929-3.351%201.9-6.689%202.819-10.04%22%2F%3E%3Cpath%20fill%3D%22%23a12935%22%20d%3D%22M8.511%2016.882c.321-1.489.8-2.943%201.012-4.455c.286%201.508.729%202.978%201.091%204.468q-1.055%200-2.1-.013%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M25.077%2016.1a8.05%208.05%200%200%200%203.974-1.416c-.064%201.365.1%202.743-.089%204.1a4.3%204.3%200%200%201-2.272%201.155a22.9%2022.9%200%200%201-8.149.305v-4.13a25.4%2025.4%200%200%200%206.536-.016m-.012%205.092a8.1%208.1%200%200%200%203.987-1.416c-.067%201.365.105%202.749-.1%204.1c-.9.98-2.329%201.161-3.567%201.413a23.4%2023.4%200%200%201-6.861.025c.022-1.371.013-2.74.013-4.111a25.3%2025.3%200%200%200%206.523-.016%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-access2.svg?color=%231a73e8&size=48