libraries icon

libraries from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
libraries
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the libraries icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.5 17.5v-11c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C6.402 4 5.935 4 5 4s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C2.5 5.098 2.5 5.565 2.5 6.5v11c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C3.598 20 4.065 20 5 20s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75m5 0v-8c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C11.402 7 10.935 7 10 7s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C7.5 8.098 7.5 8.565 7.5 9.5v8c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C8.598 20 9.065 20 10 20s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75m6.18-7.72c-.32-.878-.48-1.318-.788-1.576a1.5 1.5 0 0 0-.704-.328c-.396-.07-.835.09-1.714.41c-.878.32-1.317.48-1.575.788a1.5 1.5 0 0 0-.328.703c-.07.396.09.835.409 1.713l2.395 6.588c.32.88.48 1.319.788 1.577a1.5 1.5 0 0 0 .704.328c.396.07.835-.09 1.714-.41c.878-.32 1.317-.48 1.575-.788a1.5 1.5 0 0 0 .328-.703c.07-.395-.09-.835-.409-1.713z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLibraries(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M7.5 17.5v-11c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C6.402 4 5.935 4 5 4s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C2.5 5.098 2.5 5.565 2.5 6.5v11c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C3.598 20 4.065 20 5 20s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75m5 0v-8c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C11.402 7 10.935 7 10 7s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C7.5 8.098 7.5 8.565 7.5 9.5v8c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C8.598 20 9.065 20 10 20s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75m6.18-7.72c-.32-.878-.48-1.318-.788-1.576a1.5 1.5 0 0 0-.704-.328c-.396-.07-.835.09-1.714.41c-.878.32-1.317.48-1.575.788a1.5 1.5 0 0 0-.328.703c-.07.396.09.835.409 1.713l2.395 6.588c.32.88.48 1.319.788 1.577a1.5 1.5 0 0 0 .704.328c.396.07.835-.09 1.714-.41c.878-.32 1.317-.48 1.575-.788a1.5 1.5 0 0 0 .328-.703c.07-.395-.09-.835-.409-1.713z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7.5 17.5v-11c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C6.402 4 5.935 4 5 4s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C2.5 5.098 2.5 5.565 2.5 6.5v11c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C3.598 20 4.065 20 5 20s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75m5 0v-8c0-.935 0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C11.402 7 10.935 7 10 7s-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C7.5 8.098 7.5 8.565 7.5 9.5v8c0 .935 0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C8.598 20 9.065 20 10 20s1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549c.201-.348.201-.815.201-1.75m6.18-7.72c-.32-.878-.48-1.318-.788-1.576a1.5 1.5 0 0 0-.704-.328c-.396-.07-.835.09-1.714.41c-.878.32-1.317.48-1.575.788a1.5 1.5 0 0 0-.328.703c-.07.396.09.835.409 1.713l2.395 6.588c.32.88.48 1.319.788 1.577a1.5 1.5 0 0 0 .704.328c.396.07.835-.09 1.714-.41c.878-.32 1.317-.48 1.575-.788a1.5 1.5 0 0 0 .328-.703c.07-.395-.09-.835-.409-1.713z"/></svg>
</template>

CSS

.icon-libraries {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.5%2017.5v-11c0-.935%200-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C6.402%204%205.935%204%205%204s-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C2.5%205.098%202.5%205.565%202.5%206.5v11c0%20.935%200%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C3.598%2020%204.065%2020%205%2020s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75m5%200v-8c0-.935%200-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C11.402%207%2010.935%207%2010%207s-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C7.5%208.098%207.5%208.565%207.5%209.5v8c0%20.935%200%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C8.598%2020%209.065%2020%2010%2020s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75m6.18-7.72c-.32-.878-.48-1.318-.788-1.576a1.5%201.5%200%200%200-.704-.328c-.396-.07-.835.09-1.714.41c-.878.32-1.317.48-1.575.788a1.5%201.5%200%200%200-.328.703c-.07.396.09.835.409%201.713l2.395%206.588c.32.88.48%201.319.788%201.577a1.5%201.5%200%200%200%20.704.328c.396.07.835-.09%201.714-.41c.878-.32%201.317-.48%201.575-.788a1.5%201.5%200%200%200%20.328-.703c.07-.395-.09-.835-.409-1.713z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M7.5%2017.5v-11c0-.935%200-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C6.402%204%205.935%204%205%204s-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C2.5%205.098%202.5%205.565%202.5%206.5v11c0%20.935%200%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C3.598%2020%204.065%2020%205%2020s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75m5%200v-8c0-.935%200-1.402-.201-1.75a1.5%201.5%200%200%200-.549-.549C11.402%207%2010.935%207%2010%207s-1.402%200-1.75.201a1.5%201.5%200%200%200-.549.549C7.5%208.098%207.5%208.565%207.5%209.5v8c0%20.935%200%201.402.201%201.75a1.5%201.5%200%200%200%20.549.549C8.598%2020%209.065%2020%2010%2020s1.402%200%201.75-.201a1.5%201.5%200%200%200%20.549-.549c.201-.348.201-.815.201-1.75m6.18-7.72c-.32-.878-.48-1.318-.788-1.576a1.5%201.5%200%200%200-.704-.328c-.396-.07-.835.09-1.714.41c-.878.32-1.317.48-1.575.788a1.5%201.5%200%200%200-.328.703c-.07.396.09.835.409%201.713l2.395%206.588c.32.88.48%201.319.788%201.577a1.5%201.5%200%200%200%20.704.328c.396.07.835-.09%201.714-.41c.878-.32%201.317-.48%201.575-.788a1.5%201.5%200%200%200%20.328-.703c.07-.395-.09-.835-.409-1.713z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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