file type publisher logo

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

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

Related icons in VSCode Icons

Use the file type publisher logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#077467" d="M16.484 2.475h1.868v5.661h2.214c.088-1.123-.418-2.906 1-3.366c1.956-.23 3.941-.022 5.91-.1c.777.069 1.771-.189 2.356.475A4.7 4.7 0 0 1 30 6.561c-.009 4.3-.016 8.6 0 12.893a5.5 5.5 0 0 1-.2 1.711a10.4 10.4 0 0 1-2.96.186a35 35 0 0 1-.1 4.312c-.267.736-1.142.7-1.78.72c-2.2.006-4.407-.009-6.612 0v3.145h-1.943c-4.8-.871-9.6-1.673-14.4-2.516Q2 16 2 4.994c4.827-.84 9.659-1.667 14.484-2.519"/><path fill="#fff" d="M22.089 5.714c2.312-.2 4.64-.044 6.958-.094v14.469h-2.2c-.006-3.781.009-7.559-.006-11.339c-1.481-1.17-3.465-1.658-4.752-3.036"/><path fill="#fff" d="M18.352 9.08h7.235v16.356h-7.235v-1.887H23.7v-1.258h-5.348v-1.573H23.7V19.46h-5.348v-1.573H23.7v-1.258h-5.348v-1.573H23.7v-4.4h-5.348c-.003-.529-.003-1.051 0-1.576M7.029 10.8c1.714.053 3.8-.692 5.218.594c1.349 1.651.988 4.665-1.022 5.649a4.57 4.57 0 0 1-2.306.286c0 1.233-.006 2.466 0 3.7c-.635-.063-1.271-.126-1.9-.2c.026-3.338-.003-6.682.01-10.029"/><path fill="#077467" d="M8.916 12.49c.623-.035 1.4-.148 1.818.453a2.32 2.32 0 0 1 .028 2.051c-.365.645-1.17.582-1.8.654c-.062-1.048-.052-2.105-.046-3.158"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypePublisher(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#077467" d="M16.484 2.475h1.868v5.661h2.214c.088-1.123-.418-2.906 1-3.366c1.956-.23 3.941-.022 5.91-.1c.777.069 1.771-.189 2.356.475A4.7 4.7 0 0 1 30 6.561c-.009 4.3-.016 8.6 0 12.893a5.5 5.5 0 0 1-.2 1.711a10.4 10.4 0 0 1-2.96.186a35 35 0 0 1-.1 4.312c-.267.736-1.142.7-1.78.72c-2.2.006-4.407-.009-6.612 0v3.145h-1.943c-4.8-.871-9.6-1.673-14.4-2.516Q2 16 2 4.994c4.827-.84 9.659-1.667 14.484-2.519"/><path fill="#fff" d="M22.089 5.714c2.312-.2 4.64-.044 6.958-.094v14.469h-2.2c-.006-3.781.009-7.559-.006-11.339c-1.481-1.17-3.465-1.658-4.752-3.036"/><path fill="#fff" d="M18.352 9.08h7.235v16.356h-7.235v-1.887H23.7v-1.258h-5.348v-1.573H23.7V19.46h-5.348v-1.573H23.7v-1.258h-5.348v-1.573H23.7v-4.4h-5.348c-.003-.529-.003-1.051 0-1.576M7.029 10.8c1.714.053 3.8-.692 5.218.594c1.349 1.651.988 4.665-1.022 5.649a4.57 4.57 0 0 1-2.306.286c0 1.233-.006 2.466 0 3.7c-.635-.063-1.271-.126-1.9-.2c.026-3.338-.003-6.682.01-10.029"/><path fill="#077467" d="M8.916 12.49c.623-.035 1.4-.148 1.818.453a2.32 2.32 0 0 1 .028 2.051c-.365.645-1.17.582-1.8.654c-.062-1.048-.052-2.105-.046-3.158"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#077467" d="M16.484 2.475h1.868v5.661h2.214c.088-1.123-.418-2.906 1-3.366c1.956-.23 3.941-.022 5.91-.1c.777.069 1.771-.189 2.356.475A4.7 4.7 0 0 1 30 6.561c-.009 4.3-.016 8.6 0 12.893a5.5 5.5 0 0 1-.2 1.711a10.4 10.4 0 0 1-2.96.186a35 35 0 0 1-.1 4.312c-.267.736-1.142.7-1.78.72c-2.2.006-4.407-.009-6.612 0v3.145h-1.943c-4.8-.871-9.6-1.673-14.4-2.516Q2 16 2 4.994c4.827-.84 9.659-1.667 14.484-2.519"/><path fill="#fff" d="M22.089 5.714c2.312-.2 4.64-.044 6.958-.094v14.469h-2.2c-.006-3.781.009-7.559-.006-11.339c-1.481-1.17-3.465-1.658-4.752-3.036"/><path fill="#fff" d="M18.352 9.08h7.235v16.356h-7.235v-1.887H23.7v-1.258h-5.348v-1.573H23.7V19.46h-5.348v-1.573H23.7v-1.258h-5.348v-1.573H23.7v-4.4h-5.348c-.003-.529-.003-1.051 0-1.576M7.029 10.8c1.714.053 3.8-.692 5.218.594c1.349 1.651.988 4.665-1.022 5.649a4.57 4.57 0 0 1-2.306.286c0 1.233-.006 2.466 0 3.7c-.635-.063-1.271-.126-1.9-.2c.026-3.338-.003-6.682.01-10.029"/><path fill="#077467" d="M8.916 12.49c.623-.035 1.4-.148 1.818.453a2.32 2.32 0 0 1 .028 2.051c-.365.645-1.17.582-1.8.654c-.062-1.048-.052-2.105-.046-3.158"/></svg>
</template>

