scroll torah icon
scroll-torah from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- scroll-torah
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the scroll torah icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M32 112c0-26.5 21.5-48 48-48c20.9 0 38.7 13.4 45.3 32h389.5c6.6-18.6 24.4-32 45.3-32c26.5 0 48 21.5 48 48v416c0 26.5-21.5 48-48 48c-20.9 0-38.7-13.4-45.3-32H125.3c-6.6 18.6-24.4 32-45.3 32c-26.5 0-48-21.5-48-48zm177.9 253c-1.2 2-1.9 4.2-1.9 6.6c0 6.9 5.6 12.5 12.5 12.5h56.9l30.5 49.2c2.6 4.2 7.2 6.8 12.2 6.8s9.6-2.6 12.2-6.8l30.5-49.2h56.9c6.9 0 12.5-5.6 12.5-12.5c0-2.3-.6-4.6-1.9-6.6l-27.8-45l27.8-45c1.2-2 1.9-4.2 1.9-6.6c0-6.9-5.6-12.5-12.5-12.5h-56.9l-30.5-49.2c-2.6-4.2-7.2-6.8-12.2-6.8s-9.6 2.6-12.2 6.8l-30.5 49.2h-56.9c-6.9 0-12.5 5.6-12.5 12.5c0 2.3.6 4.6 1.9 6.6l27.8 45z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidScrollTorah(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M32 112c0-26.5 21.5-48 48-48c20.9 0 38.7 13.4 45.3 32h389.5c6.6-18.6 24.4-32 45.3-32c26.5 0 48 21.5 48 48v416c0 26.5-21.5 48-48 48c-20.9 0-38.7-13.4-45.3-32H125.3c-6.6 18.6-24.4 32-45.3 32c-26.5 0-48-21.5-48-48zm177.9 253c-1.2 2-1.9 4.2-1.9 6.6c0 6.9 5.6 12.5 12.5 12.5h56.9l30.5 49.2c2.6 4.2 7.2 6.8 12.2 6.8s9.6-2.6 12.2-6.8l30.5-49.2h56.9c6.9 0 12.5-5.6 12.5-12.5c0-2.3-.6-4.6-1.9-6.6l-27.8-45l27.8-45c1.2-2 1.9-4.2 1.9-6.6c0-6.9-5.6-12.5-12.5-12.5h-56.9l-30.5-49.2c-2.6-4.2-7.2-6.8-12.2-6.8s-9.6 2.6-12.2 6.8l-30.5 49.2h-56.9c-6.9 0-12.5 5.6-12.5 12.5c0 2.3.6 4.6 1.9 6.6l27.8 45z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M32 112c0-26.5 21.5-48 48-48c20.9 0 38.7 13.4 45.3 32h389.5c6.6-18.6 24.4-32 45.3-32c26.5 0 48 21.5 48 48v416c0 26.5-21.5 48-48 48c-20.9 0-38.7-13.4-45.3-32H125.3c-6.6 18.6-24.4 32-45.3 32c-26.5 0-48-21.5-48-48zm177.9 253c-1.2 2-1.9 4.2-1.9 6.6c0 6.9 5.6 12.5 12.5 12.5h56.9l30.5 49.2c2.6 4.2 7.2 6.8 12.2 6.8s9.6-2.6 12.2-6.8l30.5-49.2h56.9c6.9 0 12.5-5.6 12.5-12.5c0-2.3-.6-4.6-1.9-6.6l-27.8-45l27.8-45c1.2-2 1.9-4.2 1.9-6.6c0-6.9-5.6-12.5-12.5-12.5h-56.9l-30.5-49.2c-2.6-4.2-7.2-6.8-12.2-6.8s-9.6 2.6-12.2 6.8l-30.5 49.2h-56.9c-6.9 0-12.5 5.6-12.5 12.5c0 2.3.6 4.6 1.9 6.6l27.8 45z"/></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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20112c0-26.5%2021.5-48%2048-48c20.9%200%2038.7%2013.4%2045.3%2032h389.5c6.6-18.6%2024.4-32%2045.3-32c26.5%200%2048%2021.5%2048%2048v416c0%2026.5-21.5%2048-48%2048c-20.9%200-38.7-13.4-45.3-32H125.3c-6.6%2018.6-24.4%2032-45.3%2032c-26.5%200-48-21.5-48-48zm177.9%20253c-1.2%202-1.9%204.2-1.9%206.6c0%206.9%205.6%2012.5%2012.5%2012.5h56.9l30.5%2049.2c2.6%204.2%207.2%206.8%2012.2%206.8s9.6-2.6%2012.2-6.8l30.5-49.2h56.9c6.9%200%2012.5-5.6%2012.5-12.5c0-2.3-.6-4.6-1.9-6.6l-27.8-45l27.8-45c1.2-2%201.9-4.2%201.9-6.6c0-6.9-5.6-12.5-12.5-12.5h-56.9l-30.5-49.2c-2.6-4.2-7.2-6.8-12.2-6.8s-9.6%202.6-12.2%206.8l-30.5%2049.2h-56.9c-6.9%200-12.5%205.6-12.5%2012.5c0%202.3.6%204.6%201.9%206.6l27.8%2045z%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M32%20112c0-26.5%2021.5-48%2048-48c20.9%200%2038.7%2013.4%2045.3%2032h389.5c6.6-18.6%2024.4-32%2045.3-32c26.5%200%2048%2021.5%2048%2048v416c0%2026.5-21.5%2048-48%2048c-20.9%200-38.7-13.4-45.3-32H125.3c-6.6%2018.6-24.4%2032-45.3%2032c-26.5%200-48-21.5-48-48zm177.9%20253c-1.2%202-1.9%204.2-1.9%206.6c0%206.9%205.6%2012.5%2012.5%2012.5h56.9l30.5%2049.2c2.6%204.2%207.2%206.8%2012.2%206.8s9.6-2.6%2012.2-6.8l30.5-49.2h56.9c6.9%200%2012.5-5.6%2012.5-12.5c0-2.3-.6-4.6-1.9-6.6l-27.8-45l27.8-45c1.2-2%201.9-4.2%201.9-6.6c0-6.9-5.6-12.5-12.5-12.5h-56.9l-30.5-49.2c-2.6-4.2-7.2-6.8-12.2-6.8s-9.6%202.6-12.2%206.8l-30.5%2049.2h-56.9c-6.9%200-12.5%205.6-12.5%2012.5c0%202.3.6%204.6%201.9%206.6l27.8%2045z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/scroll-torah.svg?color=%231a73e8&size=48