file type yarn logo

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

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

Related icons in VSCode Icons

Use the file type yarn logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2188b6" d="M28.208 24.409a10.5 10.5 0 0 0-3.959 1.822a23.7 23.7 0 0 1-5.835 2.642a1.63 1.63 0 0 1-.983.55a62 62 0 0 1-6.447.577c-1.163.009-1.876-.3-2.074-.776a1.573 1.573 0 0 1 .866-2.074a4 4 0 0 1-.514-.379c-.171-.171-.352-.514-.406-.388c-.225.55-.343 1.894-.947 2.5c-.83.839-2.4.559-3.328.072c-1.019-.541.072-1.813.072-1.813a.73.73 0 0 1-.992-.343a4.85 4.85 0 0 1-.667-2.949a5.37 5.37 0 0 1 1.749-2.895a9.3 9.3 0 0 1 .658-4.4a10.45 10.45 0 0 1 3.165-3.661S6.628 10.747 7.35 8.817c.469-1.262.658-1.253.812-1.308a3.6 3.6 0 0 0 1.452-.857a5.27 5.27 0 0 1 4.41-1.7S15.2 1.4 16.277 2.09a18.4 18.4 0 0 1 1.533 2.886s1.281-.748 1.425-.469a11.33 11.33 0 0 1 .523 6.132a14 14 0 0 1-2.6 5.411c-.135.225 1.551.938 2.615 3.887c.983 2.7.108 4.96.262 5.212c.027.045.036.063.036.063s1.127.09 3.391-1.308a8.5 8.5 0 0 1 4.277-1.604a1.081 1.081 0 0 1 .469 2.11Z"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeYarn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2188b6" d="M28.208 24.409a10.5 10.5 0 0 0-3.959 1.822a23.7 23.7 0 0 1-5.835 2.642a1.63 1.63 0 0 1-.983.55a62 62 0 0 1-6.447.577c-1.163.009-1.876-.3-2.074-.776a1.573 1.573 0 0 1 .866-2.074a4 4 0 0 1-.514-.379c-.171-.171-.352-.514-.406-.388c-.225.55-.343 1.894-.947 2.5c-.83.839-2.4.559-3.328.072c-1.019-.541.072-1.813.072-1.813a.73.73 0 0 1-.992-.343a4.85 4.85 0 0 1-.667-2.949a5.37 5.37 0 0 1 1.749-2.895a9.3 9.3 0 0 1 .658-4.4a10.45 10.45 0 0 1 3.165-3.661S6.628 10.747 7.35 8.817c.469-1.262.658-1.253.812-1.308a3.6 3.6 0 0 0 1.452-.857a5.27 5.27 0 0 1 4.41-1.7S15.2 1.4 16.277 2.09a18.4 18.4 0 0 1 1.533 2.886s1.281-.748 1.425-.469a11.33 11.33 0 0 1 .523 6.132a14 14 0 0 1-2.6 5.411c-.135.225 1.551.938 2.615 3.887c.983 2.7.108 4.96.262 5.212c.027.045.036.063.036.063s1.127.09 3.391-1.308a8.5 8.5 0 0 1 4.277-1.604a1.081 1.081 0 0 1 .469 2.11Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#2188b6" d="M28.208 24.409a10.5 10.5 0 0 0-3.959 1.822a23.7 23.7 0 0 1-5.835 2.642a1.63 1.63 0 0 1-.983.55a62 62 0 0 1-6.447.577c-1.163.009-1.876-.3-2.074-.776a1.573 1.573 0 0 1 .866-2.074a4 4 0 0 1-.514-.379c-.171-.171-.352-.514-.406-.388c-.225.55-.343 1.894-.947 2.5c-.83.839-2.4.559-3.328.072c-1.019-.541.072-1.813.072-1.813a.73.73 0 0 1-.992-.343a4.85 4.85 0 0 1-.667-2.949a5.37 5.37 0 0 1 1.749-2.895a9.3 9.3 0 0 1 .658-4.4a10.45 10.45 0 0 1 3.165-3.661S6.628 10.747 7.35 8.817c.469-1.262.658-1.253.812-1.308a3.6 3.6 0 0 0 1.452-.857a5.27 5.27 0 0 1 4.41-1.7S15.2 1.4 16.277 2.09a18.4 18.4 0 0 1 1.533 2.886s1.281-.748 1.425-.469a11.33 11.33 0 0 1 .523 6.132a14 14 0 0 1-2.6 5.411c-.135.225 1.551.938 2.615 3.887c.983 2.7.108 4.96.262 5.212c.027.045.036.063.036.063s1.127.09 3.391-1.308a8.5 8.5 0 0 1 4.277-1.604a1.081 1.081 0 0 1 .469 2.11Z"/></svg>
</template>

