lymphoma icon
lymphoma-outline from Health Icons by Resolve to Save Lives · Outline · Conditions · MIT Free for personal and commercial use.
- Name
- lymphoma-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
- Aliases
- lymphoma2x-outline
1 other variant in Health Icons
More conditions icons from Health Icons
Use the lymphoma 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="M36.91 9.947L36.648 9l-4.731 1.23l.267.969c.547 1.981.092 3.517-.681 4.701c-.465.71-.758 1.1-1.016 1.36a3 3 0 0 1-.128.122c-2.94-3.936-7.363-6.757-12.55-5.346c-1.42.387-2.527 1.357-3.255 2.585l-4.876-1.268l-1.276 4.623l5.184 1.298c.17 1.034.662 2.066 1.242 3c.567.916 1.267 1.81 1.974 2.622l-.026.027a55 55 0 0 0-1.011 1.062l-.007.007l-.006.007c-.547.61-1.685 1.5-3.117 1.952a6.33 6.33 0 0 1-4.973-.526l-1.01-.566L5 31.134l.75.42c3.074 1.722 5.842 1.69 8.306.913c2.353-.74 4.197-2.148 5.25-3.306c.111-.102.222-.21.327-.312l.151.29c.03.242.053.488.077.757c.02.218.04.452.069.713c.143 1.336.436 2.926 1.628 4.644c1.445 2.084 3.747 2.843 5.893 2.737c2.117-.103 4.247-1.051 5.474-2.604q.076-.095.147-.194l.312.028a22 22 0 0 0 1.323.085c3.254 0 6.785-1.622 7.979-5.136l.314-.924l-4.425-1.568l-.406.756c-.523.974-1.367 1.48-2.278 1.739c-.49.139-.984.2-1.425.22c.147-2.71-.415-5.899-1.658-8.778c.374-.24.722-.514 1.067-.855c.573-.568 1.11-1.294 1.75-2.273c1.422-2.175 2.237-5.091 1.285-8.54M22.223 32.075c.19.659.487 1.34.982 2.052c.965 1.392 2.526 1.96 4.148 1.88c1.651-.08 3.194-.828 3.999-1.846q.188-.239.35-.514l.324-.547l.636.061l.072.007l.196.018c.165.015.388.036.625.056c.499.042.983.078 1.152.078c2.35 0 4.59-1.01 5.68-2.893l-.924-.328c-.837 1.095-1.964 1.681-3.023 1.982c-1.257.356-2.47.326-3.152.268l-1.044-.088l.138-1.032c.369-2.751-.212-6.438-1.766-9.601l-.44-.895l.903-.434c.574-.275.98-.546 1.383-.945c.421-.417.867-1.002 1.486-1.949c1.02-1.56 1.656-3.57 1.247-5.975l-.869.226c.34 2.152-.237 3.934-1.146 5.324c-.472.723-.857 1.258-1.267 1.672c-.435.44-.868.712-1.391.963l-.783.376l-.483-.717c-2.71-4.019-6.602-6.498-10.919-5.323c-.99.269-1.833 1.06-2.34 2.226l-.34.783l-4.573-1.19l-.214.777l4.658 1.166l-.007.78c-.006.64.263 1.44.777 2.35c.603-.787 1.717-1.432 2.612-1.395c1.182.05 2.081.93 2.142 2.029a6 6 0 0 1 1.469.922c1.103-.365 2.31.08 2.81 1.088c.499 1.007.117 2.229-.848 2.873a5.8 5.8 0 0 1-.161 1.718c.84.719.992 1.963.31 2.922c-.508.714-1.507 1.108-2.409 1.075m-3.952-5.831l-.065.066a56 56 0 0 0-.968 1.018c-.755.837-2.185 1.944-3.998 2.515a8.35 8.35 0 0 1-5.523-.197l-.22.569c2.212 1.015 4.157.926 5.954.36c1.992-.627 3.555-1.837 4.397-2.774l.034-.038l.039-.035c.132-.12.272-.258.43-.414l.007-.006c.098-.096.204-.201.311-.303z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLymphomaOutline(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="M36.91 9.947L36.648 9l-4.731 1.23l.267.969c.547 1.981.092 3.517-.681 4.701c-.465.71-.758 1.1-1.016 1.36a3 3 0 0 1-.128.122c-2.94-3.936-7.363-6.757-12.55-5.346c-1.42.387-2.527 1.357-3.255 2.585l-4.876-1.268l-1.276 4.623l5.184 1.298c.17 1.034.662 2.066 1.242 3c.567.916 1.267 1.81 1.974 2.622l-.026.027a55 55 0 0 0-1.011 1.062l-.007.007l-.006.007c-.547.61-1.685 1.5-3.117 1.952a6.33 6.33 0 0 1-4.973-.526l-1.01-.566L5 31.134l.75.42c3.074 1.722 5.842 1.69 8.306.913c2.353-.74 4.197-2.148 5.25-3.306c.111-.102.222-.21.327-.312l.151.29c.03.242.053.488.077.757c.02.218.04.452.069.713c.143 1.336.436 2.926 1.628 4.644c1.445 2.084 3.747 2.843 5.893 2.737c2.117-.103 4.247-1.051 5.474-2.604q.076-.095.147-.194l.312.028a22 22 0 0 0 1.323.085c3.254 0 6.785-1.622 7.979-5.136l.314-.924l-4.425-1.568l-.406.756c-.523.974-1.367 1.48-2.278 1.739c-.49.139-.984.2-1.425.22c.147-2.71-.415-5.899-1.658-8.778c.374-.24.722-.514 1.067-.855c.573-.568 1.11-1.294 1.75-2.273c1.422-2.175 2.237-5.091 1.285-8.54M22.223 32.075c.19.659.487 1.34.982 2.052c.965 1.392 2.526 1.96 4.148 1.88c1.651-.08 3.194-.828 3.999-1.846q.188-.239.35-.514l.324-.547l.636.061l.072.007l.196.018c.165.015.388.036.625.056c.499.042.983.078 1.152.078c2.35 0 4.59-1.01 5.68-2.893l-.924-.328c-.837 1.095-1.964 1.681-3.023 1.982c-1.257.356-2.47.326-3.152.268l-1.044-.088l.138-1.032c.369-2.751-.212-6.438-1.766-9.601l-.44-.895l.903-.434c.574-.275.98-.546 1.383-.945c.421-.417.867-1.002 1.486-1.949c1.02-1.56 1.656-3.57 1.247-5.975l-.869.226c.34 2.152-.237 3.934-1.146 5.324c-.472.723-.857 1.258-1.267 1.672c-.435.44-.868.712-1.391.963l-.783.376l-.483-.717c-2.71-4.019-6.602-6.498-10.919-5.323c-.99.269-1.833 1.06-2.34 2.226l-.34.783l-4.573-1.19l-.214.777l4.658 1.166l-.007.78c-.006.64.263 1.44.777 2.35c.603-.787 1.717-1.432 2.612-1.395c1.182.05 2.081.93 2.142 2.029a6 6 0 0 1 1.469.922c1.103-.365 2.31.08 2.81 1.088c.499 1.007.117 2.229-.848 2.873a5.8 5.8 0 0 1-.161 1.718c.84.719.992 1.963.31 2.922c-.508.714-1.507 1.108-2.409 1.075m-3.952-5.831l-.065.066a56 56 0 0 0-.968 1.018c-.755.837-2.185 1.944-3.998 2.515a8.35 8.35 0 0 1-5.523-.197l-.22.569c2.212 1.015 4.157.926 5.954.36c1.992-.627 3.555-1.837 4.397-2.774l.034-.038l.039-.035c.132-.12.272-.258.43-.414l.007-.006c.098-.096.204-.201.311-.303z" 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="M36.91 9.947L36.648 9l-4.731 1.23l.267.969c.547 1.981.092 3.517-.681 4.701c-.465.71-.758 1.1-1.016 1.36a3 3 0 0 1-.128.122c-2.94-3.936-7.363-6.757-12.55-5.346c-1.42.387-2.527 1.357-3.255 2.585l-4.876-1.268l-1.276 4.623l5.184 1.298c.17 1.034.662 2.066 1.242 3c.567.916 1.267 1.81 1.974 2.622l-.026.027a55 55 0 0 0-1.011 1.062l-.007.007l-.006.007c-.547.61-1.685 1.5-3.117 1.952a6.33 6.33 0 0 1-4.973-.526l-1.01-.566L5 31.134l.75.42c3.074 1.722 5.842 1.69 8.306.913c2.353-.74 4.197-2.148 5.25-3.306c.111-.102.222-.21.327-.312l.151.29c.03.242.053.488.077.757c.02.218.04.452.069.713c.143 1.336.436 2.926 1.628 4.644c1.445 2.084 3.747 2.843 5.893 2.737c2.117-.103 4.247-1.051 5.474-2.604q.076-.095.147-.194l.312.028a22 22 0 0 0 1.323.085c3.254 0 6.785-1.622 7.979-5.136l.314-.924l-4.425-1.568l-.406.756c-.523.974-1.367 1.48-2.278 1.739c-.49.139-.984.2-1.425.22c.147-2.71-.415-5.899-1.658-8.778c.374-.24.722-.514 1.067-.855c.573-.568 1.11-1.294 1.75-2.273c1.422-2.175 2.237-5.091 1.285-8.54M22.223 32.075c.19.659.487 1.34.982 2.052c.965 1.392 2.526 1.96 4.148 1.88c1.651-.08 3.194-.828 3.999-1.846q.188-.239.35-.514l.324-.547l.636.061l.072.007l.196.018c.165.015.388.036.625.056c.499.042.983.078 1.152.078c2.35 0 4.59-1.01 5.68-2.893l-.924-.328c-.837 1.095-1.964 1.681-3.023 1.982c-1.257.356-2.47.326-3.152.268l-1.044-.088l.138-1.032c.369-2.751-.212-6.438-1.766-9.601l-.44-.895l.903-.434c.574-.275.98-.546 1.383-.945c.421-.417.867-1.002 1.486-1.949c1.02-1.56 1.656-3.57 1.247-5.975l-.869.226c.34 2.152-.237 3.934-1.146 5.324c-.472.723-.857 1.258-1.267 1.672c-.435.44-.868.712-1.391.963l-.783.376l-.483-.717c-2.71-4.019-6.602-6.498-10.919-5.323c-.99.269-1.833 1.06-2.34 2.226l-.34.783l-4.573-1.19l-.214.777l4.658 1.166l-.007.78c-.006.64.263 1.44.777 2.35c.603-.787 1.717-1.432 2.612-1.395c1.182.05 2.081.93 2.142 2.029a6 6 0 0 1 1.469.922c1.103-.365 2.31.08 2.81 1.088c.499 1.007.117 2.229-.848 2.873a5.8 5.8 0 0 1-.161 1.718c.84.719.992 1.963.31 2.922c-.508.714-1.507 1.108-2.409 1.075m-3.952-5.831l-.065.066a56 56 0 0 0-.968 1.018c-.755.837-2.185 1.944-3.998 2.515a8.35 8.35 0 0 1-5.523-.197l-.22.569c2.212 1.015 4.157.926 5.954.36c1.992-.627 3.555-1.837 4.397-2.774l.034-.038l.039-.035c.132-.12.272-.258.43-.414l.007-.006c.098-.096.204-.201.311-.303z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-lymphoma-outline {
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%22M36.91%209.947L36.648%209l-4.731%201.23l.267.969c.547%201.981.092%203.517-.681%204.701c-.465.71-.758%201.1-1.016%201.36a3%203%200%200%201-.128.122c-2.94-3.936-7.363-6.757-12.55-5.346c-1.42.387-2.527%201.357-3.255%202.585l-4.876-1.268l-1.276%204.623l5.184%201.298c.17%201.034.662%202.066%201.242%203c.567.916%201.267%201.81%201.974%202.622l-.026.027a55%2055%200%200%200-1.011%201.062l-.007.007l-.006.007c-.547.61-1.685%201.5-3.117%201.952a6.33%206.33%200%200%201-4.973-.526l-1.01-.566L5%2031.134l.75.42c3.074%201.722%205.842%201.69%208.306.913c2.353-.74%204.197-2.148%205.25-3.306c.111-.102.222-.21.327-.312l.151.29c.03.242.053.488.077.757c.02.218.04.452.069.713c.143%201.336.436%202.926%201.628%204.644c1.445%202.084%203.747%202.843%205.893%202.737c2.117-.103%204.247-1.051%205.474-2.604q.076-.095.147-.194l.312.028a22%2022%200%200%200%201.323.085c3.254%200%206.785-1.622%207.979-5.136l.314-.924l-4.425-1.568l-.406.756c-.523.974-1.367%201.48-2.278%201.739c-.49.139-.984.2-1.425.22c.147-2.71-.415-5.899-1.658-8.778c.374-.24.722-.514%201.067-.855c.573-.568%201.11-1.294%201.75-2.273c1.422-2.175%202.237-5.091%201.285-8.54M22.223%2032.075c.19.659.487%201.34.982%202.052c.965%201.392%202.526%201.96%204.148%201.88c1.651-.08%203.194-.828%203.999-1.846q.188-.239.35-.514l.324-.547l.636.061l.072.007l.196.018c.165.015.388.036.625.056c.499.042.983.078%201.152.078c2.35%200%204.59-1.01%205.68-2.893l-.924-.328c-.837%201.095-1.964%201.681-3.023%201.982c-1.257.356-2.47.326-3.152.268l-1.044-.088l.138-1.032c.369-2.751-.212-6.438-1.766-9.601l-.44-.895l.903-.434c.574-.275.98-.546%201.383-.945c.421-.417.867-1.002%201.486-1.949c1.02-1.56%201.656-3.57%201.247-5.975l-.869.226c.34%202.152-.237%203.934-1.146%205.324c-.472.723-.857%201.258-1.267%201.672c-.435.44-.868.712-1.391.963l-.783.376l-.483-.717c-2.71-4.019-6.602-6.498-10.919-5.323c-.99.269-1.833%201.06-2.34%202.226l-.34.783l-4.573-1.19l-.214.777l4.658%201.166l-.007.78c-.006.64.263%201.44.777%202.35c.603-.787%201.717-1.432%202.612-1.395c1.182.05%202.081.93%202.142%202.029a6%206%200%200%201%201.469.922c1.103-.365%202.31.08%202.81%201.088c.499%201.007.117%202.229-.848%202.873a5.8%205.8%200%200%201-.161%201.718c.84.719.992%201.963.31%202.922c-.508.714-1.507%201.108-2.409%201.075m-3.952-5.831l-.065.066a56%2056%200%200%200-.968%201.018c-.755.837-2.185%201.944-3.998%202.515a8.35%208.35%200%200%201-5.523-.197l-.22.569c2.212%201.015%204.157.926%205.954.36c1.992-.627%203.555-1.837%204.397-2.774l.034-.038l.039-.035c.132-.12.272-.258.43-.414l.007-.006c.098-.096.204-.201.311-.303z%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%22M36.91%209.947L36.648%209l-4.731%201.23l.267.969c.547%201.981.092%203.517-.681%204.701c-.465.71-.758%201.1-1.016%201.36a3%203%200%200%201-.128.122c-2.94-3.936-7.363-6.757-12.55-5.346c-1.42.387-2.527%201.357-3.255%202.585l-4.876-1.268l-1.276%204.623l5.184%201.298c.17%201.034.662%202.066%201.242%203c.567.916%201.267%201.81%201.974%202.622l-.026.027a55%2055%200%200%200-1.011%201.062l-.007.007l-.006.007c-.547.61-1.685%201.5-3.117%201.952a6.33%206.33%200%200%201-4.973-.526l-1.01-.566L5%2031.134l.75.42c3.074%201.722%205.842%201.69%208.306.913c2.353-.74%204.197-2.148%205.25-3.306c.111-.102.222-.21.327-.312l.151.29c.03.242.053.488.077.757c.02.218.04.452.069.713c.143%201.336.436%202.926%201.628%204.644c1.445%202.084%203.747%202.843%205.893%202.737c2.117-.103%204.247-1.051%205.474-2.604q.076-.095.147-.194l.312.028a22%2022%200%200%200%201.323.085c3.254%200%206.785-1.622%207.979-5.136l.314-.924l-4.425-1.568l-.406.756c-.523.974-1.367%201.48-2.278%201.739c-.49.139-.984.2-1.425.22c.147-2.71-.415-5.899-1.658-8.778c.374-.24.722-.514%201.067-.855c.573-.568%201.11-1.294%201.75-2.273c1.422-2.175%202.237-5.091%201.285-8.54M22.223%2032.075c.19.659.487%201.34.982%202.052c.965%201.392%202.526%201.96%204.148%201.88c1.651-.08%203.194-.828%203.999-1.846q.188-.239.35-.514l.324-.547l.636.061l.072.007l.196.018c.165.015.388.036.625.056c.499.042.983.078%201.152.078c2.35%200%204.59-1.01%205.68-2.893l-.924-.328c-.837%201.095-1.964%201.681-3.023%201.982c-1.257.356-2.47.326-3.152.268l-1.044-.088l.138-1.032c.369-2.751-.212-6.438-1.766-9.601l-.44-.895l.903-.434c.574-.275.98-.546%201.383-.945c.421-.417.867-1.002%201.486-1.949c1.02-1.56%201.656-3.57%201.247-5.975l-.869.226c.34%202.152-.237%203.934-1.146%205.324c-.472.723-.857%201.258-1.267%201.672c-.435.44-.868.712-1.391.963l-.783.376l-.483-.717c-2.71-4.019-6.602-6.498-10.919-5.323c-.99.269-1.833%201.06-2.34%202.226l-.34.783l-4.573-1.19l-.214.777l4.658%201.166l-.007.78c-.006.64.263%201.44.777%202.35c.603-.787%201.717-1.432%202.612-1.395c1.182.05%202.081.93%202.142%202.029a6%206%200%200%201%201.469.922c1.103-.365%202.31.08%202.81%201.088c.499%201.007.117%202.229-.848%202.873a5.8%205.8%200%200%201-.161%201.718c.84.719.992%201.963.31%202.922c-.508.714-1.507%201.108-2.409%201.075m-3.952-5.831l-.065.066a56%2056%200%200%200-.968%201.018c-.755.837-2.185%201.944-3.998%202.515a8.35%208.35%200%200%201-5.523-.197l-.22.569c2.212%201.015%204.157.926%205.954.36c1.992-.627%203.555-1.837%204.397-2.774l.034-.038l.039-.035c.132-.12.272-.258.43-.414l.007-.006c.098-.096.204-.201.311-.303z%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/lymphoma-outline.svg?color=%231a73e8&size=48