file type pine logo

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

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

Related icons in VSCode Icons

Use the file type pine logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#078340" d="M16.008 28H3.233c-.429 0-.873.053-1.131-.407c-.266-.475.045-.8.294-1.151q1.88-2.624 3.75-5.255a1.9 1.9 0 0 1 .633-.581q2.034-1.133 4.05-2.293a.54.54 0 0 1 .71.029a2.15 2.15 0 0 0 2.51.131a.435.435 0 0 1 .564 0q1.589 1.179 3.2 2.329a.67.67 0 0 1 .249.55a2.294 2.294 0 0 0 4.532.3a.88.88 0 0 1 .487-.652c.5-.266.99-.538 1.457-.85c.3-.2.469-.2.693.119c1.481 2.111 2.981 4.209 4.48 6.307c.223.312.41.61.193 1.008s-.559.418-.946.418q-6.476-.009-12.95-.002"/><path fill="#00b353" d="M12.891 14.2a2.225 2.225 0 0 0-2.26 2a.87.87 0 0 1-.537.781c-.753.4-1.486.836-2.228 1.254a1.18 1.18 0 0 1-1.349-.415a.8.8 0 0 1 .034-1.106q2.274-3.161 4.531-6.332L15.2 4.609c.575-.806 1.054-.813 1.62-.017l8.5 11.931c.589.827.532 1.081-.343 1.6c-.8.471-1.613.928-2.408 1.411a.467.467 0 0 1-.682-.048A2.224 2.224 0 0 0 19 19.318a.456.456 0 0 1-.648-.007q-1.394-1.05-2.819-2.055a.74.74 0 0 1-.352-.71a2.274 2.274 0 0 0-2.29-2.346"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypePine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#078340" d="M16.008 28H3.233c-.429 0-.873.053-1.131-.407c-.266-.475.045-.8.294-1.151q1.88-2.624 3.75-5.255a1.9 1.9 0 0 1 .633-.581q2.034-1.133 4.05-2.293a.54.54 0 0 1 .71.029a2.15 2.15 0 0 0 2.51.131a.435.435 0 0 1 .564 0q1.589 1.179 3.2 2.329a.67.67 0 0 1 .249.55a2.294 2.294 0 0 0 4.532.3a.88.88 0 0 1 .487-.652c.5-.266.99-.538 1.457-.85c.3-.2.469-.2.693.119c1.481 2.111 2.981 4.209 4.48 6.307c.223.312.41.61.193 1.008s-.559.418-.946.418q-6.476-.009-12.95-.002"/><path fill="#00b353" d="M12.891 14.2a2.225 2.225 0 0 0-2.26 2a.87.87 0 0 1-.537.781c-.753.4-1.486.836-2.228 1.254a1.18 1.18 0 0 1-1.349-.415a.8.8 0 0 1 .034-1.106q2.274-3.161 4.531-6.332L15.2 4.609c.575-.806 1.054-.813 1.62-.017l8.5 11.931c.589.827.532 1.081-.343 1.6c-.8.471-1.613.928-2.408 1.411a.467.467 0 0 1-.682-.048A2.224 2.224 0 0 0 19 19.318a.456.456 0 0 1-.648-.007q-1.394-1.05-2.819-2.055a.74.74 0 0 1-.352-.71a2.274 2.274 0 0 0-2.29-2.346"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#078340" d="M16.008 28H3.233c-.429 0-.873.053-1.131-.407c-.266-.475.045-.8.294-1.151q1.88-2.624 3.75-5.255a1.9 1.9 0 0 1 .633-.581q2.034-1.133 4.05-2.293a.54.54 0 0 1 .71.029a2.15 2.15 0 0 0 2.51.131a.435.435 0 0 1 .564 0q1.589 1.179 3.2 2.329a.67.67 0 0 1 .249.55a2.294 2.294 0 0 0 4.532.3a.88.88 0 0 1 .487-.652c.5-.266.99-.538 1.457-.85c.3-.2.469-.2.693.119c1.481 2.111 2.981 4.209 4.48 6.307c.223.312.41.61.193 1.008s-.559.418-.946.418q-6.476-.009-12.95-.002"/><path fill="#00b353" d="M12.891 14.2a2.225 2.225 0 0 0-2.26 2a.87.87 0 0 1-.537.781c-.753.4-1.486.836-2.228 1.254a1.18 1.18 0 0 1-1.349-.415a.8.8 0 0 1 .034-1.106q2.274-3.161 4.531-6.332L15.2 4.609c.575-.806 1.054-.813 1.62-.017l8.5 11.931c.589.827.532 1.081-.343 1.6c-.8.471-1.613.928-2.408 1.411a.467.467 0 0 1-.682-.048A2.224 2.224 0 0 0 19 19.318a.456.456 0 0 1-.648-.007q-1.394-1.05-2.819-2.055a.74.74 0 0 1-.352-.71a2.274 2.274 0 0 0-2.29-2.346"/></svg>
</template>

