book open globe icon
book-open-globe-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- book-open-globe-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
book-add-20-filledbook-arrow-clockwise-20-filledbook-clock-20-filledbook-coins-20-filledbook-compass-20-filledbook-contacts-16-filledbook-database-16-filledbook-default-20-filledbook-dismiss-16-filledbook-exclamation-mark-20-filledbook-globe-20-filledbook-information-20-filledbook-letter-20-filledbook-number-16-filledbook-open-16-filledbook-open-lightbulb-16-filledbook-open-microphone-20-filledbook-pulse-20-filledbook-question-mark-20-filledbook-question-mark-rtl-20-filledbook-search-20-filledbook-star-20-filledbook-template-20-filledbook-theta-20-filled
Use the book open globe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.5 5.75a.25.25 0 0 1 .25-.25H10c.69 0 1.25.56 1.25 1.25v8.959a6.5 6.5 0 0 1 1.5-2.646V6.75c0-.69.56-1.25 1.25-1.25h6.25a.25.25 0 0 1 .25.25v5.982A6.5 6.5 0 0 1 22 12.81V5.75A1.75 1.75 0 0 0 20.25 4H14c-.788 0-1.499.331-2 .863A2.74 2.74 0 0 0 10 4H3.75A1.75 1.75 0 0 0 2 5.75v12.5c0 .966.784 1.75 1.75 1.75H10c.495 0 .96-.13 1.36-.36a6.5 6.5 0 0 1-.343-1.663A1.25 1.25 0 0 1 10 18.5H3.75a.25.25 0 0 1-.25-.25z"/><path d="M16.007 17c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134c.195-.247.329-.281.386-.281s.192.034.386.281c.19.241.383.62.554 1.134c.305.916.513 2.17.553 3.585zm-.395-3.9c.107-.323.23-.622.367-.887A5.5 5.5 0 0 0 12.023 17h2.984c.04-1.5.26-2.866.604-3.9m3.778 0a6 6 0 0 0-.368-.887A5.5 5.5 0 0 1 22.978 17h-2.985c-.04-1.5-.26-2.866-.604-3.9m.604 4.9h2.985a5.5 5.5 0 0 1-3.957 4.787c.138-.265.26-.564.368-.886c.345-1.035.564-2.4.604-3.901m-2.107 4.719c-.194.247-.329.281-.386.281s-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.135c-.305-.915-.513-2.17-.553-3.584h2.986c-.04 1.415-.248 2.669-.553 3.584c-.171.514-.364.894-.554 1.135M12.023 18a5.5 5.5 0 0 0 3.956 4.787a6 6 0 0 1-.367-.886c-.346-1.035-.565-2.4-.605-3.901z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentBookOpenGlobe24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.5 5.75a.25.25 0 0 1 .25-.25H10c.69 0 1.25.56 1.25 1.25v8.959a6.5 6.5 0 0 1 1.5-2.646V6.75c0-.69.56-1.25 1.25-1.25h6.25a.25.25 0 0 1 .25.25v5.982A6.5 6.5 0 0 1 22 12.81V5.75A1.75 1.75 0 0 0 20.25 4H14c-.788 0-1.499.331-2 .863A2.74 2.74 0 0 0 10 4H3.75A1.75 1.75 0 0 0 2 5.75v12.5c0 .966.784 1.75 1.75 1.75H10c.495 0 .96-.13 1.36-.36a6.5 6.5 0 0 1-.343-1.663A1.25 1.25 0 0 1 10 18.5H3.75a.25.25 0 0 1-.25-.25z"/><path d="M16.007 17c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134c.195-.247.329-.281.386-.281s.192.034.386.281c.19.241.383.62.554 1.134c.305.916.513 2.17.553 3.585zm-.395-3.9c.107-.323.23-.622.367-.887A5.5 5.5 0 0 0 12.023 17h2.984c.04-1.5.26-2.866.604-3.9m3.778 0a6 6 0 0 0-.368-.887A5.5 5.5 0 0 1 22.978 17h-2.985c-.04-1.5-.26-2.866-.604-3.9m.604 4.9h2.985a5.5 5.5 0 0 1-3.957 4.787c.138-.265.26-.564.368-.886c.345-1.035.564-2.4.604-3.901m-2.107 4.719c-.194.247-.329.281-.386.281s-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.135c-.305-.915-.513-2.17-.553-3.584h2.986c-.04 1.415-.248 2.669-.553 3.584c-.171.514-.364.894-.554 1.135M12.023 18a5.5 5.5 0 0 0 3.956 4.787a6 6 0 0 1-.367-.886c-.346-1.035-.565-2.4-.605-3.901z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.5 5.75a.25.25 0 0 1 .25-.25H10c.69 0 1.25.56 1.25 1.25v8.959a6.5 6.5 0 0 1 1.5-2.646V6.75c0-.69.56-1.25 1.25-1.25h6.25a.25.25 0 0 1 .25.25v5.982A6.5 6.5 0 0 1 22 12.81V5.75A1.75 1.75 0 0 0 20.25 4H14c-.788 0-1.499.331-2 .863A2.74 2.74 0 0 0 10 4H3.75A1.75 1.75 0 0 0 2 5.75v12.5c0 .966.784 1.75 1.75 1.75H10c.495 0 .96-.13 1.36-.36a6.5 6.5 0 0 1-.343-1.663A1.25 1.25 0 0 1 10 18.5H3.75a.25.25 0 0 1-.25-.25z"/><path d="M16.007 17c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134c.195-.247.329-.281.386-.281s.192.034.386.281c.19.241.383.62.554 1.134c.305.916.513 2.17.553 3.585zm-.395-3.9c.107-.323.23-.622.367-.887A5.5 5.5 0 0 0 12.023 17h2.984c.04-1.5.26-2.866.604-3.9m3.778 0a6 6 0 0 0-.368-.887A5.5 5.5 0 0 1 22.978 17h-2.985c-.04-1.5-.26-2.866-.604-3.9m.604 4.9h2.985a5.5 5.5 0 0 1-3.957 4.787c.138-.265.26-.564.368-.886c.345-1.035.564-2.4.604-3.901m-2.107 4.719c-.194.247-.329.281-.386.281s-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.135c-.305-.915-.513-2.17-.553-3.584h2.986c-.04 1.415-.248 2.669-.553 3.584c-.171.514-.364.894-.554 1.135M12.023 18a5.5 5.5 0 0 0 3.956 4.787a6 6 0 0 1-.367-.886c-.346-1.035-.565-2.4-.605-3.901z"/></g></svg> </template>
CSS
.icon-book-open-globe-24-regular {
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%22currentColor%22%3E%3Cpath%20d%3D%22M3.5%205.75a.25.25%200%200%201%20.25-.25H10c.69%200%201.25.56%201.25%201.25v8.959a6.5%206.5%200%200%201%201.5-2.646V6.75c0-.69.56-1.25%201.25-1.25h6.25a.25.25%200%200%201%20.25.25v5.982A6.5%206.5%200%200%201%2022%2012.81V5.75A1.75%201.75%200%200%200%2020.25%204H14c-.788%200-1.499.331-2%20.863A2.74%202.74%200%200%200%2010%204H3.75A1.75%201.75%200%200%200%202%205.75v12.5c0%20.966.784%201.75%201.75%201.75H10c.495%200%20.96-.13%201.36-.36a6.5%206.5%200%200%201-.343-1.663A1.25%201.25%200%200%201%2010%2018.5H3.75a.25.25%200%200%201-.25-.25z%22%2F%3E%3Cpath%20d%3D%22M16.007%2017c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134c.195-.247.329-.281.386-.281s.192.034.386.281c.19.241.383.62.554%201.134c.305.916.513%202.17.553%203.585zm-.395-3.9c.107-.323.23-.622.367-.887A5.5%205.5%200%200%200%2012.023%2017h2.984c.04-1.5.26-2.866.604-3.9m3.778%200a6%206%200%200%200-.368-.887A5.5%205.5%200%200%201%2022.978%2017h-2.985c-.04-1.5-.26-2.866-.604-3.9m.604%204.9h2.985a5.5%205.5%200%200%201-3.957%204.787c.138-.265.26-.564.368-.886c.345-1.035.564-2.4.604-3.901m-2.107%204.719c-.194.247-.329.281-.386.281s-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.135c-.305-.915-.513-2.17-.553-3.584h2.986c-.04%201.415-.248%202.669-.553%203.584c-.171.514-.364.894-.554%201.135M12.023%2018a5.5%205.5%200%200%200%203.956%204.787a6%206%200%200%201-.367-.886c-.346-1.035-.565-2.4-.605-3.901z%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%22currentColor%22%3E%3Cpath%20d%3D%22M3.5%205.75a.25.25%200%200%201%20.25-.25H10c.69%200%201.25.56%201.25%201.25v8.959a6.5%206.5%200%200%201%201.5-2.646V6.75c0-.69.56-1.25%201.25-1.25h6.25a.25.25%200%200%201%20.25.25v5.982A6.5%206.5%200%200%201%2022%2012.81V5.75A1.75%201.75%200%200%200%2020.25%204H14c-.788%200-1.499.331-2%20.863A2.74%202.74%200%200%200%2010%204H3.75A1.75%201.75%200%200%200%202%205.75v12.5c0%20.966.784%201.75%201.75%201.75H10c.495%200%20.96-.13%201.36-.36a6.5%206.5%200%200%201-.343-1.663A1.25%201.25%200%200%201%2010%2018.5H3.75a.25.25%200%200%201-.25-.25z%22%2F%3E%3Cpath%20d%3D%22M16.007%2017c.04-1.415.248-2.669.553-3.585c.171-.513.364-.893.554-1.134c.195-.247.329-.281.386-.281s.192.034.386.281c.19.241.383.62.554%201.134c.305.916.513%202.17.553%203.585zm-.395-3.9c.107-.323.23-.622.367-.887A5.5%205.5%200%200%200%2012.023%2017h2.984c.04-1.5.26-2.866.604-3.9m3.778%200a6%206%200%200%200-.368-.887A5.5%205.5%200%200%201%2022.978%2017h-2.985c-.04-1.5-.26-2.866-.604-3.9m.604%204.9h2.985a5.5%205.5%200%200%201-3.957%204.787c.138-.265.26-.564.368-.886c.345-1.035.564-2.4.604-3.901m-2.107%204.719c-.194.247-.329.281-.386.281s-.191-.034-.386-.281c-.19-.241-.383-.62-.554-1.135c-.305-.915-.513-2.17-.553-3.584h2.986c-.04%201.415-.248%202.669-.553%203.584c-.171.514-.364.894-.554%201.135M12.023%2018a5.5%205.5%200%200%200%203.956%204.787a6%206%200%200%201-.367-.886c-.346-1.035-.565-2.4-.605-3.901z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/book-open-globe-24-regular.svg?color=%231a73e8&size=48