globe-book-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
globe-book-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
globe-book-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the globe book icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3q1.875 0 3.513.7t2.862 1.925q.625.625 1.1 1.35T20.3 8.5q.35.825.525 1.7T21 11.975q0 .425-.325.725t-.75.3q-.4 0-.663-.288T19 12q0-.25-.012-.5t-.063-.5h-2.95q.025.25.025.5v.5q0 .425-.3.713t-.725.287t-.7-.288T14 12q0-.25-.012-.5t-.038-.5h-3.875q-.025.25-.037.5t-.013.5q0 .425-.275.713t-.7.287t-.725-.288t-.3-.712v-.5q0-.25.025-.5H5.1q-.05.25-.062.5t-.013.5q0 .425-.262.713T4.1 13q-.425 0-.75-.288T3.025 12q0-.9.175-1.787T3.725 8.5q.35-.8.825-1.525t1.1-1.35Q6.875 4.4 8.5 3.7T12 3M5.7 9h2.575q.2-1.075.5-1.937t.65-1.563q-1.2.45-2.175 1.363T5.7 9m4.65 0h3.3q-.25-1.075-.625-2.1T12 5q-.65.875-1.037 1.9T10.35 9m5.4 0h2.575q-.575-1.225-1.562-2.137T14.575 5.5q.35.75.663 1.588T15.75 9m-4.462 11.713Q11 20.425 11 20q0-1.25-.875-2.125T8 17H3q-.425 0-.712-.288T2 16t.288-.712T3 15h5q1.2 0 2.238.525T12 17q.725-.95 1.763-1.475T16 15h5q.425 0 .713.288T22 16t-.288.713T21 17h-5q-1.25 0-2.125.875T13 20q0 .425-.288.713T12 21t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGlobeBookRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3q1.875 0 3.513.7t2.862 1.925q.625.625 1.1 1.35T20.3 8.5q.35.825.525 1.7T21 11.975q0 .425-.325.725t-.75.3q-.4 0-.663-.288T19 12q0-.25-.012-.5t-.063-.5h-2.95q.025.25.025.5v.5q0 .425-.3.713t-.725.287t-.7-.288T14 12q0-.25-.012-.5t-.038-.5h-3.875q-.025.25-.037.5t-.013.5q0 .425-.275.713t-.7.287t-.725-.288t-.3-.712v-.5q0-.25.025-.5H5.1q-.05.25-.062.5t-.013.5q0 .425-.262.713T4.1 13q-.425 0-.75-.288T3.025 12q0-.9.175-1.787T3.725 8.5q.35-.8.825-1.525t1.1-1.35Q6.875 4.4 8.5 3.7T12 3M5.7 9h2.575q.2-1.075.5-1.937t.65-1.563q-1.2.45-2.175 1.363T5.7 9m4.65 0h3.3q-.25-1.075-.625-2.1T12 5q-.65.875-1.037 1.9T10.35 9m5.4 0h2.575q-.575-1.225-1.562-2.137T14.575 5.5q.35.75.663 1.588T15.75 9m-4.462 11.713Q11 20.425 11 20q0-1.25-.875-2.125T8 17H3q-.425 0-.712-.288T2 16t.288-.712T3 15h5q1.2 0 2.238.525T12 17q.725-.95 1.763-1.475T16 15h5q.425 0 .713.288T22 16t-.288.713T21 17h-5q-1.25 0-2.125.875T13 20q0 .425-.288.713T12 21t-.712-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3q1.875 0 3.513.7t2.862 1.925q.625.625 1.1 1.35T20.3 8.5q.35.825.525 1.7T21 11.975q0 .425-.325.725t-.75.3q-.4 0-.663-.288T19 12q0-.25-.012-.5t-.063-.5h-2.95q.025.25.025.5v.5q0 .425-.3.713t-.725.287t-.7-.288T14 12q0-.25-.012-.5t-.038-.5h-3.875q-.025.25-.037.5t-.013.5q0 .425-.275.713t-.7.287t-.725-.288t-.3-.712v-.5q0-.25.025-.5H5.1q-.05.25-.062.5t-.013.5q0 .425-.262.713T4.1 13q-.425 0-.75-.288T3.025 12q0-.9.175-1.787T3.725 8.5q.35-.8.825-1.525t1.1-1.35Q6.875 4.4 8.5 3.7T12 3M5.7 9h2.575q.2-1.075.5-1.937t.65-1.563q-1.2.45-2.175 1.363T5.7 9m4.65 0h3.3q-.25-1.075-.625-2.1T12 5q-.65.875-1.037 1.9T10.35 9m5.4 0h2.575q-.575-1.225-1.562-2.137T14.575 5.5q.35.75.663 1.588T15.75 9m-4.462 11.713Q11 20.425 11 20q0-1.25-.875-2.125T8 17H3q-.425 0-.712-.288T2 16t.288-.712T3 15h5q1.2 0 2.238.525T12 17q.725-.95 1.763-1.475T16 15h5q.425 0 .713.288T22 16t-.288.713T21 17h-5q-1.25 0-2.125.875T13 20q0 .425-.288.713T12 21t-.712-.288"/></svg>
</template>

