file type svgo logo
file-type-svgo from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-svgo
- 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 svgo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGQkL3nbPS" x1="29.49" x2="169.71" y1="29.48" y2="169.7" gradientTransform="matrix(.14 0 0 .14 2 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#45afe4"/><stop offset="1" stop-color="#364f9e"/></linearGradient></defs><path fill="url(#SVGQkL3nbPS)" d="M13.67 2c-.22.83-.39 1.66-.53 2.49A12 12 0 0 0 9.83 5.8c-.67-.47-1.36-.93-2.08-1.35l-3.3 3.3c.4.68.83 1.33 1.27 1.96a12 12 0 0 0-1.54 3.49c-.73.12-1.45.28-2.18.47v4.66c.68.18 1.35.32 2.03.45a12 12 0 0 0 1.5 3.8c-.38.54-.74 1.1-1.08 1.67l3.3 3.3c.56-.33 1.1-.67 1.61-1.03a12 12 0 0 0 3.9 1.62c.11.62.25 1.24.4 1.86h4.67c.17-.63.3-1.27.42-1.9a12 12 0 0 0 3.8-1.64c.55.38 1.12.75 1.7 1.09l3.3-3.3c-.37-.63-.76-1.23-1.17-1.82a12 12 0 0 0 1.4-3.63c.74-.13 1.48-.28 2.22-.47v-4.66c-.79-.2-1.58-.37-2.37-.5a12.1 12.1 0 0 0-1.45-3.33c.48-.68.94-1.37 1.37-2.1l-3.3-3.29c-.75.44-1.46.92-2.16 1.41a12 12 0 0 0-3.22-1.32A29 29 0 0 0 18.34 2zm2.24 5.48a8.7 8.7 0 0 1 3.02.54c.22.08.44.17.65.27a8.86 8.86 0 0 1 4.25 4.14l.23.52a8.82 8.82 0 0 1 .17 6.27l-.1.29a8.86 8.86 0 0 1-4.63 4.84l-.05.03a8.82 8.82 0 0 1-6.94.06v-.01a8.86 8.86 0 0 1-4.82-4.93l-.05-.12a8.8 8.8 0 0 1 .17-6.58l.17-.35a8.88 8.88 0 0 1 4.46-4.26l.59-.23a8.8 8.8 0 0 1 2.88-.48m3.42 2.31a1.2 1.2 0 0 0-1.43 1.92l-1.13 1.95a2.42 2.42 0 0 0-3.13 1.1l-2.4-.95v-.02a1.12 1.12 0 1 0-.2.54l2.4.95a2.42 2.42 0 0 0 .82 2.47l-1.12 1.75a1.5 1.5 0 1 0 .47.3l1.12-1.74a2.42 2.42 0 0 0 2.82-.51l1.4 1.04a1.77 1.77 0 1 0 3.31.46a1.77 1.77 0 0 0-2.98-.9l-1.4-1.05a2.42 2.42 0 0 0-.63-3.16l1.13-1.95a1.2 1.2 0 0 0 .95-2.2"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeSvgo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGQkL3nbPS" x1="29.49" x2="169.71" y1="29.48" y2="169.7" gradientTransform="matrix(.14 0 0 .14 2 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#45afe4"/><stop offset="1" stopColor="#364f9e"/></linearGradient></defs><path fill="url(#SVGQkL3nbPS)" d="M13.67 2c-.22.83-.39 1.66-.53 2.49A12 12 0 0 0 9.83 5.8c-.67-.47-1.36-.93-2.08-1.35l-3.3 3.3c.4.68.83 1.33 1.27 1.96a12 12 0 0 0-1.54 3.49c-.73.12-1.45.28-2.18.47v4.66c.68.18 1.35.32 2.03.45a12 12 0 0 0 1.5 3.8c-.38.54-.74 1.1-1.08 1.67l3.3 3.3c.56-.33 1.1-.67 1.61-1.03a12 12 0 0 0 3.9 1.62c.11.62.25 1.24.4 1.86h4.67c.17-.63.3-1.27.42-1.9a12 12 0 0 0 3.8-1.64c.55.38 1.12.75 1.7 1.09l3.3-3.3c-.37-.63-.76-1.23-1.17-1.82a12 12 0 0 0 1.4-3.63c.74-.13 1.48-.28 2.22-.47v-4.66c-.79-.2-1.58-.37-2.37-.5a12.1 12.1 0 0 0-1.45-3.33c.48-.68.94-1.37 1.37-2.1l-3.3-3.29c-.75.44-1.46.92-2.16 1.41a12 12 0 0 0-3.22-1.32A29 29 0 0 0 18.34 2zm2.24 5.48a8.7 8.7 0 0 1 3.02.54c.22.08.44.17.65.27a8.86 8.86 0 0 1 4.25 4.14l.23.52a8.82 8.82 0 0 1 .17 6.27l-.1.29a8.86 8.86 0 0 1-4.63 4.84l-.05.03a8.82 8.82 0 0 1-6.94.06v-.01a8.86 8.86 0 0 1-4.82-4.93l-.05-.12a8.8 8.8 0 0 1 .17-6.58l.17-.35a8.88 8.88 0 0 1 4.46-4.26l.59-.23a8.8 8.8 0 0 1 2.88-.48m3.42 2.31a1.2 1.2 0 0 0-1.43 1.92l-1.13 1.95a2.42 2.42 0 0 0-3.13 1.1l-2.4-.95v-.02a1.12 1.12 0 1 0-.2.54l2.4.95a2.42 2.42 0 0 0 .82 2.47l-1.12 1.75a1.5 1.5 0 1 0 .47.3l1.12-1.74a2.42 2.42 0 0 0 2.82-.51l1.4 1.04a1.77 1.77 0 1 0 3.31.46a1.77 1.77 0 0 0-2.98-.9l-1.4-1.05a2.42 2.42 0 0 0-.63-3.16l1.13-1.95a1.2 1.2 0 0 0 .95-2.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGQkL3nbPS" x1="29.49" x2="169.71" y1="29.48" y2="169.7" gradientTransform="matrix(.14 0 0 .14 2 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#45afe4"/><stop offset="1" stop-color="#364f9e"/></linearGradient></defs><path fill="url(#SVGQkL3nbPS)" d="M13.67 2c-.22.83-.39 1.66-.53 2.49A12 12 0 0 0 9.83 5.8c-.67-.47-1.36-.93-2.08-1.35l-3.3 3.3c.4.68.83 1.33 1.27 1.96a12 12 0 0 0-1.54 3.49c-.73.12-1.45.28-2.18.47v4.66c.68.18 1.35.32 2.03.45a12 12 0 0 0 1.5 3.8c-.38.54-.74 1.1-1.08 1.67l3.3 3.3c.56-.33 1.1-.67 1.61-1.03a12 12 0 0 0 3.9 1.62c.11.62.25 1.24.4 1.86h4.67c.17-.63.3-1.27.42-1.9a12 12 0 0 0 3.8-1.64c.55.38 1.12.75 1.7 1.09l3.3-3.3c-.37-.63-.76-1.23-1.17-1.82a12 12 0 0 0 1.4-3.63c.74-.13 1.48-.28 2.22-.47v-4.66c-.79-.2-1.58-.37-2.37-.5a12.1 12.1 0 0 0-1.45-3.33c.48-.68.94-1.37 1.37-2.1l-3.3-3.29c-.75.44-1.46.92-2.16 1.41a12 12 0 0 0-3.22-1.32A29 29 0 0 0 18.34 2zm2.24 5.48a8.7 8.7 0 0 1 3.02.54c.22.08.44.17.65.27a8.86 8.86 0 0 1 4.25 4.14l.23.52a8.82 8.82 0 0 1 .17 6.27l-.1.29a8.86 8.86 0 0 1-4.63 4.84l-.05.03a8.82 8.82 0 0 1-6.94.06v-.01a8.86 8.86 0 0 1-4.82-4.93l-.05-.12a8.8 8.8 0 0 1 .17-6.58l.17-.35a8.88 8.88 0 0 1 4.46-4.26l.59-.23a8.8 8.8 0 0 1 2.88-.48m3.42 2.31a1.2 1.2 0 0 0-1.43 1.92l-1.13 1.95a2.42 2.42 0 0 0-3.13 1.1l-2.4-.95v-.02a1.12 1.12 0 1 0-.2.54l2.4.95a2.42 2.42 0 0 0 .82 2.47l-1.12 1.75a1.5 1.5 0 1 0 .47.3l1.12-1.74a2.42 2.42 0 0 0 2.82-.51l1.4 1.04a1.77 1.77 0 1 0 3.31.46a1.77 1.77 0 0 0-2.98-.9l-1.4-1.05a2.42 2.42 0 0 0-.63-3.16l1.13-1.95a1.2 1.2 0 0 0 .95-2.2"/></svg> </template>
CSS
.icon-file-type-svgo {
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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGQkL3nbPS%22%20x1%3D%2229.49%22%20x2%3D%22169.71%22%20y1%3D%2229.48%22%20y2%3D%22169.7%22%20gradientTransform%3D%22matrix(.14%200%200%20.14%202%202)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2345afe4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23364f9e%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGQkL3nbPS)%22%20d%3D%22M13.67%202c-.22.83-.39%201.66-.53%202.49A12%2012%200%200%200%209.83%205.8c-.67-.47-1.36-.93-2.08-1.35l-3.3%203.3c.4.68.83%201.33%201.27%201.96a12%2012%200%200%200-1.54%203.49c-.73.12-1.45.28-2.18.47v4.66c.68.18%201.35.32%202.03.45a12%2012%200%200%200%201.5%203.8c-.38.54-.74%201.1-1.08%201.67l3.3%203.3c.56-.33%201.1-.67%201.61-1.03a12%2012%200%200%200%203.9%201.62c.11.62.25%201.24.4%201.86h4.67c.17-.63.3-1.27.42-1.9a12%2012%200%200%200%203.8-1.64c.55.38%201.12.75%201.7%201.09l3.3-3.3c-.37-.63-.76-1.23-1.17-1.82a12%2012%200%200%200%201.4-3.63c.74-.13%201.48-.28%202.22-.47v-4.66c-.79-.2-1.58-.37-2.37-.5a12.1%2012.1%200%200%200-1.45-3.33c.48-.68.94-1.37%201.37-2.1l-3.3-3.29c-.75.44-1.46.92-2.16%201.41a12%2012%200%200%200-3.22-1.32A29%2029%200%200%200%2018.34%202zm2.24%205.48a8.7%208.7%200%200%201%203.02.54c.22.08.44.17.65.27a8.86%208.86%200%200%201%204.25%204.14l.23.52a8.82%208.82%200%200%201%20.17%206.27l-.1.29a8.86%208.86%200%200%201-4.63%204.84l-.05.03a8.82%208.82%200%200%201-6.94.06v-.01a8.86%208.86%200%200%201-4.82-4.93l-.05-.12a8.8%208.8%200%200%201%20.17-6.58l.17-.35a8.88%208.88%200%200%201%204.46-4.26l.59-.23a8.8%208.8%200%200%201%202.88-.48m3.42%202.31a1.2%201.2%200%200%200-1.43%201.92l-1.13%201.95a2.42%202.42%200%200%200-3.13%201.1l-2.4-.95v-.02a1.12%201.12%200%201%200-.2.54l2.4.95a2.42%202.42%200%200%200%20.82%202.47l-1.12%201.75a1.5%201.5%200%201%200%20.47.3l1.12-1.74a2.42%202.42%200%200%200%202.82-.51l1.4%201.04a1.77%201.77%200%201%200%203.31.46a1.77%201.77%200%200%200-2.98-.9l-1.4-1.05a2.42%202.42%200%200%200-.63-3.16l1.13-1.95a1.2%201.2%200%200%200%20.95-2.2%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%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGQkL3nbPS%22%20x1%3D%2229.49%22%20x2%3D%22169.71%22%20y1%3D%2229.48%22%20y2%3D%22169.7%22%20gradientTransform%3D%22matrix(.14%200%200%20.14%202%202)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2345afe4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23364f9e%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGQkL3nbPS)%22%20d%3D%22M13.67%202c-.22.83-.39%201.66-.53%202.49A12%2012%200%200%200%209.83%205.8c-.67-.47-1.36-.93-2.08-1.35l-3.3%203.3c.4.68.83%201.33%201.27%201.96a12%2012%200%200%200-1.54%203.49c-.73.12-1.45.28-2.18.47v4.66c.68.18%201.35.32%202.03.45a12%2012%200%200%200%201.5%203.8c-.38.54-.74%201.1-1.08%201.67l3.3%203.3c.56-.33%201.1-.67%201.61-1.03a12%2012%200%200%200%203.9%201.62c.11.62.25%201.24.4%201.86h4.67c.17-.63.3-1.27.42-1.9a12%2012%200%200%200%203.8-1.64c.55.38%201.12.75%201.7%201.09l3.3-3.3c-.37-.63-.76-1.23-1.17-1.82a12%2012%200%200%200%201.4-3.63c.74-.13%201.48-.28%202.22-.47v-4.66c-.79-.2-1.58-.37-2.37-.5a12.1%2012.1%200%200%200-1.45-3.33c.48-.68.94-1.37%201.37-2.1l-3.3-3.29c-.75.44-1.46.92-2.16%201.41a12%2012%200%200%200-3.22-1.32A29%2029%200%200%200%2018.34%202zm2.24%205.48a8.7%208.7%200%200%201%203.02.54c.22.08.44.17.65.27a8.86%208.86%200%200%201%204.25%204.14l.23.52a8.82%208.82%200%200%201%20.17%206.27l-.1.29a8.86%208.86%200%200%201-4.63%204.84l-.05.03a8.82%208.82%200%200%201-6.94.06v-.01a8.86%208.86%200%200%201-4.82-4.93l-.05-.12a8.8%208.8%200%200%201%20.17-6.58l.17-.35a8.88%208.88%200%200%201%204.46-4.26l.59-.23a8.8%208.8%200%200%201%202.88-.48m3.42%202.31a1.2%201.2%200%200%200-1.43%201.92l-1.13%201.95a2.42%202.42%200%200%200-3.13%201.1l-2.4-.95v-.02a1.12%201.12%200%201%200-.2.54l2.4.95a2.42%202.42%200%200%200%20.82%202.47l-1.12%201.75a1.5%201.5%200%201%200%20.47.3l1.12-1.74a2.42%202.42%200%200%200%202.82-.51l1.4%201.04a1.77%201.77%200%201%200%203.31.46a1.77%201.77%200%200%200-2.98-.9l-1.4-1.05a2.42%202.42%200%200%200-.63-3.16l1.13-1.95a1.2%201.2%200%200%200%20.95-2.2%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-svgo.svg?color=%231a73e8&size=48