file type lync logo

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

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

Related icons in VSCode Icons

Use the file type lync logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0071c5" d="M16.027 2.893h1.82c0 1.558.012 3.118-.012 4.676c.567-.3 1.149-.777 1.841-.628c1.393.213 2 1.655 2.829 2.621a6.87 6.87 0 0 1 5.167 1.494a6.33 6.33 0 0 1 2.03 6.788a6.7 6.7 0 0 1-2.969 3.694a2.58 2.58 0 0 1 .015 2.438a2.137 2.137 0 0 1-3.137.564c-.671-.68-1.2-1.478-1.832-2.195a9.7 9.7 0 0 1-3.935-.668c.006 2.475 0 4.953 0 7.428h-1.89c-4.642-.846-9.303-1.62-13.954-2.437V5.338c4.676-.82 9.355-1.613 14.027-2.445"/><path fill="#fff" d="M18.219 8.718a1.265 1.265 0 0 1 2.158-.448c1.262 1.536 2.451 3.133 3.7 4.682a35 35 0 0 0-4.091.094a3.14 3.14 0 0 0-2.14 2.134c.015-1.332-.027-2.664.03-3.993c.384-.165.771-.323 1.164-.485c-.376-.602-1.047-1.202-.821-1.984"/><path fill="#fff" d="M23.044 10.422a6.07 6.07 0 0 1 4.469 1.68a5.47 5.47 0 0 1 1.027 6.3a5.9 5.9 0 0 1-3.191 2.789c.347.564.921 1.1.832 1.826a1.33 1.33 0 0 1-1.609 1a3.7 3.7 0 0 1-1.158-1.11c-1.021-1.338-2.076-2.649-3.115-3.975a24.5 24.5 0 0 0 4.228-.146a3.008 3.008 0 0 0 1.631-4.389c-.941-1.402-2.117-2.622-3.114-3.975M7.788 11.2q.919-.046 1.847-.088v8.056c1.009.046 2.021.07 3.033.122v1.9c-1.628-.119-3.255-.2-4.88-.311q-.004-4.845 0-9.679"/><path fill="#fff" d="M20.06 13.976a17.7 17.7 0 0 1 3.892-.088a2.116 2.116 0 0 1 1.106 3.545c-1.183.93-2.8.555-4.188.588A2.08 2.08 0 0 1 18.71 16a2.04 2.04 0 0 1 1.35-2.024m-2.231 2.64c.744 1.85 2.335 3.161 3.46 4.77a6.4 6.4 0 0 1-3.447-.811c.005-1.32.02-2.639-.013-3.959"/></svg>

React

import type { SVGProps } from "react";

