file type vueconfig logo
file-type-vueconfig from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-vueconfig
- 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 vueconfig logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#41b883" d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6l3.22-5.6Z"/><path fill="#41b883" d="m2 3.925l14 24.15l14-24.15h-5.6L16 18.415L7.53 3.925Z"/><path fill="#35495e" d="M7.53 3.925L16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z"/><path fill="#99b8c4" d="m26.684 27.192l.456-.447c2.112.068 2.144-.005 2.237-.219l.58-1.393L30 25l-.047-.115c-.025-.061-.1-.243-1.42-1.483v-.652c1.521-1.445 1.489-1.519 1.4-1.73l-.577-1.407c-.087-.211-.12-.294-2.216-.237l-.457-.465a10 10 0 0 0-.071-2.053l-.059-.132l-1.508-.65c-.222-.1-.3-.136-1.724 1.393l-.64-.009c-1.466-1.543-1.535-1.515-1.755-1.428l-1.4.559c-.219.088-.3.119-.212 2.219l-.453.445c-2.11-.068-2.142.006-2.234.219l-.581 1.393L16 21l.048.116c.025.06.1.24 1.419 1.481v.65c-1.521 1.445-1.488 1.519-1.4 1.731l.577 1.409c.089.215.12.292 2.216.238l.456.467a10 10 0 0 0 .07 2.05l.058.133l1.518.654c.221.091.3.124 1.717-1.4l.64.008c1.468 1.545 1.543 1.515 1.757 1.43l1.4-.558c.224-.086.297-.116.208-2.217m-6.013-3.262a2.47 2.47 0 0 1 1.449-3.2a2.525 2.525 0 0 1 3.246 1.429a2.467 2.467 0 0 1-1.405 3.184a2.554 2.554 0 0 1-3.29-1.413"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeVueconfig(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#41b883" d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6l3.22-5.6Z"/><path fill="#41b883" d="m2 3.925l14 24.15l14-24.15h-5.6L16 18.415L7.53 3.925Z"/><path fill="#35495e" d="M7.53 3.925L16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z"/><path fill="#99b8c4" d="m26.684 27.192l.456-.447c2.112.068 2.144-.005 2.237-.219l.58-1.393L30 25l-.047-.115c-.025-.061-.1-.243-1.42-1.483v-.652c1.521-1.445 1.489-1.519 1.4-1.73l-.577-1.407c-.087-.211-.12-.294-2.216-.237l-.457-.465a10 10 0 0 0-.071-2.053l-.059-.132l-1.508-.65c-.222-.1-.3-.136-1.724 1.393l-.64-.009c-1.466-1.543-1.535-1.515-1.755-1.428l-1.4.559c-.219.088-.3.119-.212 2.219l-.453.445c-2.11-.068-2.142.006-2.234.219l-.581 1.393L16 21l.048.116c.025.06.1.24 1.419 1.481v.65c-1.521 1.445-1.488 1.519-1.4 1.731l.577 1.409c.089.215.12.292 2.216.238l.456.467a10 10 0 0 0 .07 2.05l.058.133l1.518.654c.221.091.3.124 1.717-1.4l.64.008c1.468 1.545 1.543 1.515 1.757 1.43l1.4-.558c.224-.086.297-.116.208-2.217m-6.013-3.262a2.47 2.47 0 0 1 1.449-3.2a2.525 2.525 0 0 1 3.246 1.429a2.467 2.467 0 0 1-1.405 3.184a2.554 2.554 0 0 1-3.29-1.413"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#41b883" d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6l3.22-5.6Z"/><path fill="#41b883" d="m2 3.925l14 24.15l14-24.15h-5.6L16 18.415L7.53 3.925Z"/><path fill="#35495e" d="M7.53 3.925L16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z"/><path fill="#99b8c4" d="m26.684 27.192l.456-.447c2.112.068 2.144-.005 2.237-.219l.58-1.393L30 25l-.047-.115c-.025-.061-.1-.243-1.42-1.483v-.652c1.521-1.445 1.489-1.519 1.4-1.73l-.577-1.407c-.087-.211-.12-.294-2.216-.237l-.457-.465a10 10 0 0 0-.071-2.053l-.059-.132l-1.508-.65c-.222-.1-.3-.136-1.724 1.393l-.64-.009c-1.466-1.543-1.535-1.515-1.755-1.428l-1.4.559c-.219.088-.3.119-.212 2.219l-.453.445c-2.11-.068-2.142.006-2.234.219l-.581 1.393L16 21l.048.116c.025.06.1.24 1.419 1.481v.65c-1.521 1.445-1.488 1.519-1.4 1.731l.577 1.409c.089.215.12.292 2.216.238l.456.467a10 10 0 0 0 .07 2.05l.058.133l1.518.654c.221.091.3.124 1.717-1.4l.64.008c1.468 1.545 1.543 1.515 1.757 1.43l1.4-.558c.224-.086.297-.116.208-2.217m-6.013-3.262a2.47 2.47 0 0 1 1.449-3.2a2.525 2.525 0 0 1 3.246 1.429a2.467 2.467 0 0 1-1.405 3.184a2.554 2.554 0 0 1-3.29-1.413"/></svg> </template>
CSS
.icon-file-type-vueconfig {
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%2341b883%22%20d%3D%22M24.4%203.925H30l-14%2024.15L2%203.925h10.71l3.29%205.6l3.22-5.6Z%22%2F%3E%3Cpath%20fill%3D%22%2341b883%22%20d%3D%22m2%203.925l14%2024.15l14-24.15h-5.6L16%2018.415L7.53%203.925Z%22%2F%3E%3Cpath%20fill%3D%22%2335495e%22%20d%3D%22M7.53%203.925L16%2018.485l8.4-14.56h-5.18L16%209.525l-3.29-5.6Z%22%2F%3E%3Cpath%20fill%3D%22%2399b8c4%22%20d%3D%22m26.684%2027.192l.456-.447c2.112.068%202.144-.005%202.237-.219l.58-1.393L30%2025l-.047-.115c-.025-.061-.1-.243-1.42-1.483v-.652c1.521-1.445%201.489-1.519%201.4-1.73l-.577-1.407c-.087-.211-.12-.294-2.216-.237l-.457-.465a10%2010%200%200%200-.071-2.053l-.059-.132l-1.508-.65c-.222-.1-.3-.136-1.724%201.393l-.64-.009c-1.466-1.543-1.535-1.515-1.755-1.428l-1.4.559c-.219.088-.3.119-.212%202.219l-.453.445c-2.11-.068-2.142.006-2.234.219l-.581%201.393L16%2021l.048.116c.025.06.1.24%201.419%201.481v.65c-1.521%201.445-1.488%201.519-1.4%201.731l.577%201.409c.089.215.12.292%202.216.238l.456.467a10%2010%200%200%200%20.07%202.05l.058.133l1.518.654c.221.091.3.124%201.717-1.4l.64.008c1.468%201.545%201.543%201.515%201.757%201.43l1.4-.558c.224-.086.297-.116.208-2.217m-6.013-3.262a2.47%202.47%200%200%201%201.449-3.2a2.525%202.525%200%200%201%203.246%201.429a2.467%202.467%200%200%201-1.405%203.184a2.554%202.554%200%200%201-3.29-1.413%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%2341b883%22%20d%3D%22M24.4%203.925H30l-14%2024.15L2%203.925h10.71l3.29%205.6l3.22-5.6Z%22%2F%3E%3Cpath%20fill%3D%22%2341b883%22%20d%3D%22m2%203.925l14%2024.15l14-24.15h-5.6L16%2018.415L7.53%203.925Z%22%2F%3E%3Cpath%20fill%3D%22%2335495e%22%20d%3D%22M7.53%203.925L16%2018.485l8.4-14.56h-5.18L16%209.525l-3.29-5.6Z%22%2F%3E%3Cpath%20fill%3D%22%2399b8c4%22%20d%3D%22m26.684%2027.192l.456-.447c2.112.068%202.144-.005%202.237-.219l.58-1.393L30%2025l-.047-.115c-.025-.061-.1-.243-1.42-1.483v-.652c1.521-1.445%201.489-1.519%201.4-1.73l-.577-1.407c-.087-.211-.12-.294-2.216-.237l-.457-.465a10%2010%200%200%200-.071-2.053l-.059-.132l-1.508-.65c-.222-.1-.3-.136-1.724%201.393l-.64-.009c-1.466-1.543-1.535-1.515-1.755-1.428l-1.4.559c-.219.088-.3.119-.212%202.219l-.453.445c-2.11-.068-2.142.006-2.234.219l-.581%201.393L16%2021l.048.116c.025.06.1.24%201.419%201.481v.65c-1.521%201.445-1.488%201.519-1.4%201.731l.577%201.409c.089.215.12.292%202.216.238l.456.467a10%2010%200%200%200%20.07%202.05l.058.133l1.518.654c.221.091.3.124%201.717-1.4l.64.008c1.468%201.545%201.543%201.515%201.757%201.43l1.4-.558c.224-.086.297-.116.208-2.217m-6.013-3.262a2.47%202.47%200%200%201%201.449-3.2a2.525%202.525%200%200%201%203.246%201.429a2.467%202.467%200%200%201-1.405%203.184a2.554%202.554%200%200%201-3.29-1.413%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-vueconfig.svg?color=%231a73e8&size=48