bookmark icon

bookmark-broken from Solar by 480 Design · Broken · School · CC-BY-4.0 Attribution required.

Name
bookmark-broken
Set
Solar
Style
Broken
Category
School
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More school icons from Solar

Use the bookmark 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-linecap="round" stroke-width="1.5"><path d="M3 11.0975V16.0909C3 19.1875 3 20.7358 3.73411 21.4123C4.08422 21.735 4.52615 21.9377 4.99692 21.9915C5.98402 22.1045 7.13675 21.0849 9.44216 19.0458C10.4612 18.1445 10.9708 17.6938 11.5603 17.5751C11.8506 17.5166 12.1494 17.5166 12.4397 17.5751C13.0292 17.6938 13.5388 18.1445 14.5578 19.0458C16.8633 21.0849 18.016 22.1045 19.0031 21.9915C19.4739 21.9377 19.9158 21.735 20.2659 21.4123C21 20.7358 21 19.1875 21 16.0909V11.0975C21 6.80891 21 4.6646 19.682 3.3323C18.364 2 16.2426 2 12 2C7.75736 2 5.63604 2 4.31802 3.3323C3.5108 4.14827 3.19796 5.26881 3.07672 7"/><path d="M15 6H9"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBookmarkBroken(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" strokeLinecap="round" strokeWidth="1.5"><path d="M3 11.0975V16.0909C3 19.1875 3 20.7358 3.73411 21.4123C4.08422 21.735 4.52615 21.9377 4.99692 21.9915C5.98402 22.1045 7.13675 21.0849 9.44216 19.0458C10.4612 18.1445 10.9708 17.6938 11.5603 17.5751C11.8506 17.5166 12.1494 17.5166 12.4397 17.5751C13.0292 17.6938 13.5388 18.1445 14.5578 19.0458C16.8633 21.0849 18.016 22.1045 19.0031 21.9915C19.4739 21.9377 19.9158 21.735 20.2659 21.4123C21 20.7358 21 19.1875 21 16.0909V11.0975C21 6.80891 21 4.6646 19.682 3.3323C18.364 2 16.2426 2 12 2C7.75736 2 5.63604 2 4.31802 3.3323C3.5108 4.14827 3.19796 5.26881 3.07672 7"/><path d="M15 6H9"/></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-linecap="round" stroke-width="1.5"><path d="M3 11.0975V16.0909C3 19.1875 3 20.7358 3.73411 21.4123C4.08422 21.735 4.52615 21.9377 4.99692 21.9915C5.98402 22.1045 7.13675 21.0849 9.44216 19.0458C10.4612 18.1445 10.9708 17.6938 11.5603 17.5751C11.8506 17.5166 12.1494 17.5166 12.4397 17.5751C13.0292 17.6938 13.5388 18.1445 14.5578 19.0458C16.8633 21.0849 18.016 22.1045 19.0031 21.9915C19.4739 21.9377 19.9158 21.735 20.2659 21.4123C21 20.7358 21 19.1875 21 16.0909V11.0975C21 6.80891 21 4.6646 19.682 3.3323C18.364 2 16.2426 2 12 2C7.75736 2 5.63604 2 4.31802 3.3323C3.5108 4.14827 3.19796 5.26881 3.07672 7"/><path d="M15 6H9"/></g></svg>
</template>

CSS

.icon-bookmark-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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2011.0975V16.0909C3%2019.1875%203%2020.7358%203.73411%2021.4123C4.08422%2021.735%204.52615%2021.9377%204.99692%2021.9915C5.98402%2022.1045%207.13675%2021.0849%209.44216%2019.0458C10.4612%2018.1445%2010.9708%2017.6938%2011.5603%2017.5751C11.8506%2017.5166%2012.1494%2017.5166%2012.4397%2017.5751C13.0292%2017.6938%2013.5388%2018.1445%2014.5578%2019.0458C16.8633%2021.0849%2018.016%2022.1045%2019.0031%2021.9915C19.4739%2021.9377%2019.9158%2021.735%2020.2659%2021.4123C21%2020.7358%2021%2019.1875%2021%2016.0909V11.0975C21%206.80891%2021%204.6646%2019.682%203.3323C18.364%202%2016.2426%202%2012%202C7.75736%202%205.63604%202%204.31802%203.3323C3.5108%204.14827%203.19796%205.26881%203.07672%207%22%2F%3E%3Cpath%20d%3D%22M15%206H9%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2011.0975V16.0909C3%2019.1875%203%2020.7358%203.73411%2021.4123C4.08422%2021.735%204.52615%2021.9377%204.99692%2021.9915C5.98402%2022.1045%207.13675%2021.0849%209.44216%2019.0458C10.4612%2018.1445%2010.9708%2017.6938%2011.5603%2017.5751C11.8506%2017.5166%2012.1494%2017.5166%2012.4397%2017.5751C13.0292%2017.6938%2013.5388%2018.1445%2014.5578%2019.0458C16.8633%2021.0849%2018.016%2022.1045%2019.0031%2021.9915C19.4739%2021.9377%2019.9158%2021.735%2020.2659%2021.4123C21%2020.7358%2021%2019.1875%2021%2016.0909V11.0975C21%206.80891%2021%204.6646%2019.682%203.3323C18.364%202%2016.2426%202%2012%202C7.75736%202%205.63604%202%204.31802%203.3323C3.5108%204.14827%203.19796%205.26881%203.07672%207%22%2F%3E%3Cpath%20d%3D%22M15%206H9%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-broken.svg?color=%231a73e8&size=48