library icon
library-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.
- Name
- library-broken
- Set
- Solar
- Style
- Broken
- Category
- Video
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More video icons from Solar
album-boldcamera-add-boldcamera-boldcamera-minimalistic-boldcamera-off-boldcamera-rotate-boldcamera-square-boldclapperboard-boldclapperboard-edit-boldclapperboard-open-boldclapperboard-open-play-boldclapperboard-play-boldclapperboard-text-boldfull-screen-boldfull-screen-circle-boldfull-screen-square-boldgallery-add-boldgallery-boldgallery-check-boldgallery-circle-boldgallery-download-boldgallery-edit-boldgallery-favorite-boldgallery-minimalistic-bold
Use the library 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 d="M19.5617 7C19.7904 5.69523 18.7863 4.5 17.4617 4.5H6.53788C5.21323 4.5 4.20922 5.69523 4.43784 7"/><path d="M17.4999 4.5C17.5283 4.24092 17.5425 4.11135 17.5427 4.00435C17.545 2.98072 16.7739 2.12064 15.7561 2.01142C15.6497 2 15.5194 2 15.2588 2H8.74099C8.48035 2 8.35002 2 8.24362 2.01142C7.22584 2.12064 6.45481 2.98072 6.45704 4.00434C6.45727 4.11135 6.47146 4.2409 6.49983 4.5"/><path stroke-linecap="round" d="M15 18H9"/><path stroke-linecap="round" d="M21.1935 16.793C20.8437 19.2739 20.6689 20.5143 19.7717 21.2572C18.8745 22 17.5512 22 14.9046 22H9.09536C6.44881 22 5.12553 22 4.22834 21.2572C3.33115 20.5143 3.15626 19.2739 2.80648 16.793L2.38351 13.793C1.93748 10.6294 1.71447 9.04765 2.66232 8.02383C3.61017 7 5.29758 7 8.67239 7H15.3276C18.7024 7 20.3898 7 21.3377 8.02383C22.0865 8.83268 22.1045 9.98979 21.8592 12"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarLibraryBroken(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 d="M19.5617 7C19.7904 5.69523 18.7863 4.5 17.4617 4.5H6.53788C5.21323 4.5 4.20922 5.69523 4.43784 7"/><path d="M17.4999 4.5C17.5283 4.24092 17.5425 4.11135 17.5427 4.00435C17.545 2.98072 16.7739 2.12064 15.7561 2.01142C15.6497 2 15.5194 2 15.2588 2H8.74099C8.48035 2 8.35002 2 8.24362 2.01142C7.22584 2.12064 6.45481 2.98072 6.45704 4.00434C6.45727 4.11135 6.47146 4.2409 6.49983 4.5"/><path strokeLinecap="round" d="M15 18H9"/><path strokeLinecap="round" d="M21.1935 16.793C20.8437 19.2739 20.6689 20.5143 19.7717 21.2572C18.8745 22 17.5512 22 14.9046 22H9.09536C6.44881 22 5.12553 22 4.22834 21.2572C3.33115 20.5143 3.15626 19.2739 2.80648 16.793L2.38351 13.793C1.93748 10.6294 1.71447 9.04765 2.66232 8.02383C3.61017 7 5.29758 7 8.67239 7H15.3276C18.7024 7 20.3898 7 21.3377 8.02383C22.0865 8.83268 22.1045 9.98979 21.8592 12"/></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 d="M19.5617 7C19.7904 5.69523 18.7863 4.5 17.4617 4.5H6.53788C5.21323 4.5 4.20922 5.69523 4.43784 7"/><path d="M17.4999 4.5C17.5283 4.24092 17.5425 4.11135 17.5427 4.00435C17.545 2.98072 16.7739 2.12064 15.7561 2.01142C15.6497 2 15.5194 2 15.2588 2H8.74099C8.48035 2 8.35002 2 8.24362 2.01142C7.22584 2.12064 6.45481 2.98072 6.45704 4.00434C6.45727 4.11135 6.47146 4.2409 6.49983 4.5"/><path stroke-linecap="round" d="M15 18H9"/><path stroke-linecap="round" d="M21.1935 16.793C20.8437 19.2739 20.6689 20.5143 19.7717 21.2572C18.8745 22 17.5512 22 14.9046 22H9.09536C6.44881 22 5.12553 22 4.22834 21.2572C3.33115 20.5143 3.15626 19.2739 2.80648 16.793L2.38351 13.793C1.93748 10.6294 1.71447 9.04765 2.66232 8.02383C3.61017 7 5.29758 7 8.67239 7H15.3276C18.7024 7 20.3898 7 21.3377 8.02383C22.0865 8.83268 22.1045 9.98979 21.8592 12"/></g></svg> </template>
CSS
.icon-library-broken {
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%20d%3D%22M19.5617%207C19.7904%205.69523%2018.7863%204.5%2017.4617%204.5H6.53788C5.21323%204.5%204.20922%205.69523%204.43784%207%22%2F%3E%3Cpath%20d%3D%22M17.4999%204.5C17.5283%204.24092%2017.5425%204.11135%2017.5427%204.00435C17.545%202.98072%2016.7739%202.12064%2015.7561%202.01142C15.6497%202%2015.5194%202%2015.2588%202H8.74099C8.48035%202%208.35002%202%208.24362%202.01142C7.22584%202.12064%206.45481%202.98072%206.45704%204.00434C6.45727%204.11135%206.47146%204.2409%206.49983%204.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2018H9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.1935%2016.793C20.8437%2019.2739%2020.6689%2020.5143%2019.7717%2021.2572C18.8745%2022%2017.5512%2022%2014.9046%2022H9.09536C6.44881%2022%205.12553%2022%204.22834%2021.2572C3.33115%2020.5143%203.15626%2019.2739%202.80648%2016.793L2.38351%2013.793C1.93748%2010.6294%201.71447%209.04765%202.66232%208.02383C3.61017%207%205.29758%207%208.67239%207H15.3276C18.7024%207%2020.3898%207%2021.3377%208.02383C22.0865%208.83268%2022.1045%209.98979%2021.8592%2012%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%20d%3D%22M19.5617%207C19.7904%205.69523%2018.7863%204.5%2017.4617%204.5H6.53788C5.21323%204.5%204.20922%205.69523%204.43784%207%22%2F%3E%3Cpath%20d%3D%22M17.4999%204.5C17.5283%204.24092%2017.5425%204.11135%2017.5427%204.00435C17.545%202.98072%2016.7739%202.12064%2015.7561%202.01142C15.6497%202%2015.5194%202%2015.2588%202H8.74099C8.48035%202%208.35002%202%208.24362%202.01142C7.22584%202.12064%206.45481%202.98072%206.45704%204.00434C6.45727%204.11135%206.47146%204.2409%206.49983%204.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15%2018H9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.1935%2016.793C20.8437%2019.2739%2020.6689%2020.5143%2019.7717%2021.2572C18.8745%2022%2017.5512%2022%2014.9046%2022H9.09536C6.44881%2022%205.12553%2022%204.22834%2021.2572C3.33115%2020.5143%203.15626%2019.2739%202.80648%2016.793L2.38351%2013.793C1.93748%2010.6294%201.71447%209.04765%202.66232%208.02383C3.61017%207%205.29758%207%208.67239%207H15.3276C18.7024%207%2020.3898%207%2021.3377%208.02383C22.0865%208.83268%2022.1045%209.98979%2021.8592%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/library-broken.svg?color=%231a73e8&size=48