book-ribbon-outline-sharp from Material Symbols by Google · Outline Sharp · Actions · Apache-2.0 Free for personal and commercial use.

Name
book-ribbon-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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="M15.5 14V3l3-1v11zm-9 2q1.175 0 2.313.275T11 17.05V7.2q-1.025-.6-2.162-.9T6.5 6q-.9 0-1.787.175T3 6.7v9.9q.85-.3 1.725-.45T6.5 16m14.5.6V4.575q.525.2 1.025.425t.975.55v14.5q-1.175-.975-2.575-1.513T17.5 18q-1.5 0-2.9.525T12 20q-1.2-.95-2.6-1.475T6.5 18q-1.525 0-2.925.538T1 20.05V5.55q1.2-.825 2.613-1.187T6.5 4q1.75 0 3.388.575T13 6.1v10.95q1.05-.5 2.188-.775T17.5 16q.9 0 1.775.15T21 16.6M7 11.525"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBookRibbonOutlineSharp(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.5 14V3l3-1v11zm-9 2q1.175 0 2.313.275T11 17.05V7.2q-1.025-.6-2.162-.9T6.5 6q-.9 0-1.787.175T3 6.7v9.9q.85-.3 1.725-.45T6.5 16m14.5.6V4.575q.525.2 1.025.425t.975.55v14.5q-1.175-.975-2.575-1.513T17.5 18q-1.5 0-2.9.525T12 20q-1.2-.95-2.6-1.475T6.5 18q-1.525 0-2.925.538T1 20.05V5.55q1.2-.825 2.613-1.187T6.5 4q1.75 0 3.388.575T13 6.1v10.95q1.05-.5 2.188-.775T17.5 16q.9 0 1.775.15T21 16.6M7 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="M15.5 14V3l3-1v11zm-9 2q1.175 0 2.313.275T11 17.05V7.2q-1.025-.6-2.162-.9T6.5 6q-.9 0-1.787.175T3 6.7v9.9q.85-.3 1.725-.45T6.5 16m14.5.6V4.575q.525.2 1.025.425t.975.55v14.5q-1.175-.975-2.575-1.513T17.5 18q-1.5 0-2.9.525T12 20q-1.2-.95-2.6-1.475T6.5 18q-1.525 0-2.925.538T1 20.05V5.55q1.2-.825 2.613-1.187T6.5 4q1.75 0 3.388.575T13 6.1v10.95q1.05-.5 2.188-.775T17.5 16q.9 0 1.775.15T21 16.6M7 11.525"/></svg>
</template>

CSS

.icon-book-ribbon-outline-sharp {
  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.5%2014V3l3-1v11zm-9%202q1.175%200%202.313.275T11%2017.05V7.2q-1.025-.6-2.162-.9T6.5%206q-.9%200-1.787.175T3%206.7v9.9q.85-.3%201.725-.45T6.5%2016m14.5.6V4.575q.525.2%201.025.425t.975.55v14.5q-1.175-.975-2.575-1.513T17.5%2018q-1.5%200-2.9.525T12%2020q-1.2-.95-2.6-1.475T6.5%2018q-1.525%200-2.925.538T1%2020.05V5.55q1.2-.825%202.613-1.187T6.5%204q1.75%200%203.388.575T13%206.1v10.95q1.05-.5%202.188-.775T17.5%2016q.9%200%201.775.15T21%2016.6M7%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%22M15.5%2014V3l3-1v11zm-9%202q1.175%200%202.313.275T11%2017.05V7.2q-1.025-.6-2.162-.9T6.5%206q-.9%200-1.787.175T3%206.7v9.9q.85-.3%201.725-.45T6.5%2016m14.5.6V4.575q.525.2%201.025.425t.975.55v14.5q-1.175-.975-2.575-1.513T17.5%2018q-1.5%200-2.9.525T12%2020q-1.2-.95-2.6-1.475T6.5%2018q-1.525%200-2.925.538T1%2020.05V5.55q1.2-.825%202.613-1.187T6.5%204q1.75%200%203.388.575T13%206.1v10.95q1.05-.5%202.188-.775T17.5%2016q.9%200%201.775.15T21%2016.6M7%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-sharp.svg?color=%231a73e8&size=48