linear icon

linear from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
linear
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the linear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.035 12.943a8.96 8.96 0 0 0 2.587 5.421a8.96 8.96 0 0 0 5.42 2.587zM3 11.494l9.492 9.492a9 9 0 0 0 2.378-.459L3.46 9.115A9 9 0 0 0 3 11.494m.867-3.384l12.009 12.009a9 9 0 0 0 1.773-1.123L4.99 6.336A9 9 0 0 0 3.867 8.11m1.796-2.515a9 9 0 0 1 12.728 12.728z"/></svg>

React

import type { SVGProps } from "react";

export function GgLinear(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="M3.035 12.943a8.96 8.96 0 0 0 2.587 5.421a8.96 8.96 0 0 0 5.42 2.587zM3 11.494l9.492 9.492a9 9 0 0 0 2.378-.459L3.46 9.115A9 9 0 0 0 3 11.494m.867-3.384l12.009 12.009a9 9 0 0 0 1.773-1.123L4.99 6.336A9 9 0 0 0 3.867 8.11m1.796-2.515a9 9 0 0 1 12.728 12.728z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.035 12.943a8.96 8.96 0 0 0 2.587 5.421a8.96 8.96 0 0 0 5.42 2.587zM3 11.494l9.492 9.492a9 9 0 0 0 2.378-.459L3.46 9.115A9 9 0 0 0 3 11.494m.867-3.384l12.009 12.009a9 9 0 0 0 1.773-1.123L4.99 6.336A9 9 0 0 0 3.867 8.11m1.796-2.515a9 9 0 0 1 12.728 12.728z"/></svg>
</template>

CSS

.icon-linear {
  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%22M3.035%2012.943a8.96%208.96%200%200%200%202.587%205.421a8.96%208.96%200%200%200%205.42%202.587zM3%2011.494l9.492%209.492a9%209%200%200%200%202.378-.459L3.46%209.115A9%209%200%200%200%203%2011.494m.867-3.384l12.009%2012.009a9%209%200%200%200%201.773-1.123L4.99%206.336A9%209%200%200%200%203.867%208.11m1.796-2.515a9%209%200%200%201%2012.728%2012.728z%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%22M3.035%2012.943a8.96%208.96%200%200%200%202.587%205.421a8.96%208.96%200%200%200%205.42%202.587zM3%2011.494l9.492%209.492a9%209%200%200%200%202.378-.459L3.46%209.115A9%209%200%200%200%203%2011.494m.867-3.384l12.009%2012.009a9%209%200%200%200%201.773-1.123L4.99%206.336A9%209%200%200%200%203.867%208.11m1.796-2.515a9%209%200%200%201%2012.728%2012.728z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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