spleen icon
spleen from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.
- Name
- spleen
- Set
- Health Icons
- Style
- Filled
- Category
- Body
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" fill-rule="evenodd" d="M17.657 24.15q.102-.048.203-.093l.044-.013c.306-.094.61-.051.995.161c.419.23.852.613 1.364 1.104l.232.226c.421.408.899.872 1.382 1.227c.582.428 1.338.83 2.225.748c.541-.05.935-.543.879-1.1c-.057-.558-.541-.97-1.083-.92c-.19.018-.46-.055-.89-.371c-.361-.267-.719-.613-1.141-1.022l-.27-.26c-.17-.164-.352-.336-.544-.507c.597-.02 1.229.017 1.906.11a.975.975 0 0 0 1.095-.873a1.026 1.026 0 0 0-.864-1.138c-2.53-.344-4.624-.015-6.653 1.01q-.354.18-.703.385q.796.613 1.636 1.191zl-.23.113c-1.692.855-3.383 2.309-5.498 4.464a.967.967 0 0 1-1.394-.017a1.034 1.034 0 0 1-.004-1.434c1.888-1.923 3.569-3.432 5.303-4.451c-6.341-4.876-10.272-11.197-2.627-15.9C29.023-2.802 44.11 26.834 33.396 40.29c-1.242 1.559-6.038 6.898-12.14 3.719c-6.988-3.64-5.063-7.908-3.29-11.836c1.362-3.021 2.635-5.842-.309-8.023m9.733-.998c-1.182-4.076-4.029-7.874-8.05-11.4l1.32-1.504c4.18 3.666 7.324 7.77 8.65 12.347c1.338 4.614.794 9.591-2.187 14.895l-1.744-.98c2.75-4.892 3.181-9.318 2.01-13.358" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsSpleen(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M17.657 24.15q.102-.048.203-.093l.044-.013c.306-.094.61-.051.995.161c.419.23.852.613 1.364 1.104l.232.226c.421.408.899.872 1.382 1.227c.582.428 1.338.83 2.225.748c.541-.05.935-.543.879-1.1c-.057-.558-.541-.97-1.083-.92c-.19.018-.46-.055-.89-.371c-.361-.267-.719-.613-1.141-1.022l-.27-.26c-.17-.164-.352-.336-.544-.507c.597-.02 1.229.017 1.906.11a.975.975 0 0 0 1.095-.873a1.026 1.026 0 0 0-.864-1.138c-2.53-.344-4.624-.015-6.653 1.01q-.354.18-.703.385q.796.613 1.636 1.191zl-.23.113c-1.692.855-3.383 2.309-5.498 4.464a.967.967 0 0 1-1.394-.017a1.034 1.034 0 0 1-.004-1.434c1.888-1.923 3.569-3.432 5.303-4.451c-6.341-4.876-10.272-11.197-2.627-15.9C29.023-2.802 44.11 26.834 33.396 40.29c-1.242 1.559-6.038 6.898-12.14 3.719c-6.988-3.64-5.063-7.908-3.29-11.836c1.362-3.021 2.635-5.842-.309-8.023m9.733-.998c-1.182-4.076-4.029-7.874-8.05-11.4l1.32-1.504c4.18 3.666 7.324 7.77 8.65 12.347c1.338 4.614.794 9.591-2.187 14.895l-1.744-.98c2.75-4.892 3.181-9.318 2.01-13.358" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M17.657 24.15q.102-.048.203-.093l.044-.013c.306-.094.61-.051.995.161c.419.23.852.613 1.364 1.104l.232.226c.421.408.899.872 1.382 1.227c.582.428 1.338.83 2.225.748c.541-.05.935-.543.879-1.1c-.057-.558-.541-.97-1.083-.92c-.19.018-.46-.055-.89-.371c-.361-.267-.719-.613-1.141-1.022l-.27-.26c-.17-.164-.352-.336-.544-.507c.597-.02 1.229.017 1.906.11a.975.975 0 0 0 1.095-.873a1.026 1.026 0 0 0-.864-1.138c-2.53-.344-4.624-.015-6.653 1.01q-.354.18-.703.385q.796.613 1.636 1.191zl-.23.113c-1.692.855-3.383 2.309-5.498 4.464a.967.967 0 0 1-1.394-.017a1.034 1.034 0 0 1-.004-1.434c1.888-1.923 3.569-3.432 5.303-4.451c-6.341-4.876-10.272-11.197-2.627-15.9C29.023-2.802 44.11 26.834 33.396 40.29c-1.242 1.559-6.038 6.898-12.14 3.719c-6.988-3.64-5.063-7.908-3.29-11.836c1.362-3.021 2.635-5.842-.309-8.023m9.733-.998c-1.182-4.076-4.029-7.874-8.05-11.4l1.32-1.504c4.18 3.666 7.324 7.77 8.65 12.347c1.338 4.614.794 9.591-2.187 14.895l-1.744-.98c2.75-4.892 3.181-9.318 2.01-13.358" clip-rule="evenodd"/></svg> </template>
CSS
.icon-spleen {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.657%2024.15q.102-.048.203-.093l.044-.013c.306-.094.61-.051.995.161c.419.23.852.613%201.364%201.104l.232.226c.421.408.899.872%201.382%201.227c.582.428%201.338.83%202.225.748c.541-.05.935-.543.879-1.1c-.057-.558-.541-.97-1.083-.92c-.19.018-.46-.055-.89-.371c-.361-.267-.719-.613-1.141-1.022l-.27-.26c-.17-.164-.352-.336-.544-.507c.597-.02%201.229.017%201.906.11a.975.975%200%200%200%201.095-.873a1.026%201.026%200%200%200-.864-1.138c-2.53-.344-4.624-.015-6.653%201.01q-.354.18-.703.385q.796.613%201.636%201.191zl-.23.113c-1.692.855-3.383%202.309-5.498%204.464a.967.967%200%200%201-1.394-.017a1.034%201.034%200%200%201-.004-1.434c1.888-1.923%203.569-3.432%205.303-4.451c-6.341-4.876-10.272-11.197-2.627-15.9C29.023-2.802%2044.11%2026.834%2033.396%2040.29c-1.242%201.559-6.038%206.898-12.14%203.719c-6.988-3.64-5.063-7.908-3.29-11.836c1.362-3.021%202.635-5.842-.309-8.023m9.733-.998c-1.182-4.076-4.029-7.874-8.05-11.4l1.32-1.504c4.18%203.666%207.324%207.77%208.65%2012.347c1.338%204.614.794%209.591-2.187%2014.895l-1.744-.98c2.75-4.892%203.181-9.318%202.01-13.358%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.657%2024.15q.102-.048.203-.093l.044-.013c.306-.094.61-.051.995.161c.419.23.852.613%201.364%201.104l.232.226c.421.408.899.872%201.382%201.227c.582.428%201.338.83%202.225.748c.541-.05.935-.543.879-1.1c-.057-.558-.541-.97-1.083-.92c-.19.018-.46-.055-.89-.371c-.361-.267-.719-.613-1.141-1.022l-.27-.26c-.17-.164-.352-.336-.544-.507c.597-.02%201.229.017%201.906.11a.975.975%200%200%200%201.095-.873a1.026%201.026%200%200%200-.864-1.138c-2.53-.344-4.624-.015-6.653%201.01q-.354.18-.703.385q.796.613%201.636%201.191zl-.23.113c-1.692.855-3.383%202.309-5.498%204.464a.967.967%200%200%201-1.394-.017a1.034%201.034%200%200%201-.004-1.434c1.888-1.923%203.569-3.432%205.303-4.451c-6.341-4.876-10.272-11.197-2.627-15.9C29.023-2.802%2044.11%2026.834%2033.396%2040.29c-1.242%201.559-6.038%206.898-12.14%203.719c-6.988-3.64-5.063-7.908-3.29-11.836c1.362-3.021%202.635-5.842-.309-8.023m9.733-.998c-1.182-4.076-4.029-7.874-8.05-11.4l1.32-1.504c4.18%203.666%207.324%207.77%208.65%2012.347c1.338%204.614.794%209.591-2.187%2014.895l-1.744-.98c2.75-4.892%203.181-9.318%202.01-13.358%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/spleen.svg?color=%231a73e8&size=48