CSS

.icon-file-type-yarn {
  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%232188b6%22%20d%3D%22M28.208%2024.409a10.5%2010.5%200%200%200-3.959%201.822a23.7%2023.7%200%200%201-5.835%202.642a1.63%201.63%200%200%201-.983.55a62%2062%200%200%201-6.447.577c-1.163.009-1.876-.3-2.074-.776a1.573%201.573%200%200%201%20.866-2.074a4%204%200%200%201-.514-.379c-.171-.171-.352-.514-.406-.388c-.225.55-.343%201.894-.947%202.5c-.83.839-2.4.559-3.328.072c-1.019-.541.072-1.813.072-1.813a.73.73%200%200%201-.992-.343a4.85%204.85%200%200%201-.667-2.949a5.37%205.37%200%200%201%201.749-2.895a9.3%209.3%200%200%201%20.658-4.4a10.45%2010.45%200%200%201%203.165-3.661S6.628%2010.747%207.35%208.817c.469-1.262.658-1.253.812-1.308a3.6%203.6%200%200%200%201.452-.857a5.27%205.27%200%200%201%204.41-1.7S15.2%201.4%2016.277%202.09a18.4%2018.4%200%200%201%201.533%202.886s1.281-.748%201.425-.469a11.33%2011.33%200%200%201%20.523%206.132a14%2014%200%200%201-2.6%205.411c-.135.225%201.551.938%202.615%203.887c.983%202.7.108%204.96.262%205.212c.027.045.036.063.036.063s1.127.09%203.391-1.308a8.5%208.5%200%200%201%204.277-1.604a1.081%201.081%200%200%201%20.469%202.11Z%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%232188b6%22%20d%3D%22M28.208%2024.409a10.5%2010.5%200%200%200-3.959%201.822a23.7%2023.7%200%200%201-5.835%202.642a1.63%201.63%200%200%201-.983.55a62%2062%200%200%201-6.447.577c-1.163.009-1.876-.3-2.074-.776a1.573%201.573%200%200%201%20.866-2.074a4%204%200%200%201-.514-.379c-.171-.171-.352-.514-.406-.388c-.225.55-.343%201.894-.947%202.5c-.83.839-2.4.559-3.328.072c-1.019-.541.072-1.813.072-1.813a.73.73%200%200%201-.992-.343a4.85%204.85%200%200%201-.667-2.949a5.37%205.37%200%200%201%201.749-2.895a9.3%209.3%200%200%201%20.658-4.4a10.45%2010.45%200%200%201%203.165-3.661S6.628%2010.747%207.35%208.817c.469-1.262.658-1.253.812-1.308a3.6%203.6%200%200%200%201.452-.857a5.27%205.27%200%200%201%204.41-1.7S15.2%201.4%2016.277%202.09a18.4%2018.4%200%200%201%201.533%202.886s1.281-.748%201.425-.469a11.33%2011.33%200%200%201%20.523%206.132a14%2014%200%200%201-2.6%205.411c-.135.225%201.551.938%202.615%203.887c.983%202.7.108%204.96.262%205.212c.027.045.036.063.036.063s1.127.09%203.391-1.308a8.5%208.5%200%200%201%204.277-1.604a1.081%201.081%200%200%201%20.469%202.11Z%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-yarn.svg?color=%231a73e8&size=48