file type aspx logo
file-type-aspx from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-aspx
- 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 aspx logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c5c5c5" d="M22.75 2H6.35v28h23.3V9z"/><path fill="#f5f5f5" d="M27.35 27.7H8.75V4.3h11.7v7h7v16.4z"/><path fill="#33a9dc" d="M12.1 30.994A11.094 11.094 0 1 1 23.194 19.9A11.106 11.106 0 0 1 12.1 30.994m0-20.3a9.2 9.2 0 1 0 9.2 9.206a9.216 9.216 0 0 0-9.2-9.2Z"/><path fill="#33a9dc" stroke="#33a9dc" stroke-miterlimit="10" d="M2.099 19.455h20.003v.89H2.099zm10.226-3.692a32 32 0 0 1-8.484-1.11l.242-.807a31.4 31.4 0 0 0 15.992 0l.239.807a28 28 0 0 1-7.989 1.11ZM4.1 25.724l-.239-.807a31.65 31.65 0 0 1 16.472 0l-.242.807a31.4 31.4 0 0 0-15.991 0Z"/><path fill="#33a9dc" stroke="#33a9dc" stroke-miterlimit="10" d="M8.536 29.055A25.44 25.44 0 0 1 8 10.608l.776.331a24.56 24.56 0 0 0 .533 17.783Zm7.064 0l-.776-.333a24.56 24.56 0 0 0 .531-17.783l.776-.331a25.44 25.44 0 0 1-.531 18.447ZM11.655 9.898h.889v20.371h-.889z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeAspx(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c5c5c5" d="M22.75 2H6.35v28h23.3V9z"/><path fill="#f5f5f5" d="M27.35 27.7H8.75V4.3h11.7v7h7v16.4z"/><path fill="#33a9dc" d="M12.1 30.994A11.094 11.094 0 1 1 23.194 19.9A11.106 11.106 0 0 1 12.1 30.994m0-20.3a9.2 9.2 0 1 0 9.2 9.206a9.216 9.216 0 0 0-9.2-9.2Z"/><path fill="#33a9dc" stroke="#33a9dc" strokeMiterlimit="10" d="M2.099 19.455h20.003v.89H2.099zm10.226-3.692a32 32 0 0 1-8.484-1.11l.242-.807a31.4 31.4 0 0 0 15.992 0l.239.807a28 28 0 0 1-7.989 1.11ZM4.1 25.724l-.239-.807a31.65 31.65 0 0 1 16.472 0l-.242.807a31.4 31.4 0 0 0-15.991 0Z"/><path fill="#33a9dc" stroke="#33a9dc" strokeMiterlimit="10" d="M8.536 29.055A25.44 25.44 0 0 1 8 10.608l.776.331a24.56 24.56 0 0 0 .533 17.783Zm7.064 0l-.776-.333a24.56 24.56 0 0 0 .531-17.783l.776-.331a25.44 25.44 0 0 1-.531 18.447ZM11.655 9.898h.889v20.371h-.889z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c5c5c5" d="M22.75 2H6.35v28h23.3V9z"/><path fill="#f5f5f5" d="M27.35 27.7H8.75V4.3h11.7v7h7v16.4z"/><path fill="#33a9dc" d="M12.1 30.994A11.094 11.094 0 1 1 23.194 19.9A11.106 11.106 0 0 1 12.1 30.994m0-20.3a9.2 9.2 0 1 0 9.2 9.206a9.216 9.216 0 0 0-9.2-9.2Z"/><path fill="#33a9dc" stroke="#33a9dc" stroke-miterlimit="10" d="M2.099 19.455h20.003v.89H2.099zm10.226-3.692a32 32 0 0 1-8.484-1.11l.242-.807a31.4 31.4 0 0 0 15.992 0l.239.807a28 28 0 0 1-7.989 1.11ZM4.1 25.724l-.239-.807a31.65 31.65 0 0 1 16.472 0l-.242.807a31.4 31.4 0 0 0-15.991 0Z"/><path fill="#33a9dc" stroke="#33a9dc" stroke-miterlimit="10" d="M8.536 29.055A25.44 25.44 0 0 1 8 10.608l.776.331a24.56 24.56 0 0 0 .533 17.783Zm7.064 0l-.776-.333a24.56 24.56 0 0 0 .531-17.783l.776-.331a25.44 25.44 0 0 1-.531 18.447ZM11.655 9.898h.889v20.371h-.889z"/></svg> </template>
CSS
.icon-file-type-aspx {
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%23c5c5c5%22%20d%3D%22M22.75%202H6.35v28h23.3V9z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M27.35%2027.7H8.75V4.3h11.7v7h7v16.4z%22%2F%3E%3Cpath%20fill%3D%22%2333a9dc%22%20d%3D%22M12.1%2030.994A11.094%2011.094%200%201%201%2023.194%2019.9A11.106%2011.106%200%200%201%2012.1%2030.994m0-20.3a9.2%209.2%200%201%200%209.2%209.206a9.216%209.216%200%200%200-9.2-9.2Z%22%2F%3E%3Cpath%20fill%3D%22%2333a9dc%22%20stroke%3D%22%2333a9dc%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M2.099%2019.455h20.003v.89H2.099zm10.226-3.692a32%2032%200%200%201-8.484-1.11l.242-.807a31.4%2031.4%200%200%200%2015.992%200l.239.807a28%2028%200%200%201-7.989%201.11ZM4.1%2025.724l-.239-.807a31.65%2031.65%200%200%201%2016.472%200l-.242.807a31.4%2031.4%200%200%200-15.991%200Z%22%2F%3E%3Cpath%20fill%3D%22%2333a9dc%22%20stroke%3D%22%2333a9dc%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.536%2029.055A25.44%2025.44%200%200%201%208%2010.608l.776.331a24.56%2024.56%200%200%200%20.533%2017.783Zm7.064%200l-.776-.333a24.56%2024.56%200%200%200%20.531-17.783l.776-.331a25.44%2025.44%200%200%201-.531%2018.447ZM11.655%209.898h.889v20.371h-.889z%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%23c5c5c5%22%20d%3D%22M22.75%202H6.35v28h23.3V9z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M27.35%2027.7H8.75V4.3h11.7v7h7v16.4z%22%2F%3E%3Cpath%20fill%3D%22%2333a9dc%22%20d%3D%22M12.1%2030.994A11.094%2011.094%200%201%201%2023.194%2019.9A11.106%2011.106%200%200%201%2012.1%2030.994m0-20.3a9.2%209.2%200%201%200%209.2%209.206a9.216%209.216%200%200%200-9.2-9.2Z%22%2F%3E%3Cpath%20fill%3D%22%2333a9dc%22%20stroke%3D%22%2333a9dc%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M2.099%2019.455h20.003v.89H2.099zm10.226-3.692a32%2032%200%200%201-8.484-1.11l.242-.807a31.4%2031.4%200%200%200%2015.992%200l.239.807a28%2028%200%200%201-7.989%201.11ZM4.1%2025.724l-.239-.807a31.65%2031.65%200%200%201%2016.472%200l-.242.807a31.4%2031.4%200%200%200-15.991%200Z%22%2F%3E%3Cpath%20fill%3D%22%2333a9dc%22%20stroke%3D%22%2333a9dc%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.536%2029.055A25.44%2025.44%200%200%201%208%2010.608l.776.331a24.56%2024.56%200%200%200%20.533%2017.783Zm7.064%200l-.776-.333a24.56%2024.56%200%200%200%20.531-17.783l.776-.331a25.44%2025.44%200%200%201-.531%2018.447ZM11.655%209.898h.889v20.371h-.889z%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-aspx.svg?color=%231a73e8&size=48