CSS

.icon-globe-book-rounded {
  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%22currentColor%22%20d%3D%22M12%203q1.875%200%203.513.7t2.862%201.925q.625.625%201.1%201.35T20.3%208.5q.35.825.525%201.7T21%2011.975q0%20.425-.325.725t-.75.3q-.4%200-.663-.288T19%2012q0-.25-.012-.5t-.063-.5h-2.95q.025.25.025.5v.5q0%20.425-.3.713t-.725.287t-.7-.288T14%2012q0-.25-.012-.5t-.038-.5h-3.875q-.025.25-.037.5t-.013.5q0%20.425-.275.713t-.7.287t-.725-.288t-.3-.712v-.5q0-.25.025-.5H5.1q-.05.25-.062.5t-.013.5q0%20.425-.262.713T4.1%2013q-.425%200-.75-.288T3.025%2012q0-.9.175-1.787T3.725%208.5q.35-.8.825-1.525t1.1-1.35Q6.875%204.4%208.5%203.7T12%203M5.7%209h2.575q.2-1.075.5-1.937t.65-1.563q-1.2.45-2.175%201.363T5.7%209m4.65%200h3.3q-.25-1.075-.625-2.1T12%205q-.65.875-1.037%201.9T10.35%209m5.4%200h2.575q-.575-1.225-1.562-2.137T14.575%205.5q.35.75.663%201.588T15.75%209m-4.462%2011.713Q11%2020.425%2011%2020q0-1.25-.875-2.125T8%2017H3q-.425%200-.712-.288T2%2016t.288-.712T3%2015h5q1.2%200%202.238.525T12%2017q.725-.95%201.763-1.475T16%2015h5q.425%200%20.713.288T22%2016t-.288.713T21%2017h-5q-1.25%200-2.125.875T13%2020q0%20.425-.288.713T12%2021t-.712-.288%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%22currentColor%22%20d%3D%22M12%203q1.875%200%203.513.7t2.862%201.925q.625.625%201.1%201.35T20.3%208.5q.35.825.525%201.7T21%2011.975q0%20.425-.325.725t-.75.3q-.4%200-.663-.288T19%2012q0-.25-.012-.5t-.063-.5h-2.95q.025.25.025.5v.5q0%20.425-.3.713t-.725.287t-.7-.288T14%2012q0-.25-.012-.5t-.038-.5h-3.875q-.025.25-.037.5t-.013.5q0%20.425-.275.713t-.7.287t-.725-.288t-.3-.712v-.5q0-.25.025-.5H5.1q-.05.25-.062.5t-.013.5q0%20.425-.262.713T4.1%2013q-.425%200-.75-.288T3.025%2012q0-.9.175-1.787T3.725%208.5q.35-.8.825-1.525t1.1-1.35Q6.875%204.4%208.5%203.7T12%203M5.7%209h2.575q.2-1.075.5-1.937t.65-1.563q-1.2.45-2.175%201.363T5.7%209m4.65%200h3.3q-.25-1.075-.625-2.1T12%205q-.65.875-1.037%201.9T10.35%209m5.4%200h2.575q-.575-1.225-1.562-2.137T14.575%205.5q.35.75.663%201.588T15.75%209m-4.462%2011.713Q11%2020.425%2011%2020q0-1.25-.875-2.125T8%2017H3q-.425%200-.712-.288T2%2016t.288-.712T3%2015h5q1.2%200%202.238.525T12%2017q.725-.95%201.763-1.475T16%2015h5q.425%200%20.713.288T22%2016t-.288.713T21%2017h-5q-1.25%200-2.125.875T13%2020q0%20.425-.288.713T12%2021t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/globe-book-rounded.svg?color=%231a73e8&size=48