layers logo icon
layers-logo from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- layers-logo
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the layers logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.879 20.121c.878.88 2.293.88 5.121.88s4.243 0 5.121-.88c.879-.878.879-2.293.879-5.12c0-2.83 0-4.243-.879-5.122C19.243 9 17.828 9 15 9s-4.243 0-5.121.879S9 12.172 9 15s0 4.243.879 5.121"/><path d="M17.924 9c-.096-.975-.313-1.631-.803-2.121C16.243 6 14.828 6 12 6s-4.243 0-5.121.879C6 7.757 6 9.172 6 12s0 4.243.879 5.121c.49.49 1.146.707 2.121.803"/><path d="M14.924 6c-.096-.975-.313-1.631-.803-2.121C13.243 3 11.828 3 9 3s-4.243 0-5.121.879C3 4.757 3 6.172 3 9s0 4.243.879 5.121c.49.49 1.146.707 2.121.803"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLayersLogo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.879 20.121c.878.88 2.293.88 5.121.88s4.243 0 5.121-.88c.879-.878.879-2.293.879-5.12c0-2.83 0-4.243-.879-5.122C19.243 9 17.828 9 15 9s-4.243 0-5.121.879S9 12.172 9 15s0 4.243.879 5.121"/><path d="M17.924 9c-.096-.975-.313-1.631-.803-2.121C16.243 6 14.828 6 12 6s-4.243 0-5.121.879C6 7.757 6 9.172 6 12s0 4.243.879 5.121c.49.49 1.146.707 2.121.803"/><path d="M14.924 6c-.096-.975-.313-1.631-.803-2.121C13.243 3 11.828 3 9 3s-4.243 0-5.121.879C3 4.757 3 6.172 3 9s0 4.243.879 5.121c.49.49 1.146.707 2.121.803"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.879 20.121c.878.88 2.293.88 5.121.88s4.243 0 5.121-.88c.879-.878.879-2.293.879-5.12c0-2.83 0-4.243-.879-5.122C19.243 9 17.828 9 15 9s-4.243 0-5.121.879S9 12.172 9 15s0 4.243.879 5.121"/><path d="M17.924 9c-.096-.975-.313-1.631-.803-2.121C16.243 6 14.828 6 12 6s-4.243 0-5.121.879C6 7.757 6 9.172 6 12s0 4.243.879 5.121c.49.49 1.146.707 2.121.803"/><path d="M14.924 6c-.096-.975-.313-1.631-.803-2.121C13.243 3 11.828 3 9 3s-4.243 0-5.121.879C3 4.757 3 6.172 3 9s0 4.243.879 5.121c.49.49 1.146.707 2.121.803"/></g></svg> </template>
CSS
.icon-layers-logo {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.879%2020.121c.878.88%202.293.88%205.121.88s4.243%200%205.121-.88c.879-.878.879-2.293.879-5.12c0-2.83%200-4.243-.879-5.122C19.243%209%2017.828%209%2015%209s-4.243%200-5.121.879S9%2012.172%209%2015s0%204.243.879%205.121%22%2F%3E%3Cpath%20d%3D%22M17.924%209c-.096-.975-.313-1.631-.803-2.121C16.243%206%2014.828%206%2012%206s-4.243%200-5.121.879C6%207.757%206%209.172%206%2012s0%204.243.879%205.121c.49.49%201.146.707%202.121.803%22%2F%3E%3Cpath%20d%3D%22M14.924%206c-.096-.975-.313-1.631-.803-2.121C13.243%203%2011.828%203%209%203s-4.243%200-5.121.879C3%204.757%203%206.172%203%209s0%204.243.879%205.121c.49.49%201.146.707%202.121.803%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.879%2020.121c.878.88%202.293.88%205.121.88s4.243%200%205.121-.88c.879-.878.879-2.293.879-5.12c0-2.83%200-4.243-.879-5.122C19.243%209%2017.828%209%2015%209s-4.243%200-5.121.879S9%2012.172%209%2015s0%204.243.879%205.121%22%2F%3E%3Cpath%20d%3D%22M17.924%209c-.096-.975-.313-1.631-.803-2.121C16.243%206%2014.828%206%2012%206s-4.243%200-5.121.879C6%207.757%206%209.172%206%2012s0%204.243.879%205.121c.49.49%201.146.707%202.121.803%22%2F%3E%3Cpath%20d%3D%22M14.924%206c-.096-.975-.313-1.631-.803-2.121C13.243%203%2011.828%203%209%203s-4.243%200-5.121.879C3%204.757%203%206.172%203%209s0%204.243.879%205.121c.49.49%201.146.707%202.121.803%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/layers-logo.svg?color=%231a73e8&size=48