CSS

.icon-file-type-publisher {
  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%23077467%22%20d%3D%22M16.484%202.475h1.868v5.661h2.214c.088-1.123-.418-2.906%201-3.366c1.956-.23%203.941-.022%205.91-.1c.777.069%201.771-.189%202.356.475A4.7%204.7%200%200%201%2030%206.561c-.009%204.3-.016%208.6%200%2012.893a5.5%205.5%200%200%201-.2%201.711a10.4%2010.4%200%200%201-2.96.186a35%2035%200%200%201-.1%204.312c-.267.736-1.142.7-1.78.72c-2.2.006-4.407-.009-6.612%200v3.145h-1.943c-4.8-.871-9.6-1.673-14.4-2.516Q2%2016%202%204.994c4.827-.84%209.659-1.667%2014.484-2.519%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.089%205.714c2.312-.2%204.64-.044%206.958-.094v14.469h-2.2c-.006-3.781.009-7.559-.006-11.339c-1.481-1.17-3.465-1.658-4.752-3.036%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.352%209.08h7.235v16.356h-7.235v-1.887H23.7v-1.258h-5.348v-1.573H23.7V19.46h-5.348v-1.573H23.7v-1.258h-5.348v-1.573H23.7v-4.4h-5.348c-.003-.529-.003-1.051%200-1.576M7.029%2010.8c1.714.053%203.8-.692%205.218.594c1.349%201.651.988%204.665-1.022%205.649a4.57%204.57%200%200%201-2.306.286c0%201.233-.006%202.466%200%203.7c-.635-.063-1.271-.126-1.9-.2c.026-3.338-.003-6.682.01-10.029%22%2F%3E%3Cpath%20fill%3D%22%23077467%22%20d%3D%22M8.916%2012.49c.623-.035%201.4-.148%201.818.453a2.32%202.32%200%200%201%20.028%202.051c-.365.645-1.17.582-1.8.654c-.062-1.048-.052-2.105-.046-3.158%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%23077467%22%20d%3D%22M16.484%202.475h1.868v5.661h2.214c.088-1.123-.418-2.906%201-3.366c1.956-.23%203.941-.022%205.91-.1c.777.069%201.771-.189%202.356.475A4.7%204.7%200%200%201%2030%206.561c-.009%204.3-.016%208.6%200%2012.893a5.5%205.5%200%200%201-.2%201.711a10.4%2010.4%200%200%201-2.96.186a35%2035%200%200%201-.1%204.312c-.267.736-1.142.7-1.78.72c-2.2.006-4.407-.009-6.612%200v3.145h-1.943c-4.8-.871-9.6-1.673-14.4-2.516Q2%2016%202%204.994c4.827-.84%209.659-1.667%2014.484-2.519%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.089%205.714c2.312-.2%204.64-.044%206.958-.094v14.469h-2.2c-.006-3.781.009-7.559-.006-11.339c-1.481-1.17-3.465-1.658-4.752-3.036%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.352%209.08h7.235v16.356h-7.235v-1.887H23.7v-1.258h-5.348v-1.573H23.7V19.46h-5.348v-1.573H23.7v-1.258h-5.348v-1.573H23.7v-4.4h-5.348c-.003-.529-.003-1.051%200-1.576M7.029%2010.8c1.714.053%203.8-.692%205.218.594c1.349%201.651.988%204.665-1.022%205.649a4.57%204.57%200%200%201-2.306.286c0%201.233-.006%202.466%200%203.7c-.635-.063-1.271-.126-1.9-.2c.026-3.338-.003-6.682.01-10.029%22%2F%3E%3Cpath%20fill%3D%22%23077467%22%20d%3D%22M8.916%2012.49c.623-.035%201.4-.148%201.818.453a2.32%202.32%200%200%201%20.028%202.051c-.365.645-1.17.582-1.8.654c-.062-1.048-.052-2.105-.046-3.158%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-publisher.svg?color=%231a73e8&size=48