file type poml logo

file-type-poml from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.

Name
file-type-poml
Set
VSCode Icons
Style
Color
Viewbox
32×32
License
MIT

Related icons in VSCode Icons

Use the file type poml logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f782d2" d="M3.7 19.12v-2.76h4.82q1.86 0 2.86-.94a3.5 3.5 0 0 0 1.02-2.68v-.02q0-1.74-1.02-2.68q-1-.94-2.86-.94H3.7V6.32h5.66q1.93 0 3.39.8a5.7 5.7 0 0 1 2.3 2.23q.81 1.43.81 3.35v.03q0 1.9-.82 3.35a6 6 0 0 1-2.3 2.24q-1.45.8-3.38.8zM2 25.44V6.32h3.42v19.12zm21.2.24a7 7 0 0 1-3.62-.9a6 6 0 0 1-2.36-2.56a9 9 0 0 1-.82-3.95v-.02q0-2.28.83-3.93a6 6 0 0 1 2.36-2.57q1.53-.9 3.61-.9c2.08 0 2.6.3 3.61.9a6 6 0 0 1 2.36 2.57q.83 1.65.83 3.93v.02q0 2.27-.83 3.95a6 6 0 0 1-2.35 2.56q-1.52.9-3.62.9m0-2.21q1.3 0 2.24-.64a4 4 0 0 0 1.45-1.8q.5-1.18.5-2.76v-.02q0-1.6-.51-2.75a4 4 0 0 0-1.45-1.8a4 4 0 0 0-2.23-.64q-1.27 0-2.22.64a4 4 0 0 0-1.46 1.79Q19 16.65 19 18.25v.02q0 1.59.5 2.76q.53 1.17 1.47 1.8c.94.63 1.37.64 2.22.64"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypePoml(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f782d2" d="M3.7 19.12v-2.76h4.82q1.86 0 2.86-.94a3.5 3.5 0 0 0 1.02-2.68v-.02q0-1.74-1.02-2.68q-1-.94-2.86-.94H3.7V6.32h5.66q1.93 0 3.39.8a5.7 5.7 0 0 1 2.3 2.23q.81 1.43.81 3.35v.03q0 1.9-.82 3.35a6 6 0 0 1-2.3 2.24q-1.45.8-3.38.8zM2 25.44V6.32h3.42v19.12zm21.2.24a7 7 0 0 1-3.62-.9a6 6 0 0 1-2.36-2.56a9 9 0 0 1-.82-3.95v-.02q0-2.28.83-3.93a6 6 0 0 1 2.36-2.57q1.53-.9 3.61-.9c2.08 0 2.6.3 3.61.9a6 6 0 0 1 2.36 2.57q.83 1.65.83 3.93v.02q0 2.27-.83 3.95a6 6 0 0 1-2.35 2.56q-1.52.9-3.62.9m0-2.21q1.3 0 2.24-.64a4 4 0 0 0 1.45-1.8q.5-1.18.5-2.76v-.02q0-1.6-.51-2.75a4 4 0 0 0-1.45-1.8a4 4 0 0 0-2.23-.64q-1.27 0-2.22.64a4 4 0 0 0-1.46 1.79Q19 16.65 19 18.25v.02q0 1.59.5 2.76q.53 1.17 1.47 1.8c.94.63 1.37.64 2.22.64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f782d2" d="M3.7 19.12v-2.76h4.82q1.86 0 2.86-.94a3.5 3.5 0 0 0 1.02-2.68v-.02q0-1.74-1.02-2.68q-1-.94-2.86-.94H3.7V6.32h5.66q1.93 0 3.39.8a5.7 5.7 0 0 1 2.3 2.23q.81 1.43.81 3.35v.03q0 1.9-.82 3.35a6 6 0 0 1-2.3 2.24q-1.45.8-3.38.8zM2 25.44V6.32h3.42v19.12zm21.2.24a7 7 0 0 1-3.62-.9a6 6 0 0 1-2.36-2.56a9 9 0 0 1-.82-3.95v-.02q0-2.28.83-3.93a6 6 0 0 1 2.36-2.57q1.53-.9 3.61-.9c2.08 0 2.6.3 3.61.9a6 6 0 0 1 2.36 2.57q.83 1.65.83 3.93v.02q0 2.27-.83 3.95a6 6 0 0 1-2.35 2.56q-1.52.9-3.62.9m0-2.21q1.3 0 2.24-.64a4 4 0 0 0 1.45-1.8q.5-1.18.5-2.76v-.02q0-1.6-.51-2.75a4 4 0 0 0-1.45-1.8a4 4 0 0 0-2.23-.64q-1.27 0-2.22.64a4 4 0 0 0-1.46 1.79Q19 16.65 19 18.25v.02q0 1.59.5 2.76q.53 1.17 1.47 1.8c.94.63 1.37.64 2.22.64"/></svg>
</template>

