bookmark square minimalistic icon

bookmark-square-minimalistic-bold-duotone from Solar by 480 Design · Bold Duotone · School · CC-BY-4.0 Attribution required.

Name
bookmark-square-minimalistic-bold-duotone
Set
Solar
Style
Bold Duotone
Category
School
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More school icons from Solar

Use the bookmark square minimalistic 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.46447 20.5356C4.92893 22.0001 7.28595 22.0001 12 22.0001C16.714 22.0001 19.0711 22.0001 20.5355 20.5356C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28602 2 12.0001C2 16.7141 2 19.0711 3.46447 20.5356Z" opacity=".5"/><path d="M7.7649 9.89758C7.7503 9.64424 7.75 9.30433 7.75 8.8076V2.06874C8.9058 2 10.2996 2 12 2C13.7004 2 15.0942 2 16.25 2.06874V8.8076C16.25 9.30433 16.2497 9.64424 16.2351 9.89758C16.22 10.1601 16.1923 10.2408 16.1854 10.2563C16.0383 10.5876 15.6753 10.7662 15.323 10.6807C15.3066 10.6767 15.2257 10.6493 15.0085 10.5012C14.7989 10.3582 14.5294 10.151 14.1358 9.848L14.0688 9.79636C13.6986 9.51094 13.4101 9.28851 13.0958 9.15196C12.3968 8.84828 11.6032 8.84828 10.9042 9.15196C10.5899 9.28851 10.3014 9.51094 9.9312 9.79636L9.86419 9.848C9.47062 10.151 9.20112 10.3582 8.99148 10.5012C8.77428 10.6493 8.69342 10.6767 8.67695 10.6807C8.32471 10.7662 7.96171 10.5876 7.81457 10.2563C7.80769 10.2408 7.78003 10.1601 7.7649 9.89758Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBookmarkSquareMinimalisticBoldDuotone(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.46447 20.5356C4.92893 22.0001 7.28595 22.0001 12 22.0001C16.714 22.0001 19.0711 22.0001 20.5355 20.5356C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28602 2 12.0001C2 16.7141 2 19.0711 3.46447 20.5356Z" opacity=".5"/><path d="M7.7649 9.89758C7.7503 9.64424 7.75 9.30433 7.75 8.8076V2.06874C8.9058 2 10.2996 2 12 2C13.7004 2 15.0942 2 16.25 2.06874V8.8076C16.25 9.30433 16.2497 9.64424 16.2351 9.89758C16.22 10.1601 16.1923 10.2408 16.1854 10.2563C16.0383 10.5876 15.6753 10.7662 15.323 10.6807C15.3066 10.6767 15.2257 10.6493 15.0085 10.5012C14.7989 10.3582 14.5294 10.151 14.1358 9.848L14.0688 9.79636C13.6986 9.51094 13.4101 9.28851 13.0958 9.15196C12.3968 8.84828 11.6032 8.84828 10.9042 9.15196C10.5899 9.28851 10.3014 9.51094 9.9312 9.79636L9.86419 9.848C9.47062 10.151 9.20112 10.3582 8.99148 10.5012C8.77428 10.6493 8.69342 10.6767 8.67695 10.6807C8.32471 10.7662 7.96171 10.5876 7.81457 10.2563C7.80769 10.2408 7.78003 10.1601 7.7649 9.89758Z"/></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.46447 20.5356C4.92893 22.0001 7.28595 22.0001 12 22.0001C16.714 22.0001 19.0711 22.0001 20.5355 20.5356C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447C2 4.92893 2 7.28602 2 12.0001C2 16.7141 2 19.0711 3.46447 20.5356Z" opacity=".5"/><path d="M7.7649 9.89758C7.7503 9.64424 7.75 9.30433 7.75 8.8076V2.06874C8.9058 2 10.2996 2 12 2C13.7004 2 15.0942 2 16.25 2.06874V8.8076C16.25 9.30433 16.2497 9.64424 16.2351 9.89758C16.22 10.1601 16.1923 10.2408 16.1854 10.2563C16.0383 10.5876 15.6753 10.7662 15.323 10.6807C15.3066 10.6767 15.2257 10.6493 15.0085 10.5012C14.7989 10.3582 14.5294 10.151 14.1358 9.848L14.0688 9.79636C13.6986 9.51094 13.4101 9.28851 13.0958 9.15196C12.3968 8.84828 11.6032 8.84828 10.9042 9.15196C10.5899 9.28851 10.3014 9.51094 9.9312 9.79636L9.86419 9.848C9.47062 10.151 9.20112 10.3582 8.99148 10.5012C8.77428 10.6493 8.69342 10.6767 8.67695 10.6807C8.32471 10.7662 7.96171 10.5876 7.81457 10.2563C7.80769 10.2408 7.78003 10.1601 7.7649 9.89758Z"/></g></svg>
</template>

CSS

.icon-bookmark-square-minimalistic-bold-duotone {
  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.46447%2020.5356C4.92893%2022.0001%207.28595%2022.0001%2012%2022.0001C16.714%2022.0001%2019.0711%2022.0001%2020.5355%2020.5356C22%2019.0711%2022%2016.714%2022%2012C22%207.28595%2022%204.92893%2020.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447C2%204.92893%202%207.28602%202%2012.0001C2%2016.7141%202%2019.0711%203.46447%2020.5356Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.7649%209.89758C7.7503%209.64424%207.75%209.30433%207.75%208.8076V2.06874C8.9058%202%2010.2996%202%2012%202C13.7004%202%2015.0942%202%2016.25%202.06874V8.8076C16.25%209.30433%2016.2497%209.64424%2016.2351%209.89758C16.22%2010.1601%2016.1923%2010.2408%2016.1854%2010.2563C16.0383%2010.5876%2015.6753%2010.7662%2015.323%2010.6807C15.3066%2010.6767%2015.2257%2010.6493%2015.0085%2010.5012C14.7989%2010.3582%2014.5294%2010.151%2014.1358%209.848L14.0688%209.79636C13.6986%209.51094%2013.4101%209.28851%2013.0958%209.15196C12.3968%208.84828%2011.6032%208.84828%2010.9042%209.15196C10.5899%209.28851%2010.3014%209.51094%209.9312%209.79636L9.86419%209.848C9.47062%2010.151%209.20112%2010.3582%208.99148%2010.5012C8.77428%2010.6493%208.69342%2010.6767%208.67695%2010.6807C8.32471%2010.7662%207.96171%2010.5876%207.81457%2010.2563C7.80769%2010.2408%207.78003%2010.1601%207.7649%209.89758Z%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.46447%2020.5356C4.92893%2022.0001%207.28595%2022.0001%2012%2022.0001C16.714%2022.0001%2019.0711%2022.0001%2020.5355%2020.5356C22%2019.0711%2022%2016.714%2022%2012C22%207.28595%2022%204.92893%2020.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447C2%204.92893%202%207.28602%202%2012.0001C2%2016.7141%202%2019.0711%203.46447%2020.5356Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.7649%209.89758C7.7503%209.64424%207.75%209.30433%207.75%208.8076V2.06874C8.9058%202%2010.2996%202%2012%202C13.7004%202%2015.0942%202%2016.25%202.06874V8.8076C16.25%209.30433%2016.2497%209.64424%2016.2351%209.89758C16.22%2010.1601%2016.1923%2010.2408%2016.1854%2010.2563C16.0383%2010.5876%2015.6753%2010.7662%2015.323%2010.6807C15.3066%2010.6767%2015.2257%2010.6493%2015.0085%2010.5012C14.7989%2010.3582%2014.5294%2010.151%2014.1358%209.848L14.0688%209.79636C13.6986%209.51094%2013.4101%209.28851%2013.0958%209.15196C12.3968%208.84828%2011.6032%208.84828%2010.9042%209.15196C10.5899%209.28851%2010.3014%209.51094%209.9312%209.79636L9.86419%209.848C9.47062%2010.151%209.20112%2010.3582%208.99148%2010.5012C8.77428%2010.6493%208.69342%2010.6767%208.67695%2010.6807C8.32471%2010.7662%207.96171%2010.5876%207.81457%2010.2563C7.80769%2010.2408%207.78003%2010.1601%207.7649%209.89758Z%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/bookmark-square-minimalistic-bold-duotone.svg?color=%231a73e8&size=48