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

Name
book-ribbon-sharp
Set
Material Symbols
Style
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-1v11zm5.5 2.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.6"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBookRibbonSharp(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-1v11zm5.5 2.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.6"/></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-1v11zm5.5 2.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.6"/></svg>
</template>

CSS

.icon-book-ribbon-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-1v11zm5.5%202.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.6%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-1v11zm5.5%202.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.6%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-sharp.svg?color=%231a73e8&size=48