cloud bookmark icon
cloud-bookmark from Unicons by Iconscout · Line · Cloud And Web · Apache-2.0 Free for personal and commercial use.
- Name
- cloud-bookmark
- Set
- Unicons
- Style
- Line
- Category
- Cloud And Web
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More cloud and web icons from Unicons
Use the cloud bookmark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 11h-5a1 1 0 0 0-1 1v8a1 1 0 0 0 1.56.83l1.94-1.3l1.89 1.26A1 1 0 0 0 15 21a1 1 0 0 0 .44-.1A1 1 0 0 0 16 20v-8a1 1 0 0 0-1-1m-1 7.12l-.94-.63a1 1 0 0 0-1.12 0l-.94.64V13h3Zm4.42-10.9A7 7 0 0 0 5.06 9.11A4 4 0 0 0 6 17a1 1 0 0 0 0-2a2 2 0 0 1 0-4a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.67a3 3 0 0 1 1 5.53a1 1 0 1 0 1 1.74A5 5 0 0 0 22 12a5 5 0 0 0-3.58-4.78"/></svg>
React
import type { SVGProps } from "react";
export function UilCloudBookmark(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="M15 11h-5a1 1 0 0 0-1 1v8a1 1 0 0 0 1.56.83l1.94-1.3l1.89 1.26A1 1 0 0 0 15 21a1 1 0 0 0 .44-.1A1 1 0 0 0 16 20v-8a1 1 0 0 0-1-1m-1 7.12l-.94-.63a1 1 0 0 0-1.12 0l-.94.64V13h3Zm4.42-10.9A7 7 0 0 0 5.06 9.11A4 4 0 0 0 6 17a1 1 0 0 0 0-2a2 2 0 0 1 0-4a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.67a3 3 0 0 1 1 5.53a1 1 0 1 0 1 1.74A5 5 0 0 0 22 12a5 5 0 0 0-3.58-4.78"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 11h-5a1 1 0 0 0-1 1v8a1 1 0 0 0 1.56.83l1.94-1.3l1.89 1.26A1 1 0 0 0 15 21a1 1 0 0 0 .44-.1A1 1 0 0 0 16 20v-8a1 1 0 0 0-1-1m-1 7.12l-.94-.63a1 1 0 0 0-1.12 0l-.94.64V13h3Zm4.42-10.9A7 7 0 0 0 5.06 9.11A4 4 0 0 0 6 17a1 1 0 0 0 0-2a2 2 0 0 1 0-4a1 1 0 0 0 1-1a5 5 0 0 1 9.73-1.61a1 1 0 0 0 .78.67a3 3 0 0 1 1 5.53a1 1 0 1 0 1 1.74A5 5 0 0 0 22 12a5 5 0 0 0-3.58-4.78"/></svg> </template>
CSS
.icon-cloud-bookmark {
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%22M15%2011h-5a1%201%200%200%200-1%201v8a1%201%200%200%200%201.56.83l1.94-1.3l1.89%201.26A1%201%200%200%200%2015%2021a1%201%200%200%200%20.44-.1A1%201%200%200%200%2016%2020v-8a1%201%200%200%200-1-1m-1%207.12l-.94-.63a1%201%200%200%200-1.12%200l-.94.64V13h3Zm4.42-10.9A7%207%200%200%200%205.06%209.11A4%204%200%200%200%206%2017a1%201%200%200%200%200-2a2%202%200%200%201%200-4a1%201%200%200%200%201-1a5%205%200%200%201%209.73-1.61a1%201%200%200%200%20.78.67a3%203%200%200%201%201%205.53a1%201%200%201%200%201%201.74A5%205%200%200%200%2022%2012a5%205%200%200%200-3.58-4.78%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%22M15%2011h-5a1%201%200%200%200-1%201v8a1%201%200%200%200%201.56.83l1.94-1.3l1.89%201.26A1%201%200%200%200%2015%2021a1%201%200%200%200%20.44-.1A1%201%200%200%200%2016%2020v-8a1%201%200%200%200-1-1m-1%207.12l-.94-.63a1%201%200%200%200-1.12%200l-.94.64V13h3Zm4.42-10.9A7%207%200%200%200%205.06%209.11A4%204%200%200%200%206%2017a1%201%200%200%200%200-2a2%202%200%200%201%200-4a1%201%200%200%200%201-1a5%205%200%200%201%209.73-1.61a1%201%200%200%200%20.78.67a3%203%200%200%201%201%205.53a1%201%200%201%200%201%201.74A5%205%200%200%200%2022%2012a5%205%200%200%200-3.58-4.78%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/cloud-bookmark.svg?color=%231a73e8&size=48