bookmark 03 icon
bookmark-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bookmark-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the bookmark 03 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-linejoin="round" stroke-width="1.5"><path d="M12 22c-4.243 0-6.364 0-7.682-1.464C3 19.07 3 16.714 3 12s0-7.07 1.318-8.535S7.758 2 12 2s6.364 0 7.682 1.465C21 4.929 21 7.286 21 12s0 7.071-1.318 8.536S16.242 22 12 22"/><path d="M8 2.5v7.326c0 1.247 0 1.87.386 2.094c.749.432 2.152-1.01 2.819-1.444c.387-.252.58-.378.795-.378s.408.126.795.378c.667.434 2.07 1.876 2.819 1.444c.386-.223.386-.847.386-2.094V2.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBookmark03(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 22c-4.243 0-6.364 0-7.682-1.464C3 19.07 3 16.714 3 12s0-7.07 1.318-8.535S7.758 2 12 2s6.364 0 7.682 1.465C21 4.929 21 7.286 21 12s0 7.071-1.318 8.536S16.242 22 12 22"/><path d="M8 2.5v7.326c0 1.247 0 1.87.386 2.094c.749.432 2.152-1.01 2.819-1.444c.387-.252.58-.378.795-.378s.408.126.795.378c.667.434 2.07 1.876 2.819 1.444c.386-.223.386-.847.386-2.094V2.5"/></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-linejoin="round" stroke-width="1.5"><path d="M12 22c-4.243 0-6.364 0-7.682-1.464C3 19.07 3 16.714 3 12s0-7.07 1.318-8.535S7.758 2 12 2s6.364 0 7.682 1.465C21 4.929 21 7.286 21 12s0 7.071-1.318 8.536S16.242 22 12 22"/><path d="M8 2.5v7.326c0 1.247 0 1.87.386 2.094c.749.432 2.152-1.01 2.819-1.444c.387-.252.58-.378.795-.378s.408.126.795.378c.667.434 2.07 1.876 2.819 1.444c.386-.223.386-.847.386-2.094V2.5"/></g></svg> </template>
CSS
.icon-bookmark-03 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022c-4.243%200-6.364%200-7.682-1.464C3%2019.07%203%2016.714%203%2012s0-7.07%201.318-8.535S7.758%202%2012%202s6.364%200%207.682%201.465C21%204.929%2021%207.286%2021%2012s0%207.071-1.318%208.536S16.242%2022%2012%2022%22%2F%3E%3Cpath%20d%3D%22M8%202.5v7.326c0%201.247%200%201.87.386%202.094c.749.432%202.152-1.01%202.819-1.444c.387-.252.58-.378.795-.378s.408.126.795.378c.667.434%202.07%201.876%202.819%201.444c.386-.223.386-.847.386-2.094V2.5%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022c-4.243%200-6.364%200-7.682-1.464C3%2019.07%203%2016.714%203%2012s0-7.07%201.318-8.535S7.758%202%2012%202s6.364%200%207.682%201.465C21%204.929%2021%207.286%2021%2012s0%207.071-1.318%208.536S16.242%2022%2012%2022%22%2F%3E%3Cpath%20d%3D%22M8%202.5v7.326c0%201.247%200%201.87.386%202.094c.749.432%202.152-1.01%202.819-1.444c.387-.252.58-.378.795-.378s.408.126.795.378c.667.434%202.07%201.876%202.819%201.444c.386-.223.386-.847.386-2.094V2.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bookmark-03.svg?color=%231a73e8&size=48