book ribbon icon
book-ribbon-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- book-ribbon-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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="M11 17.05V7.2q-1.025-.6-2.175-.9T6.5 6q-.9 0-1.788.175T3 6.7v9.9q.875-.3 1.738-.45T6.5 16q1.175 0 2.288.263T11 17.05m-10 1.1V6.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.6V5.575q0-.425.288-.713T22 4.575t.713.288t.287.712V18.15q0 .575-.488.875t-1.012.025q-.925-.5-1.937-.775T17.5 18q-1.225 0-2.387.363T12.9 19.375q-.2.125-.437.188t-.463.062t-.462-.062t-.438-.188q-1.05-.65-2.212-1.012T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15m14.5-5.2V3.725q0-.325.188-.588t.487-.362l1.35-.45q.35-.125.663.113t.312.612v9.225q0 .325-.187.588t-.488.362l-1.35.45q-.35.125-.663-.112t-.312-.613M7 11.525"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBookRibbonOutlineRounded(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="M11 17.05V7.2q-1.025-.6-2.175-.9T6.5 6q-.9 0-1.788.175T3 6.7v9.9q.875-.3 1.738-.45T6.5 16q1.175 0 2.288.263T11 17.05m-10 1.1V6.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.6V5.575q0-.425.288-.713T22 4.575t.713.288t.287.712V18.15q0 .575-.488.875t-1.012.025q-.925-.5-1.937-.775T17.5 18q-1.225 0-2.387.363T12.9 19.375q-.2.125-.437.188t-.463.062t-.462-.062t-.438-.188q-1.05-.65-2.212-1.012T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15m14.5-5.2V3.725q0-.325.188-.588t.487-.362l1.35-.45q.35-.125.663.113t.312.612v9.225q0 .325-.187.588t-.488.362l-1.35.45q-.35.125-.663-.112t-.312-.613M7 11.525"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 17.05V7.2q-1.025-.6-2.175-.9T6.5 6q-.9 0-1.788.175T3 6.7v9.9q.875-.3 1.738-.45T6.5 16q1.175 0 2.288.263T11 17.05m-10 1.1V6.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.6V5.575q0-.425.288-.713T22 4.575t.713.288t.287.712V18.15q0 .575-.488.875t-1.012.025q-.925-.5-1.937-.775T17.5 18q-1.225 0-2.387.363T12.9 19.375q-.2.125-.437.188t-.463.062t-.462-.062t-.438-.188q-1.05-.65-2.212-1.012T6.5 18q-1.05 0-2.062.275T2.5 19.05q-.525.275-1.012-.025T1 18.15m14.5-5.2V3.725q0-.325.188-.588t.487-.362l1.35-.45q.35-.125.663.113t.312.612v9.225q0 .325-.187.588t-.488.362l-1.35.45q-.35.125-.663-.112t-.312-.613M7 11.525"/></svg> </template>
CSS
.icon-book-ribbon-outline-rounded {
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%22M11%2017.05V7.2q-1.025-.6-2.175-.9T6.5%206q-.9%200-1.788.175T3%206.7v9.9q.875-.3%201.738-.45T6.5%2016q1.175%200%202.288.263T11%2017.05m-10%201.1V6.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.6V5.575q0-.425.288-.713T22%204.575t.713.288t.287.712V18.15q0%20.575-.488.875t-1.012.025q-.925-.5-1.937-.775T17.5%2018q-1.225%200-2.387.363T12.9%2019.375q-.2.125-.437.188t-.463.062t-.462-.062t-.438-.188q-1.05-.65-2.212-1.012T6.5%2018q-1.05%200-2.062.275T2.5%2019.05q-.525.275-1.012-.025T1%2018.15m14.5-5.2V3.725q0-.325.188-.588t.487-.362l1.35-.45q.35-.125.663.113t.312.612v9.225q0%20.325-.187.588t-.488.362l-1.35.45q-.35.125-.663-.112t-.312-.613M7%2011.525%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%22M11%2017.05V7.2q-1.025-.6-2.175-.9T6.5%206q-.9%200-1.788.175T3%206.7v9.9q.875-.3%201.738-.45T6.5%2016q1.175%200%202.288.263T11%2017.05m-10%201.1V6.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.6V5.575q0-.425.288-.713T22%204.575t.713.288t.287.712V18.15q0%20.575-.488.875t-1.012.025q-.925-.5-1.937-.775T17.5%2018q-1.225%200-2.387.363T12.9%2019.375q-.2.125-.437.188t-.463.062t-.462-.062t-.438-.188q-1.05-.65-2.212-1.012T6.5%2018q-1.05%200-2.062.275T2.5%2019.05q-.525.275-1.012-.025T1%2018.15m14.5-5.2V3.725q0-.325.188-.588t.487-.362l1.35-.45q.35-.125.663.113t.312.612v9.225q0%20.325-.187.588t-.488.362l-1.35.45q-.35.125-.663-.112t-.312-.613M7%2011.525%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-outline-rounded.svg?color=%231a73e8&size=48