knowledge 02 icon

knowledge-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
knowledge-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the knowledge 02 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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M7.5 10h-1c-1.414 0-2.121 0-2.56-.44C3.5 9.122 3.5 8.415 3.5 7s0-2.121.44-2.56C4.378 4 5.085 4 6.5 4h1c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56C9.622 10 8.915 10 7.5 10m-4-4H2m20 0h-1.5m-4 4h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C19.622 4 18.915 4 17.5 4h-1c-1.414 0-2.121 0-2.56.44c-.44.439-.44 1.146-.44 2.56s0 2.121.44 2.56c.439.44 1.146.44 2.56.44"/><path d="M13.5 6a1.5 1.5 0 0 0-3 0"/><path stroke-linecap="round" stroke-linejoin="round" d="M21 14H6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 15.602 3 16.068 3 17s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 20 5.068 20 6 20h15"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 20c-1.105 0-2-1.343-2-3s.895-3 2-3"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsKnowledge02(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" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M7.5 10h-1c-1.414 0-2.121 0-2.56-.44C3.5 9.122 3.5 8.415 3.5 7s0-2.121.44-2.56C4.378 4 5.085 4 6.5 4h1c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56C9.622 10 8.915 10 7.5 10m-4-4H2m20 0h-1.5m-4 4h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C19.622 4 18.915 4 17.5 4h-1c-1.414 0-2.121 0-2.56.44c-.44.439-.44 1.146-.44 2.56s0 2.121.44 2.56c.439.44 1.146.44 2.56.44"/><path d="M13.5 6a1.5 1.5 0 0 0-3 0"/><path strokeLinecap="round" strokeLinejoin="round" d="M21 14H6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 15.602 3 16.068 3 17s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 20 5.068 20 6 20h15"/><path strokeLinecap="round" strokeLinejoin="round" d="M20 20c-1.105 0-2-1.343-2-3s.895-3 2-3"/></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-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M7.5 10h-1c-1.414 0-2.121 0-2.56-.44C3.5 9.122 3.5 8.415 3.5 7s0-2.121.44-2.56C4.378 4 5.085 4 6.5 4h1c1.414 0 2.121 0 2.56.44c.44.439.44 1.146.44 2.56s0 2.121-.44 2.56C9.622 10 8.915 10 7.5 10m-4-4H2m20 0h-1.5m-4 4h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C19.622 4 18.915 4 17.5 4h-1c-1.414 0-2.121 0-2.56.44c-.44.439-.44 1.146-.44 2.56s0 2.121.44 2.56c.439.44 1.146.44 2.56.44"/><path d="M13.5 6a1.5 1.5 0 0 0-3 0"/><path stroke-linecap="round" stroke-linejoin="round" d="M21 14H6c-.932 0-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C3 15.602 3 16.068 3 17s0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C4.602 20 5.068 20 6 20h15"/><path stroke-linecap="round" stroke-linejoin="round" d="M20 20c-1.105 0-2-1.343-2-3s.895-3 2-3"/></g></svg>
</template>

CSS

.icon-knowledge-02 {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.5%2010h-1c-1.414%200-2.121%200-2.56-.44C3.5%209.122%203.5%208.415%203.5%207s0-2.121.44-2.56C4.378%204%205.085%204%206.5%204h1c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56C9.622%2010%208.915%2010%207.5%2010m-4-4H2m20%200h-1.5m-4%204h1c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C19.622%204%2018.915%204%2017.5%204h-1c-1.414%200-2.121%200-2.56.44c-.44.439-.44%201.146-.44%202.56s0%202.121.44%202.56c.439.44%201.146.44%202.56.44%22%2F%3E%3Cpath%20d%3D%22M13.5%206a1.5%201.5%200%200%200-3%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2014H6c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C3%2015.602%203%2016.068%203%2017s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C4.602%2020%205.068%2020%206%2020h15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2020c-1.105%200-2-1.343-2-3s.895-3%202-3%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7.5%2010h-1c-1.414%200-2.121%200-2.56-.44C3.5%209.122%203.5%208.415%203.5%207s0-2.121.44-2.56C4.378%204%205.085%204%206.5%204h1c1.414%200%202.121%200%202.56.44c.44.439.44%201.146.44%202.56s0%202.121-.44%202.56C9.622%2010%208.915%2010%207.5%2010m-4-4H2m20%200h-1.5m-4%204h1c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56s0-2.121-.44-2.56C19.622%204%2018.915%204%2017.5%204h-1c-1.414%200-2.121%200-2.56.44c-.44.439-.44%201.146-.44%202.56s0%202.121.44%202.56c.439.44%201.146.44%202.56.44%22%2F%3E%3Cpath%20d%3D%22M13.5%206a1.5%201.5%200%200%200-3%200%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2014H6c-.932%200-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C3%2015.602%203%2016.068%203%2017s0%201.398.152%201.765a2%202%200%200%200%201.083%201.083C4.602%2020%205.068%2020%206%2020h15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20%2020c-1.105%200-2-1.343-2-3s.895-3%202-3%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/knowledge-02.svg?color=%231a73e8&size=48