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

Name
book-ribbon-sharp
Set
Material Symbols Light
Style
Sharp
Category
Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

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.192 14V4l3.116-1v10zM21 16.677V5.575q.275.104.516.223q.24.12.484.271V18.3q-1.002-.648-2.142-.955T17.5 17.04q-1.48 0-2.88.447T12 18.77q-1.22-.834-2.62-1.282T6.5 17.04q-1.217 0-2.358.306q-1.14.307-2.142.955V6.07q1.008-.634 2.151-.871T6.5 4.961q1.616 0 3.128.537T12.5 6.927v10.392q1.166-.634 2.428-.957t2.572-.323q.9 0 1.785.14t1.715.498"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBookRibbonSharp(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.192 14V4l3.116-1v10zM21 16.677V5.575q.275.104.516.223q.24.12.484.271V18.3q-1.002-.648-2.142-.955T17.5 17.04q-1.48 0-2.88.447T12 18.77q-1.22-.834-2.62-1.282T6.5 17.04q-1.217 0-2.358.306q-1.14.307-2.142.955V6.07q1.008-.634 2.151-.871T6.5 4.961q1.616 0 3.128.537T12.5 6.927v10.392q1.166-.634 2.428-.957t2.572-.323q.9 0 1.785.14t1.715.498"/></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.192 14V4l3.116-1v10zM21 16.677V5.575q.275.104.516.223q.24.12.484.271V18.3q-1.002-.648-2.142-.955T17.5 17.04q-1.48 0-2.88.447T12 18.77q-1.22-.834-2.62-1.282T6.5 17.04q-1.217 0-2.358.306q-1.14.307-2.142.955V6.07q1.008-.634 2.151-.871T6.5 4.961q1.616 0 3.128.537T12.5 6.927v10.392q1.166-.634 2.428-.957t2.572-.323q.9 0 1.785.14t1.715.498"/></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.192%2014V4l3.116-1v10zM21%2016.677V5.575q.275.104.516.223q.24.12.484.271V18.3q-1.002-.648-2.142-.955T17.5%2017.04q-1.48%200-2.88.447T12%2018.77q-1.22-.834-2.62-1.282T6.5%2017.04q-1.217%200-2.358.306q-1.14.307-2.142.955V6.07q1.008-.634%202.151-.871T6.5%204.961q1.616%200%203.128.537T12.5%206.927v10.392q1.166-.634%202.428-.957t2.572-.323q.9%200%201.785.14t1.715.498%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.192%2014V4l3.116-1v10zM21%2016.677V5.575q.275.104.516.223q.24.12.484.271V18.3q-1.002-.648-2.142-.955T17.5%2017.04q-1.48%200-2.88.447T12%2018.77q-1.22-.834-2.62-1.282T6.5%2017.04q-1.217%200-2.358.306q-1.14.307-2.142.955V6.07q1.008-.634%202.151-.871T6.5%204.961q1.616%200%203.128.537T12.5%206.927v10.392q1.166-.634%202.428-.957t2.572-.323q.9%200%201.785.14t1.715.498%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/book-ribbon-sharp.svg?color=%231a73e8&size=48