CSS

.icon-file-type-pine {
  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%23078340%22%20d%3D%22M16.008%2028H3.233c-.429%200-.873.053-1.131-.407c-.266-.475.045-.8.294-1.151q1.88-2.624%203.75-5.255a1.9%201.9%200%200%201%20.633-.581q2.034-1.133%204.05-2.293a.54.54%200%200%201%20.71.029a2.15%202.15%200%200%200%202.51.131a.435.435%200%200%201%20.564%200q1.589%201.179%203.2%202.329a.67.67%200%200%201%20.249.55a2.294%202.294%200%200%200%204.532.3a.88.88%200%200%201%20.487-.652c.5-.266.99-.538%201.457-.85c.3-.2.469-.2.693.119c1.481%202.111%202.981%204.209%204.48%206.307c.223.312.41.61.193%201.008s-.559.418-.946.418q-6.476-.009-12.95-.002%22%2F%3E%3Cpath%20fill%3D%22%2300b353%22%20d%3D%22M12.891%2014.2a2.225%202.225%200%200%200-2.26%202a.87.87%200%200%201-.537.781c-.753.4-1.486.836-2.228%201.254a1.18%201.18%200%200%201-1.349-.415a.8.8%200%200%201%20.034-1.106q2.274-3.161%204.531-6.332L15.2%204.609c.575-.806%201.054-.813%201.62-.017l8.5%2011.931c.589.827.532%201.081-.343%201.6c-.8.471-1.613.928-2.408%201.411a.467.467%200%200%201-.682-.048A2.224%202.224%200%200%200%2019%2019.318a.456.456%200%200%201-.648-.007q-1.394-1.05-2.819-2.055a.74.74%200%200%201-.352-.71a2.274%202.274%200%200%200-2.29-2.346%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%23078340%22%20d%3D%22M16.008%2028H3.233c-.429%200-.873.053-1.131-.407c-.266-.475.045-.8.294-1.151q1.88-2.624%203.75-5.255a1.9%201.9%200%200%201%20.633-.581q2.034-1.133%204.05-2.293a.54.54%200%200%201%20.71.029a2.15%202.15%200%200%200%202.51.131a.435.435%200%200%201%20.564%200q1.589%201.179%203.2%202.329a.67.67%200%200%201%20.249.55a2.294%202.294%200%200%200%204.532.3a.88.88%200%200%201%20.487-.652c.5-.266.99-.538%201.457-.85c.3-.2.469-.2.693.119c1.481%202.111%202.981%204.209%204.48%206.307c.223.312.41.61.193%201.008s-.559.418-.946.418q-6.476-.009-12.95-.002%22%2F%3E%3Cpath%20fill%3D%22%2300b353%22%20d%3D%22M12.891%2014.2a2.225%202.225%200%200%200-2.26%202a.87.87%200%200%201-.537.781c-.753.4-1.486.836-2.228%201.254a1.18%201.18%200%200%201-1.349-.415a.8.8%200%200%201%20.034-1.106q2.274-3.161%204.531-6.332L15.2%204.609c.575-.806%201.054-.813%201.62-.017l8.5%2011.931c.589.827.532%201.081-.343%201.6c-.8.471-1.613.928-2.408%201.411a.467.467%200%200%201-.682-.048A2.224%202.224%200%200%200%2019%2019.318a.456.456%200%200%201-.648-.007q-1.394-1.05-2.819-2.055a.74.74%200%200%201-.352-.71a2.274%202.274%200%200%200-2.29-2.346%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-pine.svg?color=%231a73e8&size=48