bookmark3 icon
bookmark3 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- bookmark3
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the bookmark3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.65 3.005c.225-.107.52-.178 1.014-.216c.5-.038 1.137-.039 2.036-.039h4.597l.537.003c1.213.005 1.875.017 2.382.19c.422.144.793.425 1.274 1.197c.108.22.18.509.218.986c.041.504.042 1.151.042 2.074v8.3a.75.75 0 0 0 1.5 0V7.168c0-.883 0-1.592-.047-2.164c-.048-.589-.149-1.1-.389-1.57l-.03-.054c-.595-.964-1.21-1.558-2.083-1.856c-.768-.262-1.684-.266-2.755-.27l-.106-.001l-.534-.003H9.67c-.862 0-1.557 0-2.12.043c-.578.044-1.082.137-1.545.357a.75.75 0 1 0 .645 1.355"/><path fill-rule="evenodd" d="m3.809 4.87l-2.34-2.34A.75.75 0 0 1 2.53 1.47l2.592 2.59l.013.013L22.53 21.47a.75.75 0 1 1-1.06 1.06l-1.22-1.22a1.47 1.47 0 0 1-2.466 1.05l-5.208-4.807l-.027-.026a2.4 2.4 0 0 0-.43-.368a.5.5 0 0 0-.097-.047q-.024-.007-.023-.005h-.005l-.005.001l-.012.003a.5.5 0 0 0-.097.048a2.4 2.4 0 0 0-.456.394L6.216 22.36a1.468 1.468 0 0 1-2.466-1.08V7.194l.003-.542v-.05c.003-.641.006-1.22.056-1.733m1.446 1.446l-.002.343l-.003.544V21.21l5.143-4.746c.428-.436.948-.858 1.607-.857c.658 0 1.179.421 1.607.856l5.143 4.747v-1.4z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBookmark3(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="M6.65 3.005c.225-.107.52-.178 1.014-.216c.5-.038 1.137-.039 2.036-.039h4.597l.537.003c1.213.005 1.875.017 2.382.19c.422.144.793.425 1.274 1.197c.108.22.18.509.218.986c.041.504.042 1.151.042 2.074v8.3a.75.75 0 0 0 1.5 0V7.168c0-.883 0-1.592-.047-2.164c-.048-.589-.149-1.1-.389-1.57l-.03-.054c-.595-.964-1.21-1.558-2.083-1.856c-.768-.262-1.684-.266-2.755-.27l-.106-.001l-.534-.003H9.67c-.862 0-1.557 0-2.12.043c-.578.044-1.082.137-1.545.357a.75.75 0 1 0 .645 1.355"/><path fillRule="evenodd" d="m3.809 4.87l-2.34-2.34A.75.75 0 0 1 2.53 1.47l2.592 2.59l.013.013L22.53 21.47a.75.75 0 1 1-1.06 1.06l-1.22-1.22a1.47 1.47 0 0 1-2.466 1.05l-5.208-4.807l-.027-.026a2.4 2.4 0 0 0-.43-.368a.5.5 0 0 0-.097-.047q-.024-.007-.023-.005h-.005l-.005.001l-.012.003a.5.5 0 0 0-.097.048a2.4 2.4 0 0 0-.456.394L6.216 22.36a1.468 1.468 0 0 1-2.466-1.08V7.194l.003-.542v-.05c.003-.641.006-1.22.056-1.733m1.446 1.446l-.002.343l-.003.544V21.21l5.143-4.746c.428-.436.948-.858 1.607-.857c.658 0 1.179.421 1.607.856l5.143 4.747v-1.4z" clipRule="evenodd"/></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="M6.65 3.005c.225-.107.52-.178 1.014-.216c.5-.038 1.137-.039 2.036-.039h4.597l.537.003c1.213.005 1.875.017 2.382.19c.422.144.793.425 1.274 1.197c.108.22.18.509.218.986c.041.504.042 1.151.042 2.074v8.3a.75.75 0 0 0 1.5 0V7.168c0-.883 0-1.592-.047-2.164c-.048-.589-.149-1.1-.389-1.57l-.03-.054c-.595-.964-1.21-1.558-2.083-1.856c-.768-.262-1.684-.266-2.755-.27l-.106-.001l-.534-.003H9.67c-.862 0-1.557 0-2.12.043c-.578.044-1.082.137-1.545.357a.75.75 0 1 0 .645 1.355"/><path fill-rule="evenodd" d="m3.809 4.87l-2.34-2.34A.75.75 0 0 1 2.53 1.47l2.592 2.59l.013.013L22.53 21.47a.75.75 0 1 1-1.06 1.06l-1.22-1.22a1.47 1.47 0 0 1-2.466 1.05l-5.208-4.807l-.027-.026a2.4 2.4 0 0 0-.43-.368a.5.5 0 0 0-.097-.047q-.024-.007-.023-.005h-.005l-.005.001l-.012.003a.5.5 0 0 0-.097.048a2.4 2.4 0 0 0-.456.394L6.216 22.36a1.468 1.468 0 0 1-2.466-1.08V7.194l.003-.542v-.05c.003-.641.006-1.22.056-1.733m1.446 1.446l-.002.343l-.003.544V21.21l5.143-4.746c.428-.436.948-.858 1.607-.857c.658 0 1.179.421 1.607.856l5.143 4.747v-1.4z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-bookmark3 {
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%22M6.65%203.005c.225-.107.52-.178%201.014-.216c.5-.038%201.137-.039%202.036-.039h4.597l.537.003c1.213.005%201.875.017%202.382.19c.422.144.793.425%201.274%201.197c.108.22.18.509.218.986c.041.504.042%201.151.042%202.074v8.3a.75.75%200%200%200%201.5%200V7.168c0-.883%200-1.592-.047-2.164c-.048-.589-.149-1.1-.389-1.57l-.03-.054c-.595-.964-1.21-1.558-2.083-1.856c-.768-.262-1.684-.266-2.755-.27l-.106-.001l-.534-.003H9.67c-.862%200-1.557%200-2.12.043c-.578.044-1.082.137-1.545.357a.75.75%200%201%200%20.645%201.355%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m3.809%204.87l-2.34-2.34A.75.75%200%200%201%202.53%201.47l2.592%202.59l.013.013L22.53%2021.47a.75.75%200%201%201-1.06%201.06l-1.22-1.22a1.47%201.47%200%200%201-2.466%201.05l-5.208-4.807l-.027-.026a2.4%202.4%200%200%200-.43-.368a.5.5%200%200%200-.097-.047q-.024-.007-.023-.005h-.005l-.005.001l-.012.003a.5.5%200%200%200-.097.048a2.4%202.4%200%200%200-.456.394L6.216%2022.36a1.468%201.468%200%200%201-2.466-1.08V7.194l.003-.542v-.05c.003-.641.006-1.22.056-1.733m1.446%201.446l-.002.343l-.003.544V21.21l5.143-4.746c.428-.436.948-.858%201.607-.857c.658%200%201.179.421%201.607.856l5.143%204.747v-1.4z%22%20clip-rule%3D%22evenodd%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%22M6.65%203.005c.225-.107.52-.178%201.014-.216c.5-.038%201.137-.039%202.036-.039h4.597l.537.003c1.213.005%201.875.017%202.382.19c.422.144.793.425%201.274%201.197c.108.22.18.509.218.986c.041.504.042%201.151.042%202.074v8.3a.75.75%200%200%200%201.5%200V7.168c0-.883%200-1.592-.047-2.164c-.048-.589-.149-1.1-.389-1.57l-.03-.054c-.595-.964-1.21-1.558-2.083-1.856c-.768-.262-1.684-.266-2.755-.27l-.106-.001l-.534-.003H9.67c-.862%200-1.557%200-2.12.043c-.578.044-1.082.137-1.545.357a.75.75%200%201%200%20.645%201.355%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m3.809%204.87l-2.34-2.34A.75.75%200%200%201%202.53%201.47l2.592%202.59l.013.013L22.53%2021.47a.75.75%200%201%201-1.06%201.06l-1.22-1.22a1.47%201.47%200%200%201-2.466%201.05l-5.208-4.807l-.027-.026a2.4%202.4%200%200%200-.43-.368a.5.5%200%200%200-.097-.047q-.024-.007-.023-.005h-.005l-.005.001l-.012.003a.5.5%200%200%200-.097.048a2.4%202.4%200%200%200-.456.394L6.216%2022.36a1.468%201.468%200%200%201-2.466-1.08V7.194l.003-.542v-.05c.003-.641.006-1.22.056-1.733m1.446%201.446l-.002.343l-.003.544V21.21l5.143-4.746c.428-.436.948-.858%201.607-.857c.658%200%201.179.421%201.607.856l5.143%204.747v-1.4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bookmark3.svg?color=%231a73e8&size=48