file type mailing logo
file-type-mailing from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-mailing
- 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 mailing logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><mask id="SVGQplcGdke" width="22.34" height="8.56" x="4.83" y="21.4" maskUnits="userSpaceOnUse"><path fill="#c4c4c4" d="M4.83 25.5h22.34v4.47H4.83z"/></mask></defs><g fill="#d2d2d2" fill-rule="evenodd" mask="url(#SVGQplcGdke)"><path d="M16 23.63a2.05 2.05 0 1 0 2 2.05a2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 16 21.4"/><path d="M23 23.63a2.05 2.05 0 1 0 2 2.05a2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 23 21.4M9 23.63a2.05 2.05 0 1 0 2 2.05a2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 9 21.4"/></g><circle cx="16" cy="12.65" r="10.61" fill="#d2d2d2"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeMailing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><mask id="SVGQplcGdke" width="22.34" height="8.56" x="4.83" y="21.4" maskUnits="userSpaceOnUse"><path fill="#c4c4c4" d="M4.83 25.5h22.34v4.47H4.83z"/></mask></defs><g fill="#d2d2d2" fillRule="evenodd" mask="url(#SVGQplcGdke)"><path d="M16 23.63a2.05 2.05 0 1 0 2 2.05a2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 16 21.4"/><path d="M23 23.63a2.05 2.05 0 1 0 2 2.05a2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 23 21.4M9 23.63a2.05 2.05 0 1 0 2 2.05a2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 9 21.4"/></g><circle cx="16" cy="12.65" r="10.61" fill="#d2d2d2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><mask id="SVGQplcGdke" width="22.34" height="8.56" x="4.83" y="21.4" maskUnits="userSpaceOnUse"><path fill="#c4c4c4" d="M4.83 25.5h22.34v4.47H4.83z"/></mask></defs><g fill="#d2d2d2" fill-rule="evenodd" mask="url(#SVGQplcGdke)"><path d="M16 23.63a2.05 2.05 0 1 0 2 2.05a2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 16 21.4"/><path d="M23 23.63a2.05 2.05 0 1 0 2 2.05a2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 23 21.4M9 23.63a2.05 2.05 0 1 0 2 2.05a2 2 0 0 0-2-2.05m0-2.23a4.28 4.28 0 1 0 4.21 4.28A4.24 4.24 0 0 0 9 21.4"/></g><circle cx="16" cy="12.65" r="10.61" fill="#d2d2d2"/></svg> </template>
CSS
.icon-file-type-mailing {
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%3Cmask%20id%3D%22SVGQplcGdke%22%20width%3D%2222.34%22%20height%3D%228.56%22%20x%3D%224.83%22%20y%3D%2221.4%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20fill%3D%22%23c4c4c4%22%20d%3D%22M4.83%2025.5h22.34v4.47H4.83z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22%23d2d2d2%22%20fill-rule%3D%22evenodd%22%20mask%3D%22url(%23SVGQplcGdke)%22%3E%3Cpath%20d%3D%22M16%2023.63a2.05%202.05%200%201%200%202%202.05a2%202%200%200%200-2-2.05m0-2.23a4.28%204.28%200%201%200%204.21%204.28A4.24%204.24%200%200%200%2016%2021.4%22%2F%3E%3Cpath%20d%3D%22M23%2023.63a2.05%202.05%200%201%200%202%202.05a2%202%200%200%200-2-2.05m0-2.23a4.28%204.28%200%201%200%204.21%204.28A4.24%204.24%200%200%200%2023%2021.4M9%2023.63a2.05%202.05%200%201%200%202%202.05a2%202%200%200%200-2-2.05m0-2.23a4.28%204.28%200%201%200%204.21%204.28A4.24%204.24%200%200%200%209%2021.4%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2212.65%22%20r%3D%2210.61%22%20fill%3D%22%23d2d2d2%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%3Cmask%20id%3D%22SVGQplcGdke%22%20width%3D%2222.34%22%20height%3D%228.56%22%20x%3D%224.83%22%20y%3D%2221.4%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20fill%3D%22%23c4c4c4%22%20d%3D%22M4.83%2025.5h22.34v4.47H4.83z%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22%23d2d2d2%22%20fill-rule%3D%22evenodd%22%20mask%3D%22url(%23SVGQplcGdke)%22%3E%3Cpath%20d%3D%22M16%2023.63a2.05%202.05%200%201%200%202%202.05a2%202%200%200%200-2-2.05m0-2.23a4.28%204.28%200%201%200%204.21%204.28A4.24%204.24%200%200%200%2016%2021.4%22%2F%3E%3Cpath%20d%3D%22M23%2023.63a2.05%202.05%200%201%200%202%202.05a2%202%200%200%200-2-2.05m0-2.23a4.28%204.28%200%201%200%204.21%204.28A4.24%204.24%200%200%200%2023%2021.4M9%2023.63a2.05%202.05%200%201%200%202%202.05a2%202%200%200%200-2-2.05m0-2.23a4.28%204.28%200%201%200%204.21%204.28A4.24%204.24%200%200%200%209%2021.4%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2212.65%22%20r%3D%2210.61%22%20fill%3D%22%23d2d2d2%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-mailing.svg?color=%231a73e8&size=48