cline from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
cline
Set
Material Icon Theme
Style
Color
Viewbox
16×16
License
MIT

The same logo in other sets

Use the cline logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#42a5f5" d="M8 1a2 2 0 0 0-2 2H5C3.338 3 2 4.338 2 6v1L1 9l1 2v1c0 1.662 1.338 3 3 3h6c1.662 0 3-1.338 3-3v-1l1-2l-1-2V6c0-1.662-1.338-3-3-3h-1a2 2 0 0 0-2-2M6 7c.554 0 1 .446 1 1v2c0 .554-.446 1-1 1s-1-.446-1-1V8c0-.554.446-1 1-1m4 0c.554 0 1 .446 1 1v2c0 .554-.446 1-1 1s-1-.446-1-1V8c0-.554.446-1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeCline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#42a5f5" d="M8 1a2 2 0 0 0-2 2H5C3.338 3 2 4.338 2 6v1L1 9l1 2v1c0 1.662 1.338 3 3 3h6c1.662 0 3-1.338 3-3v-1l1-2l-1-2V6c0-1.662-1.338-3-3-3h-1a2 2 0 0 0-2-2M6 7c.554 0 1 .446 1 1v2c0 .554-.446 1-1 1s-1-.446-1-1V8c0-.554.446-1 1-1m4 0c.554 0 1 .446 1 1v2c0 .554-.446 1-1 1s-1-.446-1-1V8c0-.554.446-1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#42a5f5" d="M8 1a2 2 0 0 0-2 2H5C3.338 3 2 4.338 2 6v1L1 9l1 2v1c0 1.662 1.338 3 3 3h6c1.662 0 3-1.338 3-3v-1l1-2l-1-2V6c0-1.662-1.338-3-3-3h-1a2 2 0 0 0-2-2M6 7c.554 0 1 .446 1 1v2c0 .554-.446 1-1 1s-1-.446-1-1V8c0-.554.446-1 1-1m4 0c.554 0 1 .446 1 1v2c0 .554-.446 1-1 1s-1-.446-1-1V8c0-.554.446-1 1-1"/></svg>
</template>

CSS

.icon-cline {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22%2342a5f5%22%20d%3D%22M8%201a2%202%200%200%200-2%202H5C3.338%203%202%204.338%202%206v1L1%209l1%202v1c0%201.662%201.338%203%203%203h6c1.662%200%203-1.338%203-3v-1l1-2l-1-2V6c0-1.662-1.338-3-3-3h-1a2%202%200%200%200-2-2M6%207c.554%200%201%20.446%201%201v2c0%20.554-.446%201-1%201s-1-.446-1-1V8c0-.554.446-1%201-1m4%200c.554%200%201%20.446%201%201v2c0%20.554-.446%201-1%201s-1-.446-1-1V8c0-.554.446-1%201-1%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%2016%2016%22%3E%3Cpath%20fill%3D%22%2342a5f5%22%20d%3D%22M8%201a2%202%200%200%200-2%202H5C3.338%203%202%204.338%202%206v1L1%209l1%202v1c0%201.662%201.338%203%203%203h6c1.662%200%203-1.338%203-3v-1l1-2l-1-2V6c0-1.662-1.338-3-3-3h-1a2%202%200%200%200-2-2M6%207c.554%200%201%20.446%201%201v2c0%20.554-.446%201-1%201s-1-.446-1-1V8c0-.554.446-1%201-1m4%200c.554%200%201%20.446%201%201v2c0%20.554-.446%201-1%201s-1-.446-1-1V8c0-.554.446-1%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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