file type snort logo
file-type-snort from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-snort
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 1024×1024
- 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 snort logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="#e6aaaa" d="M331.22 199.29c96.6-.44 193.2-.07 289.8-.19c23.33.07 46.67-.16 70 .13a311.3 311.3 0 0 1 129.71 31.92A312.9 312.9 0 0 1 682 824.89q-172.02-.015-344.04-.04A312.76 312.76 0 0 1 57.07 642.89C24.18 572.12 19.49 488.91 43.85 414.8c21.65-66.86 66.79-125.69 125.53-164.22a311.7 311.7 0 0 1 161.84-51.29"/><path fill="#662113" d="M279.33 341.51c17.99-1.29 36.07 4.25 50.96 14.25c19.8 13.17 34.58 32.73 45.14 53.81c16.5 33.14 23.35 70.55 22.74 107.42c-.83 37.89-9.62 76.2-29.06 109.01c-9.9 16.52-22.75 31.58-38.89 42.28c-13.61 9.08-29.81 14.55-46.25 14.37c-17.04-.02-33.72-6.14-47.56-15.91c-23.28-16.44-39.28-41.3-49.73-67.44c-16.99-43.33-20.07-91.64-11.07-137.16c6.65-32.22 19.81-63.89 42.15-88.44c15.87-17.44 37.62-30.72 61.57-32.19m455.03 0c19.22-1.42 38.46 5.04 53.96 16.25c23.3 16.77 39.22 41.94 49.55 68.36c14.38 37.29 18.33 78.26 13.44 117.82c-3.93 30.91-13.58 61.48-30.64 87.73c-10.41 15.86-23.79 30.13-40.32 39.69a80.86 80.86 0 0 1-44.39 11.21c-17.71-.76-34.7-8.03-48.57-18.87c-22.73-17.78-38.03-43.44-47.82-70.25c-15.02-41.95-17.48-88.06-8.77-131.66c6.66-32.05 19.77-63.55 41.98-87.99c15.86-17.47 37.61-30.78 61.58-32.29"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeSnort(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="#e6aaaa" d="M331.22 199.29c96.6-.44 193.2-.07 289.8-.19c23.33.07 46.67-.16 70 .13a311.3 311.3 0 0 1 129.71 31.92A312.9 312.9 0 0 1 682 824.89q-172.02-.015-344.04-.04A312.76 312.76 0 0 1 57.07 642.89C24.18 572.12 19.49 488.91 43.85 414.8c21.65-66.86 66.79-125.69 125.53-164.22a311.7 311.7 0 0 1 161.84-51.29"/><path fill="#662113" d="M279.33 341.51c17.99-1.29 36.07 4.25 50.96 14.25c19.8 13.17 34.58 32.73 45.14 53.81c16.5 33.14 23.35 70.55 22.74 107.42c-.83 37.89-9.62 76.2-29.06 109.01c-9.9 16.52-22.75 31.58-38.89 42.28c-13.61 9.08-29.81 14.55-46.25 14.37c-17.04-.02-33.72-6.14-47.56-15.91c-23.28-16.44-39.28-41.3-49.73-67.44c-16.99-43.33-20.07-91.64-11.07-137.16c6.65-32.22 19.81-63.89 42.15-88.44c15.87-17.44 37.62-30.72 61.57-32.19m455.03 0c19.22-1.42 38.46 5.04 53.96 16.25c23.3 16.77 39.22 41.94 49.55 68.36c14.38 37.29 18.33 78.26 13.44 117.82c-3.93 30.91-13.58 61.48-30.64 87.73c-10.41 15.86-23.79 30.13-40.32 39.69a80.86 80.86 0 0 1-44.39 11.21c-17.71-.76-34.7-8.03-48.57-18.87c-22.73-17.78-38.03-43.44-47.82-70.25c-15.02-41.95-17.48-88.06-8.77-131.66c6.66-32.05 19.77-63.55 41.98-87.99c15.86-17.47 37.61-30.78 61.58-32.29"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="#e6aaaa" d="M331.22 199.29c96.6-.44 193.2-.07 289.8-.19c23.33.07 46.67-.16 70 .13a311.3 311.3 0 0 1 129.71 31.92A312.9 312.9 0 0 1 682 824.89q-172.02-.015-344.04-.04A312.76 312.76 0 0 1 57.07 642.89C24.18 572.12 19.49 488.91 43.85 414.8c21.65-66.86 66.79-125.69 125.53-164.22a311.7 311.7 0 0 1 161.84-51.29"/><path fill="#662113" d="M279.33 341.51c17.99-1.29 36.07 4.25 50.96 14.25c19.8 13.17 34.58 32.73 45.14 53.81c16.5 33.14 23.35 70.55 22.74 107.42c-.83 37.89-9.62 76.2-29.06 109.01c-9.9 16.52-22.75 31.58-38.89 42.28c-13.61 9.08-29.81 14.55-46.25 14.37c-17.04-.02-33.72-6.14-47.56-15.91c-23.28-16.44-39.28-41.3-49.73-67.44c-16.99-43.33-20.07-91.64-11.07-137.16c6.65-32.22 19.81-63.89 42.15-88.44c15.87-17.44 37.62-30.72 61.57-32.19m455.03 0c19.22-1.42 38.46 5.04 53.96 16.25c23.3 16.77 39.22 41.94 49.55 68.36c14.38 37.29 18.33 78.26 13.44 117.82c-3.93 30.91-13.58 61.48-30.64 87.73c-10.41 15.86-23.79 30.13-40.32 39.69a80.86 80.86 0 0 1-44.39 11.21c-17.71-.76-34.7-8.03-48.57-18.87c-22.73-17.78-38.03-43.44-47.82-70.25c-15.02-41.95-17.48-88.06-8.77-131.66c6.66-32.05 19.77-63.55 41.98-87.99c15.86-17.47 37.61-30.78 61.58-32.29"/></svg> </template>
CSS
.icon-file-type-snort {
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%201024%201024%22%3E%3Cpath%20fill%3D%22%23e6aaaa%22%20d%3D%22M331.22%20199.29c96.6-.44%20193.2-.07%20289.8-.19c23.33.07%2046.67-.16%2070%20.13a311.3%20311.3%200%200%201%20129.71%2031.92A312.9%20312.9%200%200%201%20682%20824.89q-172.02-.015-344.04-.04A312.76%20312.76%200%200%201%2057.07%20642.89C24.18%20572.12%2019.49%20488.91%2043.85%20414.8c21.65-66.86%2066.79-125.69%20125.53-164.22a311.7%20311.7%200%200%201%20161.84-51.29%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M279.33%20341.51c17.99-1.29%2036.07%204.25%2050.96%2014.25c19.8%2013.17%2034.58%2032.73%2045.14%2053.81c16.5%2033.14%2023.35%2070.55%2022.74%20107.42c-.83%2037.89-9.62%2076.2-29.06%20109.01c-9.9%2016.52-22.75%2031.58-38.89%2042.28c-13.61%209.08-29.81%2014.55-46.25%2014.37c-17.04-.02-33.72-6.14-47.56-15.91c-23.28-16.44-39.28-41.3-49.73-67.44c-16.99-43.33-20.07-91.64-11.07-137.16c6.65-32.22%2019.81-63.89%2042.15-88.44c15.87-17.44%2037.62-30.72%2061.57-32.19m455.03%200c19.22-1.42%2038.46%205.04%2053.96%2016.25c23.3%2016.77%2039.22%2041.94%2049.55%2068.36c14.38%2037.29%2018.33%2078.26%2013.44%20117.82c-3.93%2030.91-13.58%2061.48-30.64%2087.73c-10.41%2015.86-23.79%2030.13-40.32%2039.69a80.86%2080.86%200%200%201-44.39%2011.21c-17.71-.76-34.7-8.03-48.57-18.87c-22.73-17.78-38.03-43.44-47.82-70.25c-15.02-41.95-17.48-88.06-8.77-131.66c6.66-32.05%2019.77-63.55%2041.98-87.99c15.86-17.47%2037.61-30.78%2061.58-32.29%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%201024%201024%22%3E%3Cpath%20fill%3D%22%23e6aaaa%22%20d%3D%22M331.22%20199.29c96.6-.44%20193.2-.07%20289.8-.19c23.33.07%2046.67-.16%2070%20.13a311.3%20311.3%200%200%201%20129.71%2031.92A312.9%20312.9%200%200%201%20682%20824.89q-172.02-.015-344.04-.04A312.76%20312.76%200%200%201%2057.07%20642.89C24.18%20572.12%2019.49%20488.91%2043.85%20414.8c21.65-66.86%2066.79-125.69%20125.53-164.22a311.7%20311.7%200%200%201%20161.84-51.29%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M279.33%20341.51c17.99-1.29%2036.07%204.25%2050.96%2014.25c19.8%2013.17%2034.58%2032.73%2045.14%2053.81c16.5%2033.14%2023.35%2070.55%2022.74%20107.42c-.83%2037.89-9.62%2076.2-29.06%20109.01c-9.9%2016.52-22.75%2031.58-38.89%2042.28c-13.61%209.08-29.81%2014.55-46.25%2014.37c-17.04-.02-33.72-6.14-47.56-15.91c-23.28-16.44-39.28-41.3-49.73-67.44c-16.99-43.33-20.07-91.64-11.07-137.16c6.65-32.22%2019.81-63.89%2042.15-88.44c15.87-17.44%2037.62-30.72%2061.57-32.19m455.03%200c19.22-1.42%2038.46%205.04%2053.96%2016.25c23.3%2016.77%2039.22%2041.94%2049.55%2068.36c14.38%2037.29%2018.33%2078.26%2013.44%20117.82c-3.93%2030.91-13.58%2061.48-30.64%2087.73c-10.41%2015.86-23.79%2030.13-40.32%2039.69a80.86%2080.86%200%200%201-44.39%2011.21c-17.71-.76-34.7-8.03-48.57-18.87c-22.73-17.78-38.03-43.44-47.82-70.25c-15.02-41.95-17.48-88.06-8.77-131.66c6.66-32.05%2019.77-63.55%2041.98-87.99c15.86-17.47%2037.61-30.78%2061.58-32.29%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-snort.svg?color=%231a73e8&size=48