book ribbon icon
book-ribbon from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- book-ribbon
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the book ribbon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-1.2-.95-2.6-1.475T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q1.15-.6 2.4-.9T6.5 4q1.85 0 3.15.425t2.8 1.3q.275.15.413.35T13 6.6v10.45q1.1-.525 2.213-.788T17.5 16q.9 0 1.763.15T21 16.6V4.575q.375.125.738.275t.712.35q.275.125.413.375T23 6.1v12.05q0 .575-.488.875t-1.012.025q-.925-.5-1.937-.775T17.5 18q-1.5 0-2.9.525T12 20m3.5-6V3l3-1v11z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBookRibbon(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="M12 20q-1.2-.95-2.6-1.475T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q1.15-.6 2.4-.9T6.5 4q1.85 0 3.15.425t2.8 1.3q.275.15.413.35T13 6.6v10.45q1.1-.525 2.213-.788T17.5 16q.9 0 1.763.15T21 16.6V4.575q.375.125.738.275t.712.35q.275.125.413.375T23 6.1v12.05q0 .575-.488.875t-1.012.025q-.925-.5-1.937-.775T17.5 18q-1.5 0-2.9.525T12 20m3.5-6V3l3-1v11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 20q-1.2-.95-2.6-1.475T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15V6.1q0-.275.138-.525T1.55 5.2q1.15-.6 2.4-.9T6.5 4q1.85 0 3.15.425t2.8 1.3q.275.15.413.35T13 6.6v10.45q1.1-.525 2.213-.788T17.5 16q.9 0 1.763.15T21 16.6V4.575q.375.125.738.275t.712.35q.275.125.413.375T23 6.1v12.05q0 .575-.488.875t-1.012.025q-.925-.5-1.937-.775T17.5 18q-1.5 0-2.9.525T12 20m3.5-6V3l3-1v11z"/></svg> </template>
CSS
.icon-book-ribbon {
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%22M12%2020q-1.2-.95-2.6-1.475T6.5%2018q-1.05%200-2.062.275T2.5%2019.05q-.525.275-1.012-.025T1%2018.15V6.1q0-.275.138-.525T1.55%205.2q1.15-.6%202.4-.9T6.5%204q1.85%200%203.15.425t2.8%201.3q.275.15.413.35T13%206.6v10.45q1.1-.525%202.213-.788T17.5%2016q.9%200%201.763.15T21%2016.6V4.575q.375.125.738.275t.712.35q.275.125.413.375T23%206.1v12.05q0%20.575-.488.875t-1.012.025q-.925-.5-1.937-.775T17.5%2018q-1.5%200-2.9.525T12%2020m3.5-6V3l3-1v11z%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%22M12%2020q-1.2-.95-2.6-1.475T6.5%2018q-1.05%200-2.062.275T2.5%2019.05q-.525.275-1.012-.025T1%2018.15V6.1q0-.275.138-.525T1.55%205.2q1.15-.6%202.4-.9T6.5%204q1.85%200%203.15.425t2.8%201.3q.275.15.413.35T13%206.6v10.45q1.1-.525%202.213-.788T17.5%2016q.9%200%201.763.15T21%2016.6V4.575q.375.125.738.275t.712.35q.275.125.413.375T23%206.1v12.05q0%20.575-.488.875t-1.012.025q-.925-.5-1.937-.775T17.5%2018q-1.5%200-2.9.525T12%2020m3.5-6V3l3-1v11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/book-ribbon.svg?color=%231a73e8&size=48