file type light symfony logo
file-type-light-symfony from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-light-symfony
- 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 light symfony logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1a171b" d="M16 2A14 14 0 1 1 2 16A14 14 0 0 1 16 2m6.121 5.18a5.02 5.02 0 0 0-3.588 1.92a12.1 12.1 0 0 0-2.194 4.038a7.8 7.8 0 0 0-2.962-2.056a3.62 3.62 0 0 0-3.281.6a2.94 2.94 0 0 0-1 1.462a3.31 3.31 0 0 0 .837 3.034l.86.922a1.31 1.31 0 0 1 .4 1.328a1.59 1.59 0 0 1-2.021.93c-.406-.124-.989-.426-.858-.852a4 4 0 0 1 .245-.455a2 2 0 0 0 .109-.283a1.14 1.14 0 0 0-.641-1.427a.954.954 0 0 0-1.319.659c-.244.792.135 2.231 2.167 2.857c2.38.731 4.393-.565 4.679-2.255c.18-1.059-.3-1.845-1.174-2.857l-.713-.789a1.3 1.3 0 0 1-.133-1.733a1.53 1.53 0 0 1 1.8-.441c1.285.349 1.858 1.241 2.814 1.96c-.395 1.295-.653 2.594-.886 3.759l-.142.869c-.683 3.584-1.2 5.552-2.56 6.681a2.2 2.2 0 0 1-1.252.505a.36.36 0 0 1-.412-.3c-.007-.217.175-.316.3-.413a.75.75 0 0 0 .437-.788a1.19 1.19 0 0 0-1.276-1.134a1.48 1.48 0 0 0-1.373 1.5c.033.99.956 1.732 2.347 1.685a5.62 5.62 0 0 0 4.041-2.274a14.16 14.16 0 0 0 2.828-6.648l.447-2.47q.371.046.8.057c2.373.05 3.559-1.179 3.577-2.073a.97.97 0 0 0-.868-1.061a.99.99 0 0 0-.94.763c-.108.5.755.949.08 1.386a3.76 3.76 0 0 1-2.549.351l.22-1.216c.449-2.306 1-5.143 3.1-5.212c.153-.008.713.007.726.377c0 .124-.027.155-.172.439a1 1 0 0 0-.2.625a.984.984 0 0 0 1.116.952a1.207 1.207 0 0 0 1.1-1.306c-.035-1.018-1.109-1.662-2.53-1.615Z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLightSymfony(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1a171b" d="M16 2A14 14 0 1 1 2 16A14 14 0 0 1 16 2m6.121 5.18a5.02 5.02 0 0 0-3.588 1.92a12.1 12.1 0 0 0-2.194 4.038a7.8 7.8 0 0 0-2.962-2.056a3.62 3.62 0 0 0-3.281.6a2.94 2.94 0 0 0-1 1.462a3.31 3.31 0 0 0 .837 3.034l.86.922a1.31 1.31 0 0 1 .4 1.328a1.59 1.59 0 0 1-2.021.93c-.406-.124-.989-.426-.858-.852a4 4 0 0 1 .245-.455a2 2 0 0 0 .109-.283a1.14 1.14 0 0 0-.641-1.427a.954.954 0 0 0-1.319.659c-.244.792.135 2.231 2.167 2.857c2.38.731 4.393-.565 4.679-2.255c.18-1.059-.3-1.845-1.174-2.857l-.713-.789a1.3 1.3 0 0 1-.133-1.733a1.53 1.53 0 0 1 1.8-.441c1.285.349 1.858 1.241 2.814 1.96c-.395 1.295-.653 2.594-.886 3.759l-.142.869c-.683 3.584-1.2 5.552-2.56 6.681a2.2 2.2 0 0 1-1.252.505a.36.36 0 0 1-.412-.3c-.007-.217.175-.316.3-.413a.75.75 0 0 0 .437-.788a1.19 1.19 0 0 0-1.276-1.134a1.48 1.48 0 0 0-1.373 1.5c.033.99.956 1.732 2.347 1.685a5.62 5.62 0 0 0 4.041-2.274a14.16 14.16 0 0 0 2.828-6.648l.447-2.47q.371.046.8.057c2.373.05 3.559-1.179 3.577-2.073a.97.97 0 0 0-.868-1.061a.99.99 0 0 0-.94.763c-.108.5.755.949.08 1.386a3.76 3.76 0 0 1-2.549.351l.22-1.216c.449-2.306 1-5.143 3.1-5.212c.153-.008.713.007.726.377c0 .124-.027.155-.172.439a1 1 0 0 0-.2.625a.984.984 0 0 0 1.116.952a1.207 1.207 0 0 0 1.1-1.306c-.035-1.018-1.109-1.662-2.53-1.615Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#1a171b" d="M16 2A14 14 0 1 1 2 16A14 14 0 0 1 16 2m6.121 5.18a5.02 5.02 0 0 0-3.588 1.92a12.1 12.1 0 0 0-2.194 4.038a7.8 7.8 0 0 0-2.962-2.056a3.62 3.62 0 0 0-3.281.6a2.94 2.94 0 0 0-1 1.462a3.31 3.31 0 0 0 .837 3.034l.86.922a1.31 1.31 0 0 1 .4 1.328a1.59 1.59 0 0 1-2.021.93c-.406-.124-.989-.426-.858-.852a4 4 0 0 1 .245-.455a2 2 0 0 0 .109-.283a1.14 1.14 0 0 0-.641-1.427a.954.954 0 0 0-1.319.659c-.244.792.135 2.231 2.167 2.857c2.38.731 4.393-.565 4.679-2.255c.18-1.059-.3-1.845-1.174-2.857l-.713-.789a1.3 1.3 0 0 1-.133-1.733a1.53 1.53 0 0 1 1.8-.441c1.285.349 1.858 1.241 2.814 1.96c-.395 1.295-.653 2.594-.886 3.759l-.142.869c-.683 3.584-1.2 5.552-2.56 6.681a2.2 2.2 0 0 1-1.252.505a.36.36 0 0 1-.412-.3c-.007-.217.175-.316.3-.413a.75.75 0 0 0 .437-.788a1.19 1.19 0 0 0-1.276-1.134a1.48 1.48 0 0 0-1.373 1.5c.033.99.956 1.732 2.347 1.685a5.62 5.62 0 0 0 4.041-2.274a14.16 14.16 0 0 0 2.828-6.648l.447-2.47q.371.046.8.057c2.373.05 3.559-1.179 3.577-2.073a.97.97 0 0 0-.868-1.061a.99.99 0 0 0-.94.763c-.108.5.755.949.08 1.386a3.76 3.76 0 0 1-2.549.351l.22-1.216c.449-2.306 1-5.143 3.1-5.212c.153-.008.713.007.726.377c0 .124-.027.155-.172.439a1 1 0 0 0-.2.625a.984.984 0 0 0 1.116.952a1.207 1.207 0 0 0 1.1-1.306c-.035-1.018-1.109-1.662-2.53-1.615Z"/></svg> </template>
CSS
.icon-file-type-light-symfony {
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%231a171b%22%20d%3D%22M16%202A14%2014%200%201%201%202%2016A14%2014%200%200%201%2016%202m6.121%205.18a5.02%205.02%200%200%200-3.588%201.92a12.1%2012.1%200%200%200-2.194%204.038a7.8%207.8%200%200%200-2.962-2.056a3.62%203.62%200%200%200-3.281.6a2.94%202.94%200%200%200-1%201.462a3.31%203.31%200%200%200%20.837%203.034l.86.922a1.31%201.31%200%200%201%20.4%201.328a1.59%201.59%200%200%201-2.021.93c-.406-.124-.989-.426-.858-.852a4%204%200%200%201%20.245-.455a2%202%200%200%200%20.109-.283a1.14%201.14%200%200%200-.641-1.427a.954.954%200%200%200-1.319.659c-.244.792.135%202.231%202.167%202.857c2.38.731%204.393-.565%204.679-2.255c.18-1.059-.3-1.845-1.174-2.857l-.713-.789a1.3%201.3%200%200%201-.133-1.733a1.53%201.53%200%200%201%201.8-.441c1.285.349%201.858%201.241%202.814%201.96c-.395%201.295-.653%202.594-.886%203.759l-.142.869c-.683%203.584-1.2%205.552-2.56%206.681a2.2%202.2%200%200%201-1.252.505a.36.36%200%200%201-.412-.3c-.007-.217.175-.316.3-.413a.75.75%200%200%200%20.437-.788a1.19%201.19%200%200%200-1.276-1.134a1.48%201.48%200%200%200-1.373%201.5c.033.99.956%201.732%202.347%201.685a5.62%205.62%200%200%200%204.041-2.274a14.16%2014.16%200%200%200%202.828-6.648l.447-2.47q.371.046.8.057c2.373.05%203.559-1.179%203.577-2.073a.97.97%200%200%200-.868-1.061a.99.99%200%200%200-.94.763c-.108.5.755.949.08%201.386a3.76%203.76%200%200%201-2.549.351l.22-1.216c.449-2.306%201-5.143%203.1-5.212c.153-.008.713.007.726.377c0%20.124-.027.155-.172.439a1%201%200%200%200-.2.625a.984.984%200%200%200%201.116.952a1.207%201.207%200%200%200%201.1-1.306c-.035-1.018-1.109-1.662-2.53-1.615Z%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%231a171b%22%20d%3D%22M16%202A14%2014%200%201%201%202%2016A14%2014%200%200%201%2016%202m6.121%205.18a5.02%205.02%200%200%200-3.588%201.92a12.1%2012.1%200%200%200-2.194%204.038a7.8%207.8%200%200%200-2.962-2.056a3.62%203.62%200%200%200-3.281.6a2.94%202.94%200%200%200-1%201.462a3.31%203.31%200%200%200%20.837%203.034l.86.922a1.31%201.31%200%200%201%20.4%201.328a1.59%201.59%200%200%201-2.021.93c-.406-.124-.989-.426-.858-.852a4%204%200%200%201%20.245-.455a2%202%200%200%200%20.109-.283a1.14%201.14%200%200%200-.641-1.427a.954.954%200%200%200-1.319.659c-.244.792.135%202.231%202.167%202.857c2.38.731%204.393-.565%204.679-2.255c.18-1.059-.3-1.845-1.174-2.857l-.713-.789a1.3%201.3%200%200%201-.133-1.733a1.53%201.53%200%200%201%201.8-.441c1.285.349%201.858%201.241%202.814%201.96c-.395%201.295-.653%202.594-.886%203.759l-.142.869c-.683%203.584-1.2%205.552-2.56%206.681a2.2%202.2%200%200%201-1.252.505a.36.36%200%200%201-.412-.3c-.007-.217.175-.316.3-.413a.75.75%200%200%200%20.437-.788a1.19%201.19%200%200%200-1.276-1.134a1.48%201.48%200%200%200-1.373%201.5c.033.99.956%201.732%202.347%201.685a5.62%205.62%200%200%200%204.041-2.274a14.16%2014.16%200%200%200%202.828-6.648l.447-2.47q.371.046.8.057c2.373.05%203.559-1.179%203.577-2.073a.97.97%200%200%200-.868-1.061a.99.99%200%200%200-.94.763c-.108.5.755.949.08%201.386a3.76%203.76%200%200%201-2.549.351l.22-1.216c.449-2.306%201-5.143%203.1-5.212c.153-.008.713.007.726.377c0%20.124-.027.155-.172.439a1%201%200%200%200-.2.625a.984.984%200%200%200%201.116.952a1.207%201.207%200%200%200%201.1-1.306c-.035-1.018-1.109-1.662-2.53-1.615Z%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-light-symfony.svg?color=%231a73e8&size=48