tanakh icon
tanakh from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- tanakh
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
Use the tanakh icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M448 576H128c-17.7 0-32-14.3-32-32s14.3-32 32-32v-66.7c-18.6-6.6-32-24.4-32-45.3V112c0-26.5 21.5-48 48-48h304c53 0 96 43 96 96v320c0 53-43 96-96 96m32-96c0-17.7-14.3-32-32-32H192v64h256c17.7 0 32-14.3 32-32M209.9 293c-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.7-4.1-7.3-6.7-12.3-6.7s-9.6 2.6-12.2 6.8L277.3 184h-56.9c-6.9 0-12.5 5.6-12.5 12.5c0 2.3.6 4.6 1.9 6.6l27.8 45l-27.8 45z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidTanakh(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="M448 576H128c-17.7 0-32-14.3-32-32s14.3-32 32-32v-66.7c-18.6-6.6-32-24.4-32-45.3V112c0-26.5 21.5-48 48-48h304c53 0 96 43 96 96v320c0 53-43 96-96 96m32-96c0-17.7-14.3-32-32-32H192v64h256c17.7 0 32-14.3 32-32M209.9 293c-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.7-4.1-7.3-6.7-12.3-6.7s-9.6 2.6-12.2 6.8L277.3 184h-56.9c-6.9 0-12.5 5.6-12.5 12.5c0 2.3.6 4.6 1.9 6.6l27.8 45l-27.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="M448 576H128c-17.7 0-32-14.3-32-32s14.3-32 32-32v-66.7c-18.6-6.6-32-24.4-32-45.3V112c0-26.5 21.5-48 48-48h304c53 0 96 43 96 96v320c0 53-43 96-96 96m32-96c0-17.7-14.3-32-32-32H192v64h256c17.7 0 32-14.3 32-32M209.9 293c-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.7-4.1-7.3-6.7-12.3-6.7s-9.6 2.6-12.2 6.8L277.3 184h-56.9c-6.9 0-12.5 5.6-12.5 12.5c0 2.3.6 4.6 1.9 6.6l27.8 45l-27.8 45z"/></svg> </template>
CSS
.icon-tanakh {
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%22M448%20576H128c-17.7%200-32-14.3-32-32s14.3-32%2032-32v-66.7c-18.6-6.6-32-24.4-32-45.3V112c0-26.5%2021.5-48%2048-48h304c53%200%2096%2043%2096%2096v320c0%2053-43%2096-96%2096m32-96c0-17.7-14.3-32-32-32H192v64h256c17.7%200%2032-14.3%2032-32M209.9%20293c-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.7-4.1-7.3-6.7-12.3-6.7s-9.6%202.6-12.2%206.8L277.3%20184h-56.9c-6.9%200-12.5%205.6-12.5%2012.5c0%202.3.6%204.6%201.9%206.6l27.8%2045l-27.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%22M448%20576H128c-17.7%200-32-14.3-32-32s14.3-32%2032-32v-66.7c-18.6-6.6-32-24.4-32-45.3V112c0-26.5%2021.5-48%2048-48h304c53%200%2096%2043%2096%2096v320c0%2053-43%2096-96%2096m32-96c0-17.7-14.3-32-32-32H192v64h256c17.7%200%2032-14.3%2032-32M209.9%20293c-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.7-4.1-7.3-6.7-12.3-6.7s-9.6%202.6-12.2%206.8L277.3%20184h-56.9c-6.9%200-12.5%205.6-12.5%2012.5c0%202.3.6%204.6%201.9%206.6l27.8%2045l-27.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/tanakh.svg?color=%231a73e8&size=48