spleen icon
spleen-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.
- Name
- spleen-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Body
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More body icons from Health Icons
Use the spleen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.476 4.255c-1.576-.547-3.044-.238-3.71.113C7.468 5.052 7.014 5.853 7 6.534c-.015.717.442 1.726 1.9 2.825q.148.11.285.22c-.75.247-1.44.528-2.091.886C5.752 9.285 4.97 7.921 5 6.491c.036-1.67 1.164-3.013 2.832-3.892c1.142-.602 3.183-.967 5.298-.234c2.172.754 4.305 2.622 5.657 6.289c1.65 4.471 1.334 7.526.308 9.582a7.1 7.1 0 0 1-3.13 3.149c-.27.142-.724.276-1.186.377c-.496.108-1.112.202-1.757.228c-.64.026-1.35-.013-2.014-.2c-.664-.189-1.352-.547-1.824-1.21c-1.624-2.283-.555-4.445-.077-5.41l.096-.198c.08-.17.159-.338.223-.511q.167.047.354.12a5.7 5.7 0 0 1 1.011.516l.045.03l.005.003q.185.132.387.216a9 9 0 0 1-.203.452l-.015.031l-.087.184c-.49 1.02-1.02 2.126-.11 3.407c.125.175.35.335.74.445s.872.148 1.388.127a8.4 8.4 0 0 0 1.412-.184c.2-.044.37-.09.498-.13c.109-.033.164-.056.179-.062q.007-.003.003 0a5.1 5.1 0 0 0 2.272-2.274c.714-1.43 1.122-3.887-.394-7.996c-1.18-3.198-2.918-4.564-4.436-5.091"/><path d="M11.217 5.878a1 1 0 0 1 1.405-.16c.74.587 1.416 1.44 1.96 2.308c.546.874 1 1.832 1.261 2.678c.811 2.614.898 4.886.11 6.695a1 1 0 0 1-1.834-.799c.52-1.19.554-2.918-.186-5.304c-.203-.654-.576-1.455-1.048-2.21c-.476-.761-1.01-1.409-1.507-1.803a1 1 0 0 1-.16-1.405"/><path d="M11.746 11.97a1 1 0 1 0-.492-1.94c-1.626.413-2.869.816-3.973 1.48c-1.116.672-2.025 1.57-3.062 2.866a1 1 0 0 0 1.562 1.249c.773-.966 1.4-1.605 2.047-2.078q.041-.015.082-.033c.632-.284 1.44-.172 2.23.133a6.7 6.7 0 0 1 1.264.657l.013.009h.001a1 1 0 0 0 1.165-1.625l-.002-.002l-.003-.002l-.01-.007l-.03-.02l-.101-.069a9 9 0 0 0-.973-.546z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSpleenOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.476 4.255c-1.576-.547-3.044-.238-3.71.113C7.468 5.052 7.014 5.853 7 6.534c-.015.717.442 1.726 1.9 2.825q.148.11.285.22c-.75.247-1.44.528-2.091.886C5.752 9.285 4.97 7.921 5 6.491c.036-1.67 1.164-3.013 2.832-3.892c1.142-.602 3.183-.967 5.298-.234c2.172.754 4.305 2.622 5.657 6.289c1.65 4.471 1.334 7.526.308 9.582a7.1 7.1 0 0 1-3.13 3.149c-.27.142-.724.276-1.186.377c-.496.108-1.112.202-1.757.228c-.64.026-1.35-.013-2.014-.2c-.664-.189-1.352-.547-1.824-1.21c-1.624-2.283-.555-4.445-.077-5.41l.096-.198c.08-.17.159-.338.223-.511q.167.047.354.12a5.7 5.7 0 0 1 1.011.516l.045.03l.005.003q.185.132.387.216a9 9 0 0 1-.203.452l-.015.031l-.087.184c-.49 1.02-1.02 2.126-.11 3.407c.125.175.35.335.74.445s.872.148 1.388.127a8.4 8.4 0 0 0 1.412-.184c.2-.044.37-.09.498-.13c.109-.033.164-.056.179-.062q.007-.003.003 0a5.1 5.1 0 0 0 2.272-2.274c.714-1.43 1.122-3.887-.394-7.996c-1.18-3.198-2.918-4.564-4.436-5.091"/><path d="M11.217 5.878a1 1 0 0 1 1.405-.16c.74.587 1.416 1.44 1.96 2.308c.546.874 1 1.832 1.261 2.678c.811 2.614.898 4.886.11 6.695a1 1 0 0 1-1.834-.799c.52-1.19.554-2.918-.186-5.304c-.203-.654-.576-1.455-1.048-2.21c-.476-.761-1.01-1.409-1.507-1.803a1 1 0 0 1-.16-1.405"/><path d="M11.746 11.97a1 1 0 1 0-.492-1.94c-1.626.413-2.869.816-3.973 1.48c-1.116.672-2.025 1.57-3.062 2.866a1 1 0 0 0 1.562 1.249c.773-.966 1.4-1.605 2.047-2.078q.041-.015.082-.033c.632-.284 1.44-.172 2.23.133a6.7 6.7 0 0 1 1.264.657l.013.009h.001a1 1 0 0 0 1.165-1.625l-.002-.002l-.003-.002l-.01-.007l-.03-.02l-.101-.069a9 9 0 0 0-.973-.546z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.476 4.255c-1.576-.547-3.044-.238-3.71.113C7.468 5.052 7.014 5.853 7 6.534c-.015.717.442 1.726 1.9 2.825q.148.11.285.22c-.75.247-1.44.528-2.091.886C5.752 9.285 4.97 7.921 5 6.491c.036-1.67 1.164-3.013 2.832-3.892c1.142-.602 3.183-.967 5.298-.234c2.172.754 4.305 2.622 5.657 6.289c1.65 4.471 1.334 7.526.308 9.582a7.1 7.1 0 0 1-3.13 3.149c-.27.142-.724.276-1.186.377c-.496.108-1.112.202-1.757.228c-.64.026-1.35-.013-2.014-.2c-.664-.189-1.352-.547-1.824-1.21c-1.624-2.283-.555-4.445-.077-5.41l.096-.198c.08-.17.159-.338.223-.511q.167.047.354.12a5.7 5.7 0 0 1 1.011.516l.045.03l.005.003q.185.132.387.216a9 9 0 0 1-.203.452l-.015.031l-.087.184c-.49 1.02-1.02 2.126-.11 3.407c.125.175.35.335.74.445s.872.148 1.388.127a8.4 8.4 0 0 0 1.412-.184c.2-.044.37-.09.498-.13c.109-.033.164-.056.179-.062q.007-.003.003 0a5.1 5.1 0 0 0 2.272-2.274c.714-1.43 1.122-3.887-.394-7.996c-1.18-3.198-2.918-4.564-4.436-5.091"/><path d="M11.217 5.878a1 1 0 0 1 1.405-.16c.74.587 1.416 1.44 1.96 2.308c.546.874 1 1.832 1.261 2.678c.811 2.614.898 4.886.11 6.695a1 1 0 0 1-1.834-.799c.52-1.19.554-2.918-.186-5.304c-.203-.654-.576-1.455-1.048-2.21c-.476-.761-1.01-1.409-1.507-1.803a1 1 0 0 1-.16-1.405"/><path d="M11.746 11.97a1 1 0 1 0-.492-1.94c-1.626.413-2.869.816-3.973 1.48c-1.116.672-2.025 1.57-3.062 2.866a1 1 0 0 0 1.562 1.249c.773-.966 1.4-1.605 2.047-2.078q.041-.015.082-.033c.632-.284 1.44-.172 2.23.133a6.7 6.7 0 0 1 1.264.657l.013.009h.001a1 1 0 0 0 1.165-1.625l-.002-.002l-.003-.002l-.01-.007l-.03-.02l-.101-.069a9 9 0 0 0-.973-.546z"/></g></svg> </template>
CSS
.icon-spleen-outline-24px {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.476%204.255c-1.576-.547-3.044-.238-3.71.113C7.468%205.052%207.014%205.853%207%206.534c-.015.717.442%201.726%201.9%202.825q.148.11.285.22c-.75.247-1.44.528-2.091.886C5.752%209.285%204.97%207.921%205%206.491c.036-1.67%201.164-3.013%202.832-3.892c1.142-.602%203.183-.967%205.298-.234c2.172.754%204.305%202.622%205.657%206.289c1.65%204.471%201.334%207.526.308%209.582a7.1%207.1%200%200%201-3.13%203.149c-.27.142-.724.276-1.186.377c-.496.108-1.112.202-1.757.228c-.64.026-1.35-.013-2.014-.2c-.664-.189-1.352-.547-1.824-1.21c-1.624-2.283-.555-4.445-.077-5.41l.096-.198c.08-.17.159-.338.223-.511q.167.047.354.12a5.7%205.7%200%200%201%201.011.516l.045.03l.005.003q.185.132.387.216a9%209%200%200%201-.203.452l-.015.031l-.087.184c-.49%201.02-1.02%202.126-.11%203.407c.125.175.35.335.74.445s.872.148%201.388.127a8.4%208.4%200%200%200%201.412-.184c.2-.044.37-.09.498-.13c.109-.033.164-.056.179-.062q.007-.003.003%200a5.1%205.1%200%200%200%202.272-2.274c.714-1.43%201.122-3.887-.394-7.996c-1.18-3.198-2.918-4.564-4.436-5.091%22%2F%3E%3Cpath%20d%3D%22M11.217%205.878a1%201%200%200%201%201.405-.16c.74.587%201.416%201.44%201.96%202.308c.546.874%201%201.832%201.261%202.678c.811%202.614.898%204.886.11%206.695a1%201%200%200%201-1.834-.799c.52-1.19.554-2.918-.186-5.304c-.203-.654-.576-1.455-1.048-2.21c-.476-.761-1.01-1.409-1.507-1.803a1%201%200%200%201-.16-1.405%22%2F%3E%3Cpath%20d%3D%22M11.746%2011.97a1%201%200%201%200-.492-1.94c-1.626.413-2.869.816-3.973%201.48c-1.116.672-2.025%201.57-3.062%202.866a1%201%200%200%200%201.562%201.249c.773-.966%201.4-1.605%202.047-2.078q.041-.015.082-.033c.632-.284%201.44-.172%202.23.133a6.7%206.7%200%200%201%201.264.657l.013.009h.001a1%201%200%200%200%201.165-1.625l-.002-.002l-.003-.002l-.01-.007l-.03-.02l-.101-.069a9%209%200%200%200-.973-.546z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.476%204.255c-1.576-.547-3.044-.238-3.71.113C7.468%205.052%207.014%205.853%207%206.534c-.015.717.442%201.726%201.9%202.825q.148.11.285.22c-.75.247-1.44.528-2.091.886C5.752%209.285%204.97%207.921%205%206.491c.036-1.67%201.164-3.013%202.832-3.892c1.142-.602%203.183-.967%205.298-.234c2.172.754%204.305%202.622%205.657%206.289c1.65%204.471%201.334%207.526.308%209.582a7.1%207.1%200%200%201-3.13%203.149c-.27.142-.724.276-1.186.377c-.496.108-1.112.202-1.757.228c-.64.026-1.35-.013-2.014-.2c-.664-.189-1.352-.547-1.824-1.21c-1.624-2.283-.555-4.445-.077-5.41l.096-.198c.08-.17.159-.338.223-.511q.167.047.354.12a5.7%205.7%200%200%201%201.011.516l.045.03l.005.003q.185.132.387.216a9%209%200%200%201-.203.452l-.015.031l-.087.184c-.49%201.02-1.02%202.126-.11%203.407c.125.175.35.335.74.445s.872.148%201.388.127a8.4%208.4%200%200%200%201.412-.184c.2-.044.37-.09.498-.13c.109-.033.164-.056.179-.062q.007-.003.003%200a5.1%205.1%200%200%200%202.272-2.274c.714-1.43%201.122-3.887-.394-7.996c-1.18-3.198-2.918-4.564-4.436-5.091%22%2F%3E%3Cpath%20d%3D%22M11.217%205.878a1%201%200%200%201%201.405-.16c.74.587%201.416%201.44%201.96%202.308c.546.874%201%201.832%201.261%202.678c.811%202.614.898%204.886.11%206.695a1%201%200%200%201-1.834-.799c.52-1.19.554-2.918-.186-5.304c-.203-.654-.576-1.455-1.048-2.21c-.476-.761-1.01-1.409-1.507-1.803a1%201%200%200%201-.16-1.405%22%2F%3E%3Cpath%20d%3D%22M11.746%2011.97a1%201%200%201%200-.492-1.94c-1.626.413-2.869.816-3.973%201.48c-1.116.672-2.025%201.57-3.062%202.866a1%201%200%200%200%201.562%201.249c.773-.966%201.4-1.605%202.047-2.078q.041-.015.082-.033c.632-.284%201.44-.172%202.23.133a6.7%206.7%200%200%201%201.264.657l.013.009h.001a1%201%200%200%200%201.165-1.625l-.002-.002l-.003-.002l-.01-.007l-.03-.02l-.101-.069a9%209%200%200%200-.973-.546z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/spleen-outline-24px.svg?color=%231a73e8&size=48