ios bookmarks icon
ios-bookmarks-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-bookmarks-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios bookmarks icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 64H281.6c-10.3 0-19.3 4.6-25.6 11.7-6.2-7.2-15.3-11.7-25.6-11.7H80c-18.8 0-33 13.3-33 32v286.1c0 18.8 14.2 33.9 33 33.9h143.3c13.8 0 24.7 4.2 24.7 19.4V448h16v-12.6c0-15.3 10.9-19.4 24.7-19.4H432c18.8 0 33-15.1 33-33.9V96c0-18.7-14.2-32-33-32zM248 411.1c-4.7-7.8-13.5-11.1-23.8-11.1H80c-9.4 0-16-8.5-16-17.9V96c0-9.4 6.6-16 16-16h143.3c12.8 0 24.7 12.8 24.7 22.2v308.9zM320 80h64v100.4l-22.9-14.5-9.1-6.4-9.1 6.4-22.9 14.5V80zm128 302.1c0 9.4-6.6 17.9-16 17.9H287.8c-10.3 0-19.1 2.3-23.8 11.1V102.2c0-9.4 11.9-22.2 24.7-22.2H304v131l48-32 48 32V80h32c9.4 0 16 6.7 16 16v286.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosBookmarksOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 64H281.6c-10.3 0-19.3 4.6-25.6 11.7-6.2-7.2-15.3-11.7-25.6-11.7H80c-18.8 0-33 13.3-33 32v286.1c0 18.8 14.2 33.9 33 33.9h143.3c13.8 0 24.7 4.2 24.7 19.4V448h16v-12.6c0-15.3 10.9-19.4 24.7-19.4H432c18.8 0 33-15.1 33-33.9V96c0-18.7-14.2-32-33-32zM248 411.1c-4.7-7.8-13.5-11.1-23.8-11.1H80c-9.4 0-16-8.5-16-17.9V96c0-9.4 6.6-16 16-16h143.3c12.8 0 24.7 12.8 24.7 22.2v308.9zM320 80h64v100.4l-22.9-14.5-9.1-6.4-9.1 6.4-22.9 14.5V80zm128 302.1c0 9.4-6.6 17.9-16 17.9H287.8c-10.3 0-19.1 2.3-23.8 11.1V102.2c0-9.4 11.9-22.2 24.7-22.2H304v131l48-32 48 32V80h32c9.4 0 16 6.7 16 16v286.1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 64H281.6c-10.3 0-19.3 4.6-25.6 11.7-6.2-7.2-15.3-11.7-25.6-11.7H80c-18.8 0-33 13.3-33 32v286.1c0 18.8 14.2 33.9 33 33.9h143.3c13.8 0 24.7 4.2 24.7 19.4V448h16v-12.6c0-15.3 10.9-19.4 24.7-19.4H432c18.8 0 33-15.1 33-33.9V96c0-18.7-14.2-32-33-32zM248 411.1c-4.7-7.8-13.5-11.1-23.8-11.1H80c-9.4 0-16-8.5-16-17.9V96c0-9.4 6.6-16 16-16h143.3c12.8 0 24.7 12.8 24.7 22.2v308.9zM320 80h64v100.4l-22.9-14.5-9.1-6.4-9.1 6.4-22.9 14.5V80zm128 302.1c0 9.4-6.6 17.9-16 17.9H287.8c-10.3 0-19.1 2.3-23.8 11.1V102.2c0-9.4 11.9-22.2 24.7-22.2H304v131l48-32 48 32V80h32c9.4 0 16 6.7 16 16v286.1z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-bookmarks-outline {
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%20512%20512%22%3E%3Cpath%20d%3D%22M432%2064H281.6c-10.3%200-19.3%204.6-25.6%2011.7-6.2-7.2-15.3-11.7-25.6-11.7H80c-18.8%200-33%2013.3-33%2032v286.1c0%2018.8%2014.2%2033.9%2033%2033.9h143.3c13.8%200%2024.7%204.2%2024.7%2019.4V448h16v-12.6c0-15.3%2010.9-19.4%2024.7-19.4H432c18.8%200%2033-15.1%2033-33.9V96c0-18.7-14.2-32-33-32zM248%20411.1c-4.7-7.8-13.5-11.1-23.8-11.1H80c-9.4%200-16-8.5-16-17.9V96c0-9.4%206.6-16%2016-16h143.3c12.8%200%2024.7%2012.8%2024.7%2022.2v308.9zM320%2080h64v100.4l-22.9-14.5-9.1-6.4-9.1%206.4-22.9%2014.5V80zm128%20302.1c0%209.4-6.6%2017.9-16%2017.9H287.8c-10.3%200-19.1%202.3-23.8%2011.1V102.2c0-9.4%2011.9-22.2%2024.7-22.2H304v131l48-32%2048%2032V80h32c9.4%200%2016%206.7%2016%2016v286.1z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M432%2064H281.6c-10.3%200-19.3%204.6-25.6%2011.7-6.2-7.2-15.3-11.7-25.6-11.7H80c-18.8%200-33%2013.3-33%2032v286.1c0%2018.8%2014.2%2033.9%2033%2033.9h143.3c13.8%200%2024.7%204.2%2024.7%2019.4V448h16v-12.6c0-15.3%2010.9-19.4%2024.7-19.4H432c18.8%200%2033-15.1%2033-33.9V96c0-18.7-14.2-32-33-32zM248%20411.1c-4.7-7.8-13.5-11.1-23.8-11.1H80c-9.4%200-16-8.5-16-17.9V96c0-9.4%206.6-16%2016-16h143.3c12.8%200%2024.7%2012.8%2024.7%2022.2v308.9zM320%2080h64v100.4l-22.9-14.5-9.1-6.4-9.1%206.4-22.9%2014.5V80zm128%20302.1c0%209.4-6.6%2017.9-16%2017.9H287.8c-10.3%200-19.1%202.3-23.8%2011.1V102.2c0-9.4%2011.9-22.2%2024.7-22.2H304v131l48-32%2048%2032V80h32c9.4%200%2016%206.7%2016%2016v286.1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-bookmarks-outline.svg?color=%231a73e8&size=48