CSS

.icon-file-type-poml {
  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%23f782d2%22%20d%3D%22M3.7%2019.12v-2.76h4.82q1.86%200%202.86-.94a3.5%203.5%200%200%200%201.02-2.68v-.02q0-1.74-1.02-2.68q-1-.94-2.86-.94H3.7V6.32h5.66q1.93%200%203.39.8a5.7%205.7%200%200%201%202.3%202.23q.81%201.43.81%203.35v.03q0%201.9-.82%203.35a6%206%200%200%201-2.3%202.24q-1.45.8-3.38.8zM2%2025.44V6.32h3.42v19.12zm21.2.24a7%207%200%200%201-3.62-.9a6%206%200%200%201-2.36-2.56a9%209%200%200%201-.82-3.95v-.02q0-2.28.83-3.93a6%206%200%200%201%202.36-2.57q1.53-.9%203.61-.9c2.08%200%202.6.3%203.61.9a6%206%200%200%201%202.36%202.57q.83%201.65.83%203.93v.02q0%202.27-.83%203.95a6%206%200%200%201-2.35%202.56q-1.52.9-3.62.9m0-2.21q1.3%200%202.24-.64a4%204%200%200%200%201.45-1.8q.5-1.18.5-2.76v-.02q0-1.6-.51-2.75a4%204%200%200%200-1.45-1.8a4%204%200%200%200-2.23-.64q-1.27%200-2.22.64a4%204%200%200%200-1.46%201.79Q19%2016.65%2019%2018.25v.02q0%201.59.5%202.76q.53%201.17%201.47%201.8c.94.63%201.37.64%202.22.64%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%23f782d2%22%20d%3D%22M3.7%2019.12v-2.76h4.82q1.86%200%202.86-.94a3.5%203.5%200%200%200%201.02-2.68v-.02q0-1.74-1.02-2.68q-1-.94-2.86-.94H3.7V6.32h5.66q1.93%200%203.39.8a5.7%205.7%200%200%201%202.3%202.23q.81%201.43.81%203.35v.03q0%201.9-.82%203.35a6%206%200%200%201-2.3%202.24q-1.45.8-3.38.8zM2%2025.44V6.32h3.42v19.12zm21.2.24a7%207%200%200%201-3.62-.9a6%206%200%200%201-2.36-2.56a9%209%200%200%201-.82-3.95v-.02q0-2.28.83-3.93a6%206%200%200%201%202.36-2.57q1.53-.9%203.61-.9c2.08%200%202.6.3%203.61.9a6%206%200%200%201%202.36%202.57q.83%201.65.83%203.93v.02q0%202.27-.83%203.95a6%206%200%200%201-2.35%202.56q-1.52.9-3.62.9m0-2.21q1.3%200%202.24-.64a4%204%200%200%200%201.45-1.8q.5-1.18.5-2.76v-.02q0-1.6-.51-2.75a4%204%200%200%200-1.45-1.8a4%204%200%200%200-2.23-.64q-1.27%200-2.22.64a4%204%200%200%200-1.46%201.79Q19%2016.65%2019%2018.25v.02q0%201.59.5%202.76q.53%201.17%201.47%201.8c.94.63%201.37.64%202.22.64%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-poml.svg?color=%231a73e8&size=48