sefaria logo
sefaria from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sefaria
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the sefaria logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.615 15.412c-.62 2.915-2.733 4.152-7.425 4.152c-11.54 0-7.45-9.28-5.84-11.186c.678-.85 1.152-1.553 2.874-1.553h3.273c4.567 0 5.437.217 6.582 2.55c.617 1.258.975 3.971.536 6.036m1.238-5.79c-.385-2.492-.889-5.202-3.052-6.706c-1.31-.911-2.663-.981-4.177-.981c-1.026 0-4.666-.041-6.257-.041C5.833 1.893 4.779.618 4.779 0C3.777 1.234 3.001 2.597 3.272 4.245c.244 1.484 1.261 2.433 2.75 2.622C4.338 9.25 2.81 11.994 2.881 14.9c.046 1.83.467 9.1 8.686 9.1h1.497c3.507 0 5.632-2.606 6.25-3.614c1.822-2.963 2.122-7.548 1.537-10.764Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSefaria(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="M19.615 15.412c-.62 2.915-2.733 4.152-7.425 4.152c-11.54 0-7.45-9.28-5.84-11.186c.678-.85 1.152-1.553 2.874-1.553h3.273c4.567 0 5.437.217 6.582 2.55c.617 1.258.975 3.971.536 6.036m1.238-5.79c-.385-2.492-.889-5.202-3.052-6.706c-1.31-.911-2.663-.981-4.177-.981c-1.026 0-4.666-.041-6.257-.041C5.833 1.893 4.779.618 4.779 0C3.777 1.234 3.001 2.597 3.272 4.245c.244 1.484 1.261 2.433 2.75 2.622C4.338 9.25 2.81 11.994 2.881 14.9c.046 1.83.467 9.1 8.686 9.1h1.497c3.507 0 5.632-2.606 6.25-3.614c1.822-2.963 2.122-7.548 1.537-10.764Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.615 15.412c-.62 2.915-2.733 4.152-7.425 4.152c-11.54 0-7.45-9.28-5.84-11.186c.678-.85 1.152-1.553 2.874-1.553h3.273c4.567 0 5.437.217 6.582 2.55c.617 1.258.975 3.971.536 6.036m1.238-5.79c-.385-2.492-.889-5.202-3.052-6.706c-1.31-.911-2.663-.981-4.177-.981c-1.026 0-4.666-.041-6.257-.041C5.833 1.893 4.779.618 4.779 0C3.777 1.234 3.001 2.597 3.272 4.245c.244 1.484 1.261 2.433 2.75 2.622C4.338 9.25 2.81 11.994 2.881 14.9c.046 1.83.467 9.1 8.686 9.1h1.497c3.507 0 5.632-2.606 6.25-3.614c1.822-2.963 2.122-7.548 1.537-10.764Z"/></svg> </template>
CSS
.icon-sefaria {
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%22M19.615%2015.412c-.62%202.915-2.733%204.152-7.425%204.152c-11.54%200-7.45-9.28-5.84-11.186c.678-.85%201.152-1.553%202.874-1.553h3.273c4.567%200%205.437.217%206.582%202.55c.617%201.258.975%203.971.536%206.036m1.238-5.79c-.385-2.492-.889-5.202-3.052-6.706c-1.31-.911-2.663-.981-4.177-.981c-1.026%200-4.666-.041-6.257-.041C5.833%201.893%204.779.618%204.779%200C3.777%201.234%203.001%202.597%203.272%204.245c.244%201.484%201.261%202.433%202.75%202.622C4.338%209.25%202.81%2011.994%202.881%2014.9c.046%201.83.467%209.1%208.686%209.1h1.497c3.507%200%205.632-2.606%206.25-3.614c1.822-2.963%202.122-7.548%201.537-10.764Z%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%22M19.615%2015.412c-.62%202.915-2.733%204.152-7.425%204.152c-11.54%200-7.45-9.28-5.84-11.186c.678-.85%201.152-1.553%202.874-1.553h3.273c4.567%200%205.437.217%206.582%202.55c.617%201.258.975%203.971.536%206.036m1.238-5.79c-.385-2.492-.889-5.202-3.052-6.706c-1.31-.911-2.663-.981-4.177-.981c-1.026%200-4.666-.041-6.257-.041C5.833%201.893%204.779.618%204.779%200C3.777%201.234%203.001%202.597%203.272%204.245c.244%201.484%201.261%202.433%202.75%202.622C4.338%209.25%202.81%2011.994%202.881%2014.9c.046%201.83.467%209.1%208.686%209.1h1.497c3.507%200%205.632-2.606%206.25-3.614c1.822-2.963%202.122-7.548%201.537-10.764Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sefaria.svg?color=%231a73e8&size=48