lineageos from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
lineageos
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the lineageos logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.645 12.057a2.4 2.4 0 0 0-1.803.8l-.138-.054a18 18 0 0 0-2.867-.86a4.808 4.808 0 0 0-9.615 0H7.09a18 18 0 0 0-2.765.836l-.138.054a2.404 2.404 0 1 0 .559 1.07a16.6 16.6 0 0 1 2.578-.776a4.808 4.808 0 0 0 9.357 0a16.6 16.6 0 0 1 2.578.77a2.404 2.404 0 1 0 2.386-1.84M2.414 15.663a1.202 1.202 0 1 1 1.202-1.202a1.2 1.2 0 0 1-1.202 1.202m9.616 0a3.606 3.606 0 1 1 3.605-3.606a3.606 3.606 0 0 1-3.605 3.606m9.615 0a1.202 1.202 0 1 1 1.202-1.202a1.2 1.2 0 0 1-1.202 1.202m-7.812-3.606a1.803 1.803 0 1 1-1.803-1.803a1.803 1.803 0 0 1 1.803 1.803"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLineageos(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="M21.645 12.057a2.4 2.4 0 0 0-1.803.8l-.138-.054a18 18 0 0 0-2.867-.86a4.808 4.808 0 0 0-9.615 0H7.09a18 18 0 0 0-2.765.836l-.138.054a2.404 2.404 0 1 0 .559 1.07a16.6 16.6 0 0 1 2.578-.776a4.808 4.808 0 0 0 9.357 0a16.6 16.6 0 0 1 2.578.77a2.404 2.404 0 1 0 2.386-1.84M2.414 15.663a1.202 1.202 0 1 1 1.202-1.202a1.2 1.2 0 0 1-1.202 1.202m9.616 0a3.606 3.606 0 1 1 3.605-3.606a3.606 3.606 0 0 1-3.605 3.606m9.615 0a1.202 1.202 0 1 1 1.202-1.202a1.2 1.2 0 0 1-1.202 1.202m-7.812-3.606a1.803 1.803 0 1 1-1.803-1.803a1.803 1.803 0 0 1 1.803 1.803"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.645 12.057a2.4 2.4 0 0 0-1.803.8l-.138-.054a18 18 0 0 0-2.867-.86a4.808 4.808 0 0 0-9.615 0H7.09a18 18 0 0 0-2.765.836l-.138.054a2.404 2.404 0 1 0 .559 1.07a16.6 16.6 0 0 1 2.578-.776a4.808 4.808 0 0 0 9.357 0a16.6 16.6 0 0 1 2.578.77a2.404 2.404 0 1 0 2.386-1.84M2.414 15.663a1.202 1.202 0 1 1 1.202-1.202a1.2 1.2 0 0 1-1.202 1.202m9.616 0a3.606 3.606 0 1 1 3.605-3.606a3.606 3.606 0 0 1-3.605 3.606m9.615 0a1.202 1.202 0 1 1 1.202-1.202a1.2 1.2 0 0 1-1.202 1.202m-7.812-3.606a1.803 1.803 0 1 1-1.803-1.803a1.803 1.803 0 0 1 1.803 1.803"/></svg>
</template>

CSS

.icon-lineageos {
  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%22M21.645%2012.057a2.4%202.4%200%200%200-1.803.8l-.138-.054a18%2018%200%200%200-2.867-.86a4.808%204.808%200%200%200-9.615%200H7.09a18%2018%200%200%200-2.765.836l-.138.054a2.404%202.404%200%201%200%20.559%201.07a16.6%2016.6%200%200%201%202.578-.776a4.808%204.808%200%200%200%209.357%200a16.6%2016.6%200%200%201%202.578.77a2.404%202.404%200%201%200%202.386-1.84M2.414%2015.663a1.202%201.202%200%201%201%201.202-1.202a1.2%201.2%200%200%201-1.202%201.202m9.616%200a3.606%203.606%200%201%201%203.605-3.606a3.606%203.606%200%200%201-3.605%203.606m9.615%200a1.202%201.202%200%201%201%201.202-1.202a1.2%201.2%200%200%201-1.202%201.202m-7.812-3.606a1.803%201.803%200%201%201-1.803-1.803a1.803%201.803%200%200%201%201.803%201.803%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%22M21.645%2012.057a2.4%202.4%200%200%200-1.803.8l-.138-.054a18%2018%200%200%200-2.867-.86a4.808%204.808%200%200%200-9.615%200H7.09a18%2018%200%200%200-2.765.836l-.138.054a2.404%202.404%200%201%200%20.559%201.07a16.6%2016.6%200%200%201%202.578-.776a4.808%204.808%200%200%200%209.357%200a16.6%2016.6%200%200%201%202.578.77a2.404%202.404%200%201%200%202.386-1.84M2.414%2015.663a1.202%201.202%200%201%201%201.202-1.202a1.2%201.2%200%200%201-1.202%201.202m9.616%200a3.606%203.606%200%201%201%203.605-3.606a3.606%203.606%200%200%201-3.605%203.606m9.615%200a1.202%201.202%200%201%201%201.202-1.202a1.2%201.2%200%200%201-1.202%201.202m-7.812-3.606a1.803%201.803%200%201%201-1.803-1.803a1.803%201.803%200%200%201%201.803%201.803%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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