linear icon logo

linear-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
linear-icon
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Use the linear icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#222326" d="m8.174 102.613l145.213 145.213c2.12 2.12 1.097 5.72-1.85 6.27a128 128 0 0 1-15.02 1.896a3.78 3.78 0 0 1-2.92-1.109L1.117 122.403a3.78 3.78 0 0 1-1.109-2.92c.34-5.095.978-10.107 1.896-15.02c.55-2.947 4.15-3.97 6.27-1.85m-4.092 58.796c-.97-3.614 3.3-5.894 5.946-3.248l87.81 87.811c2.647 2.646.367 6.915-3.247 5.946c-44.03-11.805-78.704-46.478-90.51-90.509m12.727-97.245c1.233-2.135 4.147-2.463 5.89-.719L192.556 233.3c1.744 1.744 1.417 4.658-.72 5.891a128 128 0 0 1-11.1 5.705c-1.43.65-3.11.322-4.22-.79L11.893 79.487c-1.111-1.112-1.439-2.79-.79-4.221a128 128 0 0 1 5.706-11.1M127.86 0C198.63 0 256 57.37 256 128.14c0 37.57-16.168 71.362-41.926 94.8c-1.487 1.354-3.768 1.264-5.19-.157L33.217 47.116c-1.421-1.422-1.51-3.703-.158-5.19C56.498 16.168 90.291 0 127.86 0"/></svg>

React

import type { SVGProps } from "react";

export function LogosLinearIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#222326" d="m8.174 102.613l145.213 145.213c2.12 2.12 1.097 5.72-1.85 6.27a128 128 0 0 1-15.02 1.896a3.78 3.78 0 0 1-2.92-1.109L1.117 122.403a3.78 3.78 0 0 1-1.109-2.92c.34-5.095.978-10.107 1.896-15.02c.55-2.947 4.15-3.97 6.27-1.85m-4.092 58.796c-.97-3.614 3.3-5.894 5.946-3.248l87.81 87.811c2.647 2.646.367 6.915-3.247 5.946c-44.03-11.805-78.704-46.478-90.51-90.509m12.727-97.245c1.233-2.135 4.147-2.463 5.89-.719L192.556 233.3c1.744 1.744 1.417 4.658-.72 5.891a128 128 0 0 1-11.1 5.705c-1.43.65-3.11.322-4.22-.79L11.893 79.487c-1.111-1.112-1.439-2.79-.79-4.221a128 128 0 0 1 5.706-11.1M127.86 0C198.63 0 256 57.37 256 128.14c0 37.57-16.168 71.362-41.926 94.8c-1.487 1.354-3.768 1.264-5.19-.157L33.217 47.116c-1.421-1.422-1.51-3.703-.158-5.19C56.498 16.168 90.291 0 127.86 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="#222326" d="m8.174 102.613l145.213 145.213c2.12 2.12 1.097 5.72-1.85 6.27a128 128 0 0 1-15.02 1.896a3.78 3.78 0 0 1-2.92-1.109L1.117 122.403a3.78 3.78 0 0 1-1.109-2.92c.34-5.095.978-10.107 1.896-15.02c.55-2.947 4.15-3.97 6.27-1.85m-4.092 58.796c-.97-3.614 3.3-5.894 5.946-3.248l87.81 87.811c2.647 2.646.367 6.915-3.247 5.946c-44.03-11.805-78.704-46.478-90.51-90.509m12.727-97.245c1.233-2.135 4.147-2.463 5.89-.719L192.556 233.3c1.744 1.744 1.417 4.658-.72 5.891a128 128 0 0 1-11.1 5.705c-1.43.65-3.11.322-4.22-.79L11.893 79.487c-1.111-1.112-1.439-2.79-.79-4.221a128 128 0 0 1 5.706-11.1M127.86 0C198.63 0 256 57.37 256 128.14c0 37.57-16.168 71.362-41.926 94.8c-1.487 1.354-3.768 1.264-5.19-.157L33.217 47.116c-1.421-1.422-1.51-3.703-.158-5.19C56.498 16.168 90.291 0 127.86 0"/></svg>
</template>

CSS

.icon-linear-icon {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22%23222326%22%20d%3D%22m8.174%20102.613l145.213%20145.213c2.12%202.12%201.097%205.72-1.85%206.27a128%20128%200%200%201-15.02%201.896a3.78%203.78%200%200%201-2.92-1.109L1.117%20122.403a3.78%203.78%200%200%201-1.109-2.92c.34-5.095.978-10.107%201.896-15.02c.55-2.947%204.15-3.97%206.27-1.85m-4.092%2058.796c-.97-3.614%203.3-5.894%205.946-3.248l87.81%2087.811c2.647%202.646.367%206.915-3.247%205.946c-44.03-11.805-78.704-46.478-90.51-90.509m12.727-97.245c1.233-2.135%204.147-2.463%205.89-.719L192.556%20233.3c1.744%201.744%201.417%204.658-.72%205.891a128%20128%200%200%201-11.1%205.705c-1.43.65-3.11.322-4.22-.79L11.893%2079.487c-1.111-1.112-1.439-2.79-.79-4.221a128%20128%200%200%201%205.706-11.1M127.86%200C198.63%200%20256%2057.37%20256%20128.14c0%2037.57-16.168%2071.362-41.926%2094.8c-1.487%201.354-3.768%201.264-5.19-.157L33.217%2047.116c-1.421-1.422-1.51-3.703-.158-5.19C56.498%2016.168%2090.291%200%20127.86%200%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%20256%20256%22%3E%3Cpath%20fill%3D%22%23222326%22%20d%3D%22m8.174%20102.613l145.213%20145.213c2.12%202.12%201.097%205.72-1.85%206.27a128%20128%200%200%201-15.02%201.896a3.78%203.78%200%200%201-2.92-1.109L1.117%20122.403a3.78%203.78%200%200%201-1.109-2.92c.34-5.095.978-10.107%201.896-15.02c.55-2.947%204.15-3.97%206.27-1.85m-4.092%2058.796c-.97-3.614%203.3-5.894%205.946-3.248l87.81%2087.811c2.647%202.646.367%206.915-3.247%205.946c-44.03-11.805-78.704-46.478-90.51-90.509m12.727-97.245c1.233-2.135%204.147-2.463%205.89-.719L192.556%20233.3c1.744%201.744%201.417%204.658-.72%205.891a128%20128%200%200%201-11.1%205.705c-1.43.65-3.11.322-4.22-.79L11.893%2079.487c-1.111-1.112-1.439-2.79-.79-4.221a128%20128%200%200%201%205.706-11.1M127.86%200C198.63%200%20256%2057.37%20256%20128.14c0%2037.57-16.168%2071.362-41.926%2094.8c-1.487%201.354-3.768%201.264-5.19-.157L33.217%2047.116c-1.421-1.422-1.51-3.703-.158-5.19C56.498%2016.168%2090.291%200%20127.86%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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