ios book icon
ios-book from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-book
- Set
- IonIcons
- Style
- Regular
- 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 book icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M146 64.1c54.1 0 100 27.9 100 82V446c0 2.2-3.1 2.7-3.8.7v-.1c-10.3-34.2-38.2-67.6-82.3-70.5-34.2-2.2-66.9 12.9-93.1 37.1-1.6 1.5-4.3 2.9-6.6 2.9h-4.5c-3.7 0-7.6-2.7-7.6-6.1V120.2C48 88.1 91.9 64.1 146 64.1z" fill="currentColor"/><path d="M366 64c-54.1 0-100 27.9-100 82v299.9c0 2.2 3.1 2.7 3.8.7v-.1c10.3-34.2 39.4-67.9 82.3-70.5 32.9-2 63.9 11 93.1 37.1 1.6 1.4 4.3 2.9 6.6 2.9h4.5c3.7 0 7.6-2.7 7.6-6.1V120c.1-32-43.8-56-97.9-56z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosBook(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M146 64.1c54.1 0 100 27.9 100 82V446c0 2.2-3.1 2.7-3.8.7v-.1c-10.3-34.2-38.2-67.6-82.3-70.5-34.2-2.2-66.9 12.9-93.1 37.1-1.6 1.5-4.3 2.9-6.6 2.9h-4.5c-3.7 0-7.6-2.7-7.6-6.1V120.2C48 88.1 91.9 64.1 146 64.1z" fill="currentColor"/><path d="M366 64c-54.1 0-100 27.9-100 82v299.9c0 2.2 3.1 2.7 3.8.7v-.1c10.3-34.2 39.4-67.9 82.3-70.5 32.9-2 63.9 11 93.1 37.1 1.6 1.4 4.3 2.9 6.6 2.9h4.5c3.7 0 7.6-2.7 7.6-6.1V120c.1-32-43.8-56-97.9-56z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M146 64.1c54.1 0 100 27.9 100 82V446c0 2.2-3.1 2.7-3.8.7v-.1c-10.3-34.2-38.2-67.6-82.3-70.5-34.2-2.2-66.9 12.9-93.1 37.1-1.6 1.5-4.3 2.9-6.6 2.9h-4.5c-3.7 0-7.6-2.7-7.6-6.1V120.2C48 88.1 91.9 64.1 146 64.1z" fill="currentColor"/><path d="M366 64c-54.1 0-100 27.9-100 82v299.9c0 2.2 3.1 2.7 3.8.7v-.1c10.3-34.2 39.4-67.9 82.3-70.5 32.9-2 63.9 11 93.1 37.1 1.6 1.4 4.3 2.9 6.6 2.9h4.5c3.7 0 7.6-2.7 7.6-6.1V120c.1-32-43.8-56-97.9-56z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-book {
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%22M146%2064.1c54.1%200%20100%2027.9%20100%2082V446c0%202.2-3.1%202.7-3.8.7v-.1c-10.3-34.2-38.2-67.6-82.3-70.5-34.2-2.2-66.9%2012.9-93.1%2037.1-1.6%201.5-4.3%202.9-6.6%202.9h-4.5c-3.7%200-7.6-2.7-7.6-6.1V120.2C48%2088.1%2091.9%2064.1%20146%2064.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M366%2064c-54.1%200-100%2027.9-100%2082v299.9c0%202.2%203.1%202.7%203.8.7v-.1c10.3-34.2%2039.4-67.9%2082.3-70.5%2032.9-2%2063.9%2011%2093.1%2037.1%201.6%201.4%204.3%202.9%206.6%202.9h4.5c3.7%200%207.6-2.7%207.6-6.1V120c.1-32-43.8-56-97.9-56z%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%22M146%2064.1c54.1%200%20100%2027.9%20100%2082V446c0%202.2-3.1%202.7-3.8.7v-.1c-10.3-34.2-38.2-67.6-82.3-70.5-34.2-2.2-66.9%2012.9-93.1%2037.1-1.6%201.5-4.3%202.9-6.6%202.9h-4.5c-3.7%200-7.6-2.7-7.6-6.1V120.2C48%2088.1%2091.9%2064.1%20146%2064.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M366%2064c-54.1%200-100%2027.9-100%2082v299.9c0%202.2%203.1%202.7%203.8.7v-.1c10.3-34.2%2039.4-67.9%2082.3-70.5%2032.9-2%2063.9%2011%2093.1%2037.1%201.6%201.4%204.3%202.9%206.6%202.9h4.5c3.7%200%207.6-2.7%207.6-6.1V120c.1-32-43.8-56-97.9-56z%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-book.svg?color=%231a73e8&size=48