scroll-torah from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
scroll-torah
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

Use the scroll torah icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M96 480V32C96 14.3 74.5 0 48 0S0 14.3 0 32v448c0 17.7 21.5 32 48 32s48-14.3 48-32M512 32H128v448h384zm80-32c-26.5 0-48 14.3-48 32v448c0 17.7 21.5 32 48 32s48-14.3 48-32V32c0-17.7-21.5-32-48-32M196 313.7c0-3.2.9-6.4 2.5-9.2l28.2-48.5l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1 8.2-18.3 18.3-18.3h56.7l31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180h56.7c10.1 0 18.3 8.2 18.3 18.3c0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2c0 10.1-8.2 18.3-18.3 18.3H369l-31.4 53.9C334 392.2 327.3 396 320 396s-13.9-3.8-17.6-10.1L271 332h-56.7c-10.1 0-18.3-8.2-18.3-18.3m124 54.7l21.2-36.4h-42.4zM254.5 256l30.3 52h70.4l30.3-52l-30.3-52h-70.4zm144.9 23.8L383 308h32.8zm16.4-75.8H383l16.4 28.2zM320 143.6L298.8 180h42.4zM224.2 204l16.4 28.2L257 204zM257 308l-16.4-28.2l-16.4 28.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidScrollTorah(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M96 480V32C96 14.3 74.5 0 48 0S0 14.3 0 32v448c0 17.7 21.5 32 48 32s48-14.3 48-32M512 32H128v448h384zm80-32c-26.5 0-48 14.3-48 32v448c0 17.7 21.5 32 48 32s48-14.3 48-32V32c0-17.7-21.5-32-48-32M196 313.7c0-3.2.9-6.4 2.5-9.2l28.2-48.5l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1 8.2-18.3 18.3-18.3h56.7l31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180h56.7c10.1 0 18.3 8.2 18.3 18.3c0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2c0 10.1-8.2 18.3-18.3 18.3H369l-31.4 53.9C334 392.2 327.3 396 320 396s-13.9-3.8-17.6-10.1L271 332h-56.7c-10.1 0-18.3-8.2-18.3-18.3m124 54.7l21.2-36.4h-42.4zM254.5 256l30.3 52h70.4l30.3-52l-30.3-52h-70.4zm144.9 23.8L383 308h32.8zm16.4-75.8H383l16.4 28.2zM320 143.6L298.8 180h42.4zM224.2 204l16.4 28.2L257 204zM257 308l-16.4-28.2l-16.4 28.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M96 480V32C96 14.3 74.5 0 48 0S0 14.3 0 32v448c0 17.7 21.5 32 48 32s48-14.3 48-32M512 32H128v448h384zm80-32c-26.5 0-48 14.3-48 32v448c0 17.7 21.5 32 48 32s48-14.3 48-32V32c0-17.7-21.5-32-48-32M196 313.7c0-3.2.9-6.4 2.5-9.2l28.2-48.5l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1 8.2-18.3 18.3-18.3h56.7l31.4-53.9c3.6-6.3 10.3-10.1 17.6-10.1s13.9 3.8 17.6 10.1L369 180h56.7c10.1 0 18.3 8.2 18.3 18.3c0 3.2-.9 6.4-2.5 9.2L413.3 256l28.3 48.5c1.6 2.8 2.5 6 2.5 9.2c0 10.1-8.2 18.3-18.3 18.3H369l-31.4 53.9C334 392.2 327.3 396 320 396s-13.9-3.8-17.6-10.1L271 332h-56.7c-10.1 0-18.3-8.2-18.3-18.3m124 54.7l21.2-36.4h-42.4zM254.5 256l30.3 52h70.4l30.3-52l-30.3-52h-70.4zm144.9 23.8L383 308h32.8zm16.4-75.8H383l16.4 28.2zM320 143.6L298.8 180h42.4zM224.2 204l16.4 28.2L257 204zM257 308l-16.4-28.2l-16.4 28.2z"/></svg>
</template>

CSS

.icon-scroll-torah {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20480V32C96%2014.3%2074.5%200%2048%200S0%2014.3%200%2032v448c0%2017.7%2021.5%2032%2048%2032s48-14.3%2048-32M512%2032H128v448h384zm80-32c-26.5%200-48%2014.3-48%2032v448c0%2017.7%2021.5%2032%2048%2032s48-14.3%2048-32V32c0-17.7-21.5-32-48-32M196%20313.7c0-3.2.9-6.4%202.5-9.2l28.2-48.5l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1%208.2-18.3%2018.3-18.3h56.7l31.4-53.9c3.6-6.3%2010.3-10.1%2017.6-10.1s13.9%203.8%2017.6%2010.1L369%20180h56.7c10.1%200%2018.3%208.2%2018.3%2018.3c0%203.2-.9%206.4-2.5%209.2L413.3%20256l28.3%2048.5c1.6%202.8%202.5%206%202.5%209.2c0%2010.1-8.2%2018.3-18.3%2018.3H369l-31.4%2053.9C334%20392.2%20327.3%20396%20320%20396s-13.9-3.8-17.6-10.1L271%20332h-56.7c-10.1%200-18.3-8.2-18.3-18.3m124%2054.7l21.2-36.4h-42.4zM254.5%20256l30.3%2052h70.4l30.3-52l-30.3-52h-70.4zm144.9%2023.8L383%20308h32.8zm16.4-75.8H383l16.4%2028.2zM320%20143.6L298.8%20180h42.4zM224.2%20204l16.4%2028.2L257%20204zM257%20308l-16.4-28.2l-16.4%2028.2z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20480V32C96%2014.3%2074.5%200%2048%200S0%2014.3%200%2032v448c0%2017.7%2021.5%2032%2048%2032s48-14.3%2048-32M512%2032H128v448h384zm80-32c-26.5%200-48%2014.3-48%2032v448c0%2017.7%2021.5%2032%2048%2032s48-14.3%2048-32V32c0-17.7-21.5-32-48-32M196%20313.7c0-3.2.9-6.4%202.5-9.2l28.2-48.5l-28.3-48.5c-1.6-2.8-2.5-6-2.5-9.2c0-10.1%208.2-18.3%2018.3-18.3h56.7l31.4-53.9c3.6-6.3%2010.3-10.1%2017.6-10.1s13.9%203.8%2017.6%2010.1L369%20180h56.7c10.1%200%2018.3%208.2%2018.3%2018.3c0%203.2-.9%206.4-2.5%209.2L413.3%20256l28.3%2048.5c1.6%202.8%202.5%206%202.5%209.2c0%2010.1-8.2%2018.3-18.3%2018.3H369l-31.4%2053.9C334%20392.2%20327.3%20396%20320%20396s-13.9-3.8-17.6-10.1L271%20332h-56.7c-10.1%200-18.3-8.2-18.3-18.3m124%2054.7l21.2-36.4h-42.4zM254.5%20256l30.3%2052h70.4l30.3-52l-30.3-52h-70.4zm144.9%2023.8L383%20308h32.8zm16.4-75.8H383l16.4%2028.2zM320%20143.6L298.8%20180h42.4zM224.2%20204l16.4%2028.2L257%20204zM257%20308l-16.4-28.2l-16.4%2028.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/scroll-torah.svg?color=%231a73e8&size=48