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

Name
book-ribbon-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
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="M11.5 17.32V7.507q-1.083-.773-2.386-1.16q-1.305-.386-2.614-.386q-.9 0-1.576.107t-1.501.4q-.23.077-.327.222Q3 6.835 3 7.008v9.015q0 .27.192.394t.423.03q.548-.185 1.267-.297t1.618-.111q1.308 0 2.546.3t2.454.98M2 16.496V6.831q0-.371.195-.689t.547-.442q.881-.388 1.833-.563T6.5 4.962q1.639 0 2.91.415q1.27.415 2.598 1.233q.236.13.364.35t.128.505v9.854q1.216-.678 2.454-.98t2.546-.3q.9 0 1.618.111t1.267.296q.23.096.423-.029t.192-.394V6.094q0-.212.144-.356t.357-.144t.356.144t.143.356v10.402q0 .622-.516.947q-.517.324-1.1.107q-.694-.27-1.415-.39q-.721-.121-1.469-.121q-1.291 0-2.517.333q-1.225.334-2.333.984q-.145.086-.318.13q-.173.043-.336.043t-.333-.043t-.313-.13q-1.108-.65-2.333-.984T6.5 17.039q-.78 0-1.534.13q-.753.131-1.466.42q-.544.217-1.022-.131T2 16.496m13.192-3.334V4.59q0-.266.156-.481q.155-.215.404-.296l1.773-.566q.292-.106.538.089t.245.501v8.572q0 .265-.156.48q-.155.215-.404.296l-1.773.566q-.292.106-.537-.089t-.246-.501M7.25 11.64"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBookRibbonOutlineRounded(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.5 17.32V7.507q-1.083-.773-2.386-1.16q-1.305-.386-2.614-.386q-.9 0-1.576.107t-1.501.4q-.23.077-.327.222Q3 6.835 3 7.008v9.015q0 .27.192.394t.423.03q.548-.185 1.267-.297t1.618-.111q1.308 0 2.546.3t2.454.98M2 16.496V6.831q0-.371.195-.689t.547-.442q.881-.388 1.833-.563T6.5 4.962q1.639 0 2.91.415q1.27.415 2.598 1.233q.236.13.364.35t.128.505v9.854q1.216-.678 2.454-.98t2.546-.3q.9 0 1.618.111t1.267.296q.23.096.423-.029t.192-.394V6.094q0-.212.144-.356t.357-.144t.356.144t.143.356v10.402q0 .622-.516.947q-.517.324-1.1.107q-.694-.27-1.415-.39q-.721-.121-1.469-.121q-1.291 0-2.517.333q-1.225.334-2.333.984q-.145.086-.318.13q-.173.043-.336.043t-.333-.043t-.313-.13q-1.108-.65-2.333-.984T6.5 17.039q-.78 0-1.534.13q-.753.131-1.466.42q-.544.217-1.022-.131T2 16.496m13.192-3.334V4.59q0-.266.156-.481q.155-.215.404-.296l1.773-.566q.292-.106.538.089t.245.501v8.572q0 .265-.156.48q-.155.215-.404.296l-1.773.566q-.292.106-.537-.089t-.246-.501M7.25 11.64"/></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.5 17.32V7.507q-1.083-.773-2.386-1.16q-1.305-.386-2.614-.386q-.9 0-1.576.107t-1.501.4q-.23.077-.327.222Q3 6.835 3 7.008v9.015q0 .27.192.394t.423.03q.548-.185 1.267-.297t1.618-.111q1.308 0 2.546.3t2.454.98M2 16.496V6.831q0-.371.195-.689t.547-.442q.881-.388 1.833-.563T6.5 4.962q1.639 0 2.91.415q1.27.415 2.598 1.233q.236.13.364.35t.128.505v9.854q1.216-.678 2.454-.98t2.546-.3q.9 0 1.618.111t1.267.296q.23.096.423-.029t.192-.394V6.094q0-.212.144-.356t.357-.144t.356.144t.143.356v10.402q0 .622-.516.947q-.517.324-1.1.107q-.694-.27-1.415-.39q-.721-.121-1.469-.121q-1.291 0-2.517.333q-1.225.334-2.333.984q-.145.086-.318.13q-.173.043-.336.043t-.333-.043t-.313-.13q-1.108-.65-2.333-.984T6.5 17.039q-.78 0-1.534.13q-.753.131-1.466.42q-.544.217-1.022-.131T2 16.496m13.192-3.334V4.59q0-.266.156-.481q.155-.215.404-.296l1.773-.566q.292-.106.538.089t.245.501v8.572q0 .265-.156.48q-.155.215-.404.296l-1.773.566q-.292.106-.537-.089t-.246-.501M7.25 11.64"/></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.5%2017.32V7.507q-1.083-.773-2.386-1.16q-1.305-.386-2.614-.386q-.9%200-1.576.107t-1.501.4q-.23.077-.327.222Q3%206.835%203%207.008v9.015q0%20.27.192.394t.423.03q.548-.185%201.267-.297t1.618-.111q1.308%200%202.546.3t2.454.98M2%2016.496V6.831q0-.371.195-.689t.547-.442q.881-.388%201.833-.563T6.5%204.962q1.639%200%202.91.415q1.27.415%202.598%201.233q.236.13.364.35t.128.505v9.854q1.216-.678%202.454-.98t2.546-.3q.9%200%201.618.111t1.267.296q.23.096.423-.029t.192-.394V6.094q0-.212.144-.356t.357-.144t.356.144t.143.356v10.402q0%20.622-.516.947q-.517.324-1.1.107q-.694-.27-1.415-.39q-.721-.121-1.469-.121q-1.291%200-2.517.333q-1.225.334-2.333.984q-.145.086-.318.13q-.173.043-.336.043t-.333-.043t-.313-.13q-1.108-.65-2.333-.984T6.5%2017.039q-.78%200-1.534.13q-.753.131-1.466.42q-.544.217-1.022-.131T2%2016.496m13.192-3.334V4.59q0-.266.156-.481q.155-.215.404-.296l1.773-.566q.292-.106.538.089t.245.501v8.572q0%20.265-.156.48q-.155.215-.404.296l-1.773.566q-.292.106-.537-.089t-.246-.501M7.25%2011.64%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.5%2017.32V7.507q-1.083-.773-2.386-1.16q-1.305-.386-2.614-.386q-.9%200-1.576.107t-1.501.4q-.23.077-.327.222Q3%206.835%203%207.008v9.015q0%20.27.192.394t.423.03q.548-.185%201.267-.297t1.618-.111q1.308%200%202.546.3t2.454.98M2%2016.496V6.831q0-.371.195-.689t.547-.442q.881-.388%201.833-.563T6.5%204.962q1.639%200%202.91.415q1.27.415%202.598%201.233q.236.13.364.35t.128.505v9.854q1.216-.678%202.454-.98t2.546-.3q.9%200%201.618.111t1.267.296q.23.096.423-.029t.192-.394V6.094q0-.212.144-.356t.357-.144t.356.144t.143.356v10.402q0%20.622-.516.947q-.517.324-1.1.107q-.694-.27-1.415-.39q-.721-.121-1.469-.121q-1.291%200-2.517.333q-1.225.334-2.333.984q-.145.086-.318.13q-.173.043-.336.043t-.333-.043t-.313-.13q-1.108-.65-2.333-.984T6.5%2017.039q-.78%200-1.534.13q-.753.131-1.466.42q-.544.217-1.022-.131T2%2016.496m13.192-3.334V4.59q0-.266.156-.481q.155-.215.404-.296l1.773-.566q.292-.106.538.089t.245.501v8.572q0%20.265-.156.48q-.155.215-.404.296l-1.773.566q-.292.106-.537-.089t-.246-.501M7.25%2011.64%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-outline-rounded.svg?color=%231a73e8&size=48