file type postscript logo
file-type-postscript from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-postscript
- 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 postscript logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#cc2131" d="M18 3.1c.76.21 1.2.39 1.7.76l-9.3 11c2.5 1.7 5.2 5.9 3.7 9.4c.71-4.7-4-8.2-6.8-8.6zm-7.4 26c1.7.079 3.5.1 5.2.1c3.9 0 7.6-.18 11-.52c1.3-.13 2.3-1.2 2.5-2.5c.29-2.4.42-4.9.42-7.5s-.13-5.1-.42-7.5c-.16-1.4-1.2-2.4-2.5-2.5c-1.6-.16-3.1-.29-4.7-.37c0 0-6.7 15-7.3 16c-1 2.3-2.4 3.9-4.3 4.5zm-5.9-.42c-1.3-.24-2.3-.99-2.5-2.5q-.39-3.6-.39-7.5c0-3.9.13-5.1.39-7.5c.18-1.4 1.2-2.4 2.5-2.5c1.8-.18 3.7-.31 5.6-.42l3.4-3.9c-.026 0 .79-.16 1.5.026l-12 14c2.6-1.3 10 .71 10 5.3c0 4.9-5.2 5.4-8.7 4.9z"/></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypePostscript(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#cc2131" d="M18 3.1c.76.21 1.2.39 1.7.76l-9.3 11c2.5 1.7 5.2 5.9 3.7 9.4c.71-4.7-4-8.2-6.8-8.6zm-7.4 26c1.7.079 3.5.1 5.2.1c3.9 0 7.6-.18 11-.52c1.3-.13 2.3-1.2 2.5-2.5c.29-2.4.42-4.9.42-7.5s-.13-5.1-.42-7.5c-.16-1.4-1.2-2.4-2.5-2.5c-1.6-.16-3.1-.29-4.7-.37c0 0-6.7 15-7.3 16c-1 2.3-2.4 3.9-4.3 4.5zm-5.9-.42c-1.3-.24-2.3-.99-2.5-2.5q-.39-3.6-.39-7.5c0-3.9.13-5.1.39-7.5c.18-1.4 1.2-2.4 2.5-2.5c1.8-.18 3.7-.31 5.6-.42l3.4-3.9c-.026 0 .79-.16 1.5.026l-12 14c2.6-1.3 10 .71 10 5.3c0 4.9-5.2 5.4-8.7 4.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#cc2131" d="M18 3.1c.76.21 1.2.39 1.7.76l-9.3 11c2.5 1.7 5.2 5.9 3.7 9.4c.71-4.7-4-8.2-6.8-8.6zm-7.4 26c1.7.079 3.5.1 5.2.1c3.9 0 7.6-.18 11-.52c1.3-.13 2.3-1.2 2.5-2.5c.29-2.4.42-4.9.42-7.5s-.13-5.1-.42-7.5c-.16-1.4-1.2-2.4-2.5-2.5c-1.6-.16-3.1-.29-4.7-.37c0 0-6.7 15-7.3 16c-1 2.3-2.4 3.9-4.3 4.5zm-5.9-.42c-1.3-.24-2.3-.99-2.5-2.5q-.39-3.6-.39-7.5c0-3.9.13-5.1.39-7.5c.18-1.4 1.2-2.4 2.5-2.5c1.8-.18 3.7-.31 5.6-.42l3.4-3.9c-.026 0 .79-.16 1.5.026l-12 14c2.6-1.3 10 .71 10 5.3c0 4.9-5.2 5.4-8.7 4.9z"/></svg> </template>
CSS
.icon-file-type-postscript {
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%23cc2131%22%20d%3D%22M18%203.1c.76.21%201.2.39%201.7.76l-9.3%2011c2.5%201.7%205.2%205.9%203.7%209.4c.71-4.7-4-8.2-6.8-8.6zm-7.4%2026c1.7.079%203.5.1%205.2.1c3.9%200%207.6-.18%2011-.52c1.3-.13%202.3-1.2%202.5-2.5c.29-2.4.42-4.9.42-7.5s-.13-5.1-.42-7.5c-.16-1.4-1.2-2.4-2.5-2.5c-1.6-.16-3.1-.29-4.7-.37c0%200-6.7%2015-7.3%2016c-1%202.3-2.4%203.9-4.3%204.5zm-5.9-.42c-1.3-.24-2.3-.99-2.5-2.5q-.39-3.6-.39-7.5c0-3.9.13-5.1.39-7.5c.18-1.4%201.2-2.4%202.5-2.5c1.8-.18%203.7-.31%205.6-.42l3.4-3.9c-.026%200%20.79-.16%201.5.026l-12%2014c2.6-1.3%2010%20.71%2010%205.3c0%204.9-5.2%205.4-8.7%204.9z%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%23cc2131%22%20d%3D%22M18%203.1c.76.21%201.2.39%201.7.76l-9.3%2011c2.5%201.7%205.2%205.9%203.7%209.4c.71-4.7-4-8.2-6.8-8.6zm-7.4%2026c1.7.079%203.5.1%205.2.1c3.9%200%207.6-.18%2011-.52c1.3-.13%202.3-1.2%202.5-2.5c.29-2.4.42-4.9.42-7.5s-.13-5.1-.42-7.5c-.16-1.4-1.2-2.4-2.5-2.5c-1.6-.16-3.1-.29-4.7-.37c0%200-6.7%2015-7.3%2016c-1%202.3-2.4%203.9-4.3%204.5zm-5.9-.42c-1.3-.24-2.3-.99-2.5-2.5q-.39-3.6-.39-7.5c0-3.9.13-5.1.39-7.5c.18-1.4%201.2-2.4%202.5-2.5c1.8-.18%203.7-.31%205.6-.42l3.4-3.9c-.026%200%20.79-.16%201.5.026l-12%2014c2.6-1.3%2010%20.71%2010%205.3c0%204.9-5.2%205.4-8.7%204.9z%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-postscript.svg?color=%231a73e8&size=48