book 4 spark icon
book-4-spark-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- book-4-spark-rounded
- Set
- Material Symbols
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
Related icons in Material Symbols
Use the book 4 spark icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 16q.425 0 .713-.288T9 15V5q0-.425-.288-.712T8 4t-.712.288T7 5v10q0 .425.288.713T8 16m11 6H6q-1.25 0-2.125-.875T3 19V5q0-1.25.875-2.125T6 2h6.8q-.85.875-1.325 2.025T11 6.5q0 2.575 1.738 4.425T17 12.975V16q0 .825-.587 1.413T15 18H6q-.425 0-.712.288T5 19t.288.713T6 20h13v-7.175q.55-.125 1.05-.337t.95-.513V20q0 .825-.587 1.413T19 22m-1.5-10q0-2.3 1.6-3.9T23 6.5q-2.3 0-3.9-1.6T17.5 1q0 2.3-1.6 3.9T12 6.5q2.3 0 3.9 1.6t1.6 3.9"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBook4SparkRounded(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="M8 16q.425 0 .713-.288T9 15V5q0-.425-.288-.712T8 4t-.712.288T7 5v10q0 .425.288.713T8 16m11 6H6q-1.25 0-2.125-.875T3 19V5q0-1.25.875-2.125T6 2h6.8q-.85.875-1.325 2.025T11 6.5q0 2.575 1.738 4.425T17 12.975V16q0 .825-.587 1.413T15 18H6q-.425 0-.712.288T5 19t.288.713T6 20h13v-7.175q.55-.125 1.05-.337t.95-.513V20q0 .825-.587 1.413T19 22m-1.5-10q0-2.3 1.6-3.9T23 6.5q-2.3 0-3.9-1.6T17.5 1q0 2.3-1.6 3.9T12 6.5q2.3 0 3.9 1.6t1.6 3.9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 16q.425 0 .713-.288T9 15V5q0-.425-.288-.712T8 4t-.712.288T7 5v10q0 .425.288.713T8 16m11 6H6q-1.25 0-2.125-.875T3 19V5q0-1.25.875-2.125T6 2h6.8q-.85.875-1.325 2.025T11 6.5q0 2.575 1.738 4.425T17 12.975V16q0 .825-.587 1.413T15 18H6q-.425 0-.712.288T5 19t.288.713T6 20h13v-7.175q.55-.125 1.05-.337t.95-.513V20q0 .825-.587 1.413T19 22m-1.5-10q0-2.3 1.6-3.9T23 6.5q-2.3 0-3.9-1.6T17.5 1q0 2.3-1.6 3.9T12 6.5q2.3 0 3.9 1.6t1.6 3.9"/></svg> </template>
CSS
.icon-book-4-spark-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%22M8%2016q.425%200%20.713-.288T9%2015V5q0-.425-.288-.712T8%204t-.712.288T7%205v10q0%20.425.288.713T8%2016m11%206H6q-1.25%200-2.125-.875T3%2019V5q0-1.25.875-2.125T6%202h6.8q-.85.875-1.325%202.025T11%206.5q0%202.575%201.738%204.425T17%2012.975V16q0%20.825-.587%201.413T15%2018H6q-.425%200-.712.288T5%2019t.288.713T6%2020h13v-7.175q.55-.125%201.05-.337t.95-.513V20q0%20.825-.587%201.413T19%2022m-1.5-10q0-2.3%201.6-3.9T23%206.5q-2.3%200-3.9-1.6T17.5%201q0%202.3-1.6%203.9T12%206.5q2.3%200%203.9%201.6t1.6%203.9%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%22M8%2016q.425%200%20.713-.288T9%2015V5q0-.425-.288-.712T8%204t-.712.288T7%205v10q0%20.425.288.713T8%2016m11%206H6q-1.25%200-2.125-.875T3%2019V5q0-1.25.875-2.125T6%202h6.8q-.85.875-1.325%202.025T11%206.5q0%202.575%201.738%204.425T17%2012.975V16q0%20.825-.587%201.413T15%2018H6q-.425%200-.712.288T5%2019t.288.713T6%2020h13v-7.175q.55-.125%201.05-.337t.95-.513V20q0%20.825-.587%201.413T19%2022m-1.5-10q0-2.3%201.6-3.9T23%206.5q-2.3%200-3.9-1.6T17.5%201q0%202.3-1.6%203.9T12%206.5q2.3%200%203.9%201.6t1.6%203.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/book-4-spark-rounded.svg?color=%231a73e8&size=48