export function VscodeIconsFileTypeLync(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0071c5" d="M16.027 2.893h1.82c0 1.558.012 3.118-.012 4.676c.567-.3 1.149-.777 1.841-.628c1.393.213 2 1.655 2.829 2.621a6.87 6.87 0 0 1 5.167 1.494a6.33 6.33 0 0 1 2.03 6.788a6.7 6.7 0 0 1-2.969 3.694a2.58 2.58 0 0 1 .015 2.438a2.137 2.137 0 0 1-3.137.564c-.671-.68-1.2-1.478-1.832-2.195a9.7 9.7 0 0 1-3.935-.668c.006 2.475 0 4.953 0 7.428h-1.89c-4.642-.846-9.303-1.62-13.954-2.437V5.338c4.676-.82 9.355-1.613 14.027-2.445"/><path fill="#fff" d="M18.219 8.718a1.265 1.265 0 0 1 2.158-.448c1.262 1.536 2.451 3.133 3.7 4.682a35 35 0 0 0-4.091.094a3.14 3.14 0 0 0-2.14 2.134c.015-1.332-.027-2.664.03-3.993c.384-.165.771-.323 1.164-.485c-.376-.602-1.047-1.202-.821-1.984"/><path fill="#fff" d="M23.044 10.422a6.07 6.07 0 0 1 4.469 1.68a5.47 5.47 0 0 1 1.027 6.3a5.9 5.9 0 0 1-3.191 2.789c.347.564.921 1.1.832 1.826a1.33 1.33 0 0 1-1.609 1a3.7 3.7 0 0 1-1.158-1.11c-1.021-1.338-2.076-2.649-3.115-3.975a24.5 24.5 0 0 0 4.228-.146a3.008 3.008 0 0 0 1.631-4.389c-.941-1.402-2.117-2.622-3.114-3.975M7.788 11.2q.919-.046 1.847-.088v8.056c1.009.046 2.021.07 3.033.122v1.9c-1.628-.119-3.255-.2-4.88-.311q-.004-4.845 0-9.679"/><path fill="#fff" d="M20.06 13.976a17.7 17.7 0 0 1 3.892-.088a2.116 2.116 0 0 1 1.106 3.545c-1.183.93-2.8.555-4.188.588A2.08 2.08 0 0 1 18.71 16a2.04 2.04 0 0 1 1.35-2.024m-2.231 2.64c.744 1.85 2.335 3.161 3.46 4.77a6.4 6.4 0 0 1-3.447-.811c.005-1.32.02-2.639-.013-3.959"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#0071c5" d="M16.027 2.893h1.82c0 1.558.012 3.118-.012 4.676c.567-.3 1.149-.777 1.841-.628c1.393.213 2 1.655 2.829 2.621a6.87 6.87 0 0 1 5.167 1.494a6.33 6.33 0 0 1 2.03 6.788a6.7 6.7 0 0 1-2.969 3.694a2.58 2.58 0 0 1 .015 2.438a2.137 2.137 0 0 1-3.137.564c-.671-.68-1.2-1.478-1.832-2.195a9.7 9.7 0 0 1-3.935-.668c.006 2.475 0 4.953 0 7.428h-1.89c-4.642-.846-9.303-1.62-13.954-2.437V5.338c4.676-.82 9.355-1.613 14.027-2.445"/><path fill="#fff" d="M18.219 8.718a1.265 1.265 0 0 1 2.158-.448c1.262 1.536 2.451 3.133 3.7 4.682a35 35 0 0 0-4.091.094a3.14 3.14 0 0 0-2.14 2.134c.015-1.332-.027-2.664.03-3.993c.384-.165.771-.323 1.164-.485c-.376-.602-1.047-1.202-.821-1.984"/><path fill="#fff" d="M23.044 10.422a6.07 6.07 0 0 1 4.469 1.68a5.47 5.47 0 0 1 1.027 6.3a5.9 5.9 0 0 1-3.191 2.789c.347.564.921 1.1.832 1.826a1.33 1.33 0 0 1-1.609 1a3.7 3.7 0 0 1-1.158-1.11c-1.021-1.338-2.076-2.649-3.115-3.975a24.5 24.5 0 0 0 4.228-.146a3.008 3.008 0 0 0 1.631-4.389c-.941-1.402-2.117-2.622-3.114-3.975M7.788 11.2q.919-.046 1.847-.088v8.056c1.009.046 2.021.07 3.033.122v1.9c-1.628-.119-3.255-.2-4.88-.311q-.004-4.845 0-9.679"/><path fill="#fff" d="M20.06 13.976a17.7 17.7 0 0 1 3.892-.088a2.116 2.116 0 0 1 1.106 3.545c-1.183.93-2.8.555-4.188.588A2.08 2.08 0 0 1 18.71 16a2.04 2.04 0 0 1 1.35-2.024m-2.231 2.64c.744 1.85 2.335 3.161 3.46 4.77a6.4 6.4 0 0 1-3.447-.811c.005-1.32.02-2.639-.013-3.959"/></svg>
</template>

CSS

.icon-file-type-lync {
  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%230071c5%22%20d%3D%22M16.027%202.893h1.82c0%201.558.012%203.118-.012%204.676c.567-.3%201.149-.777%201.841-.628c1.393.213%202%201.655%202.829%202.621a6.87%206.87%200%200%201%205.167%201.494a6.33%206.33%200%200%201%202.03%206.788a6.7%206.7%200%200%201-2.969%203.694a2.58%202.58%200%200%201%20.015%202.438a2.137%202.137%200%200%201-3.137.564c-.671-.68-1.2-1.478-1.832-2.195a9.7%209.7%200%200%201-3.935-.668c.006%202.475%200%204.953%200%207.428h-1.89c-4.642-.846-9.303-1.62-13.954-2.437V5.338c4.676-.82%209.355-1.613%2014.027-2.445%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.219%208.718a1.265%201.265%200%200%201%202.158-.448c1.262%201.536%202.451%203.133%203.7%204.682a35%2035%200%200%200-4.091.094a3.14%203.14%200%200%200-2.14%202.134c.015-1.332-.027-2.664.03-3.993c.384-.165.771-.323%201.164-.485c-.376-.602-1.047-1.202-.821-1.984%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.044%2010.422a6.07%206.07%200%200%201%204.469%201.68a5.47%205.47%200%200%201%201.027%206.3a5.9%205.9%200%200%201-3.191%202.789c.347.564.921%201.1.832%201.826a1.33%201.33%200%200%201-1.609%201a3.7%203.7%200%200%201-1.158-1.11c-1.021-1.338-2.076-2.649-3.115-3.975a24.5%2024.5%200%200%200%204.228-.146a3.008%203.008%200%200%200%201.631-4.389c-.941-1.402-2.117-2.622-3.114-3.975M7.788%2011.2q.919-.046%201.847-.088v8.056c1.009.046%202.021.07%203.033.122v1.9c-1.628-.119-3.255-.2-4.88-.311q-.004-4.845%200-9.679%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.06%2013.976a17.7%2017.7%200%200%201%203.892-.088a2.116%202.116%200%200%201%201.106%203.545c-1.183.93-2.8.555-4.188.588A2.08%202.08%200%200%201%2018.71%2016a2.04%202.04%200%200%201%201.35-2.024m-2.231%202.64c.744%201.85%202.335%203.161%203.46%204.77a6.4%206.4%200%200%201-3.447-.811c.005-1.32.02-2.639-.013-3.959%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%230071c5%22%20d%3D%22M16.027%202.893h1.82c0%201.558.012%203.118-.012%204.676c.567-.3%201.149-.777%201.841-.628c1.393.213%202%201.655%202.829%202.621a6.87%206.87%200%200%201%205.167%201.494a6.33%206.33%200%200%201%202.03%206.788a6.7%206.7%200%200%201-2.969%203.694a2.58%202.58%200%200%201%20.015%202.438a2.137%202.137%200%200%201-3.137.564c-.671-.68-1.2-1.478-1.832-2.195a9.7%209.7%200%200%201-3.935-.668c.006%202.475%200%204.953%200%207.428h-1.89c-4.642-.846-9.303-1.62-13.954-2.437V5.338c4.676-.82%209.355-1.613%2014.027-2.445%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.219%208.718a1.265%201.265%200%200%201%202.158-.448c1.262%201.536%202.451%203.133%203.7%204.682a35%2035%200%200%200-4.091.094a3.14%203.14%200%200%200-2.14%202.134c.015-1.332-.027-2.664.03-3.993c.384-.165.771-.323%201.164-.485c-.376-.602-1.047-1.202-.821-1.984%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M23.044%2010.422a6.07%206.07%200%200%201%204.469%201.68a5.47%205.47%200%200%201%201.027%206.3a5.9%205.9%200%200%201-3.191%202.789c.347.564.921%201.1.832%201.826a1.33%201.33%200%200%201-1.609%201a3.7%203.7%200%200%201-1.158-1.11c-1.021-1.338-2.076-2.649-3.115-3.975a24.5%2024.5%200%200%200%204.228-.146a3.008%203.008%200%200%200%201.631-4.389c-.941-1.402-2.117-2.622-3.114-3.975M7.788%2011.2q.919-.046%201.847-.088v8.056c1.009.046%202.021.07%203.033.122v1.9c-1.628-.119-3.255-.2-4.88-.311q-.004-4.845%200-9.679%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M20.06%2013.976a17.7%2017.7%200%200%201%203.892-.088a2.116%202.116%200%200%201%201.106%203.545c-1.183.93-2.8.555-4.188.588A2.08%202.08%200%200%201%2018.71%2016a2.04%202.04%200%200%201%201.35-2.024m-2.231%202.64c.744%201.85%202.335%203.161%203.46%204.77a6.4%206.4%200%200%201-3.447-.811c.005-1.32.02-2.639-.013-3.959%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-lync.svg?color=%231a73e8&size=48