linear-app from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
linear-app
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

Use the linear app logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.25 14.3c-.04-.19.18-.31.32-.17l7.3 7.3c.14.14.02.36-.17.32c-3.68-.86-6.59-3.77-7.45-7.45m-.24-2.93q0 .09.06.15l10.41 10.41s.1.06.15.06c.47-.03.94-.09 1.39-.19c.15-.03.21-.22.1-.33L2.52 9.89a.194.194 0 0 0-.33.1c-.09.46-.16.92-.19 1.39Zm.84-3.44c-.03.07-.02.16.04.22L15.84 21.1c.06.06.15.07.22.04c.36-.16.7-.34 1.04-.54c.09-.06.12-.18.07-.27c0-.01-.02-.03-.03-.04L3.69 6.87a.193.193 0 0 0-.28 0c-.01.01-.02.02-.03.04c-.2.33-.38.68-.54 1.04ZM4.54 5.6a.19.19 0 0 1 0-.27a10 10 0 0 1 7.47-3.34c5.53 0 10.01 4.48 10.01 10.01c0 2.97-1.29 5.63-3.34 7.47c-.08.07-.2.07-.27 0L4.53 5.61Z"/></svg>

React

import type { SVGProps } from "react";

export function BxlLinearApp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.25 14.3c-.04-.19.18-.31.32-.17l7.3 7.3c.14.14.02.36-.17.32c-3.68-.86-6.59-3.77-7.45-7.45m-.24-2.93q0 .09.06.15l10.41 10.41s.1.06.15.06c.47-.03.94-.09 1.39-.19c.15-.03.21-.22.1-.33L2.52 9.89a.194.194 0 0 0-.33.1c-.09.46-.16.92-.19 1.39Zm.84-3.44c-.03.07-.02.16.04.22L15.84 21.1c.06.06.15.07.22.04c.36-.16.7-.34 1.04-.54c.09-.06.12-.18.07-.27c0-.01-.02-.03-.03-.04L3.69 6.87a.193.193 0 0 0-.28 0c-.01.01-.02.02-.03.04c-.2.33-.38.68-.54 1.04ZM4.54 5.6a.19.19 0 0 1 0-.27a10 10 0 0 1 7.47-3.34c5.53 0 10.01 4.48 10.01 10.01c0 2.97-1.29 5.63-3.34 7.47c-.08.07-.2.07-.27 0L4.53 5.61Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.25 14.3c-.04-.19.18-.31.32-.17l7.3 7.3c.14.14.02.36-.17.32c-3.68-.86-6.59-3.77-7.45-7.45m-.24-2.93q0 .09.06.15l10.41 10.41s.1.06.15.06c.47-.03.94-.09 1.39-.19c.15-.03.21-.22.1-.33L2.52 9.89a.194.194 0 0 0-.33.1c-.09.46-.16.92-.19 1.39Zm.84-3.44c-.03.07-.02.16.04.22L15.84 21.1c.06.06.15.07.22.04c.36-.16.7-.34 1.04-.54c.09-.06.12-.18.07-.27c0-.01-.02-.03-.03-.04L3.69 6.87a.193.193 0 0 0-.28 0c-.01.01-.02.02-.03.04c-.2.33-.38.68-.54 1.04ZM4.54 5.6a.19.19 0 0 1 0-.27a10 10 0 0 1 7.47-3.34c5.53 0 10.01 4.48 10.01 10.01c0 2.97-1.29 5.63-3.34 7.47c-.08.07-.2.07-.27 0L4.53 5.61Z"/></svg>
</template>

CSS

.icon-linear-app {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.25%2014.3c-.04-.19.18-.31.32-.17l7.3%207.3c.14.14.02.36-.17.32c-3.68-.86-6.59-3.77-7.45-7.45m-.24-2.93q0%20.09.06.15l10.41%2010.41s.1.06.15.06c.47-.03.94-.09%201.39-.19c.15-.03.21-.22.1-.33L2.52%209.89a.194.194%200%200%200-.33.1c-.09.46-.16.92-.19%201.39Zm.84-3.44c-.03.07-.02.16.04.22L15.84%2021.1c.06.06.15.07.22.04c.36-.16.7-.34%201.04-.54c.09-.06.12-.18.07-.27c0-.01-.02-.03-.03-.04L3.69%206.87a.193.193%200%200%200-.28%200c-.01.01-.02.02-.03.04c-.2.33-.38.68-.54%201.04ZM4.54%205.6a.19.19%200%200%201%200-.27a10%2010%200%200%201%207.47-3.34c5.53%200%2010.01%204.48%2010.01%2010.01c0%202.97-1.29%205.63-3.34%207.47c-.08.07-.2.07-.27%200L4.53%205.61Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.25%2014.3c-.04-.19.18-.31.32-.17l7.3%207.3c.14.14.02.36-.17.32c-3.68-.86-6.59-3.77-7.45-7.45m-.24-2.93q0%20.09.06.15l10.41%2010.41s.1.06.15.06c.47-.03.94-.09%201.39-.19c.15-.03.21-.22.1-.33L2.52%209.89a.194.194%200%200%200-.33.1c-.09.46-.16.92-.19%201.39Zm.84-3.44c-.03.07-.02.16.04.22L15.84%2021.1c.06.06.15.07.22.04c.36-.16.7-.34%201.04-.54c.09-.06.12-.18.07-.27c0-.01-.02-.03-.03-.04L3.69%206.87a.193.193%200%200%200-.28%200c-.01.01-.02.02-.03.04c-.2.33-.38.68-.54%201.04ZM4.54%205.6a.19.19%200%200%201%200-.27a10%2010%200%200%201%207.47-3.34c5.53%200%2010.01%204.48%2010.01%2010.01c0%202.97-1.29%205.63-3.34%207.47c-.08.07-.2.07-.27%200L4.53%205.61Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/linear-app.svg?color=%231a73e8&size=48