file type atom logo
file-type-atom from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-atom
- 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 atom logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none" stroke-width=".56"><ellipse cx="16" cy="17.26" stroke="#66899a" rx="1.68" ry="12.32"/><ellipse cx="-9.26" cy="21.64" stroke="#e1d85d" rx="1.68" ry="12.32" transform="rotate(-66)"/><ellipse cx="22.28" cy="-7.6" stroke="#80a3cf" rx="1.68" ry="12.32" transform="rotate(66)"/><circle cx="16" cy="17.26" r="12.32" stroke="#4b541f"/><g fill="#66899a" stroke="#fff"><circle cx="16" cy="17.26" r="3.64" fill="#80a3cf"/><circle cx="16" cy="4.94" r="2.52"/><circle cx="4.8" cy="22.3" r="2.52"/><circle cx="27.2" cy="22.3" r="2.52"/></g></g></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeAtom(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none" strokeWidth=".56"><ellipse cx="16" cy="17.26" stroke="#66899a" rx="1.68" ry="12.32"/><ellipse cx="-9.26" cy="21.64" stroke="#e1d85d" rx="1.68" ry="12.32" transform="rotate(-66)"/><ellipse cx="22.28" cy="-7.6" stroke="#80a3cf" rx="1.68" ry="12.32" transform="rotate(66)"/><circle cx="16" cy="17.26" r="12.32" stroke="#4b541f"/><g fill="#66899a" stroke="#fff"><circle cx="16" cy="17.26" r="3.64" fill="#80a3cf"/><circle cx="16" cy="4.94" r="2.52"/><circle cx="4.8" cy="22.3" r="2.52"/><circle cx="27.2" cy="22.3" r="2.52"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none" stroke-width=".56"><ellipse cx="16" cy="17.26" stroke="#66899a" rx="1.68" ry="12.32"/><ellipse cx="-9.26" cy="21.64" stroke="#e1d85d" rx="1.68" ry="12.32" transform="rotate(-66)"/><ellipse cx="22.28" cy="-7.6" stroke="#80a3cf" rx="1.68" ry="12.32" transform="rotate(66)"/><circle cx="16" cy="17.26" r="12.32" stroke="#4b541f"/><g fill="#66899a" stroke="#fff"><circle cx="16" cy="17.26" r="3.64" fill="#80a3cf"/><circle cx="16" cy="4.94" r="2.52"/><circle cx="4.8" cy="22.3" r="2.52"/><circle cx="27.2" cy="22.3" r="2.52"/></g></g></svg> </template>
CSS
.icon-file-type-atom {
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%3Cg%20fill%3D%22none%22%20stroke-width%3D%22.56%22%3E%3Cellipse%20cx%3D%2216%22%20cy%3D%2217.26%22%20stroke%3D%22%2366899a%22%20rx%3D%221.68%22%20ry%3D%2212.32%22%2F%3E%3Cellipse%20cx%3D%22-9.26%22%20cy%3D%2221.64%22%20stroke%3D%22%23e1d85d%22%20rx%3D%221.68%22%20ry%3D%2212.32%22%20transform%3D%22rotate(-66)%22%2F%3E%3Cellipse%20cx%3D%2222.28%22%20cy%3D%22-7.6%22%20stroke%3D%22%2380a3cf%22%20rx%3D%221.68%22%20ry%3D%2212.32%22%20transform%3D%22rotate(66)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2217.26%22%20r%3D%2212.32%22%20stroke%3D%22%234b541f%22%2F%3E%3Cg%20fill%3D%22%2366899a%22%20stroke%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2217.26%22%20r%3D%223.64%22%20fill%3D%22%2380a3cf%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%224.94%22%20r%3D%222.52%22%2F%3E%3Ccircle%20cx%3D%224.8%22%20cy%3D%2222.3%22%20r%3D%222.52%22%2F%3E%3Ccircle%20cx%3D%2227.2%22%20cy%3D%2222.3%22%20r%3D%222.52%22%2F%3E%3C%2Fg%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke-width%3D%22.56%22%3E%3Cellipse%20cx%3D%2216%22%20cy%3D%2217.26%22%20stroke%3D%22%2366899a%22%20rx%3D%221.68%22%20ry%3D%2212.32%22%2F%3E%3Cellipse%20cx%3D%22-9.26%22%20cy%3D%2221.64%22%20stroke%3D%22%23e1d85d%22%20rx%3D%221.68%22%20ry%3D%2212.32%22%20transform%3D%22rotate(-66)%22%2F%3E%3Cellipse%20cx%3D%2222.28%22%20cy%3D%22-7.6%22%20stroke%3D%22%2380a3cf%22%20rx%3D%221.68%22%20ry%3D%2212.32%22%20transform%3D%22rotate(66)%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2217.26%22%20r%3D%2212.32%22%20stroke%3D%22%234b541f%22%2F%3E%3Cg%20fill%3D%22%2366899a%22%20stroke%3D%22%23fff%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2217.26%22%20r%3D%223.64%22%20fill%3D%22%2380a3cf%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%224.94%22%20r%3D%222.52%22%2F%3E%3Ccircle%20cx%3D%224.8%22%20cy%3D%2222.3%22%20r%3D%222.52%22%2F%3E%3Ccircle%20cx%3D%2227.2%22%20cy%3D%2222.3%22%20r%3D%222.52%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-atom.svg?color=%231a73e8&size=48