cell nuclei icon

cell-nuclei from Health Icons by Resolve to Save Lives · Filled · Body · MIT Free for personal and commercial use.

Name
cell-nuclei
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 cell nuclei icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M31 28a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill-rule="evenodd" d="M29 35a7 7 0 1 0 0-14a7 7 0 0 0 0 14m4-7a4 4 0 1 1-8 0a4 4 0 0 1 8 0" clip-rule="evenodd"/><path d="M14 26.5c-.69 0-1.25.56-1.25 1.25v3.75a1.25 1.25 0 1 0 2.5 0v-3.75c0-.69-.56-1.25-1.25-1.25"/><path fill-rule="evenodd" d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m-1.217-33.75a11.5 11.5 0 0 0-4.886 1.071l1.179 1.572a9.84 9.84 0 0 1 7.002-.518a1 1 0 0 1-.572 1.917a7.874 7.874 0 0 0-9.795 5.296a1 1 0 1 1-1.916-.57a9.83 9.83 0 0 1 3.555-5.093l-1.198-1.597a11.5 11.5 0 0 0-4.916 9.41a1 1 0 1 1-2-.005c.019-7.465 6.086-13.502 13.552-13.483a1 1 0 1 1-.005 2M29 37a9 9 0 1 0 0-18a9 9 0 0 0 0 18m-11.75-9.25v3.75a3.25 3.25 0 0 1-6.5 0v-3.75a3.25 3.25 0 0 1 6.5 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCellNuclei(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M31 28a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fillRule="evenodd" d="M29 35a7 7 0 1 0 0-14a7 7 0 0 0 0 14m4-7a4 4 0 1 1-8 0a4 4 0 0 1 8 0" clipRule="evenodd"/><path d="M14 26.5c-.69 0-1.25.56-1.25 1.25v3.75a1.25 1.25 0 1 0 2.5 0v-3.75c0-.69-.56-1.25-1.25-1.25"/><path fillRule="evenodd" d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m-1.217-33.75a11.5 11.5 0 0 0-4.886 1.071l1.179 1.572a9.84 9.84 0 0 1 7.002-.518a1 1 0 0 1-.572 1.917a7.874 7.874 0 0 0-9.795 5.296a1 1 0 1 1-1.916-.57a9.83 9.83 0 0 1 3.555-5.093l-1.198-1.597a11.5 11.5 0 0 0-4.916 9.41a1 1 0 1 1-2-.005c.019-7.465 6.086-13.502 13.552-13.483a1 1 0 1 1-.005 2M29 37a9 9 0 1 0 0-18a9 9 0 0 0 0 18m-11.75-9.25v3.75a3.25 3.25 0 0 1-6.5 0v-3.75a3.25 3.25 0 0 1 6.5 0" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M31 28a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/><path fill-rule="evenodd" d="M29 35a7 7 0 1 0 0-14a7 7 0 0 0 0 14m4-7a4 4 0 1 1-8 0a4 4 0 0 1 8 0" clip-rule="evenodd"/><path d="M14 26.5c-.69 0-1.25.56-1.25 1.25v3.75a1.25 1.25 0 1 0 2.5 0v-3.75c0-.69-.56-1.25-1.25-1.25"/><path fill-rule="evenodd" d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20m-1.217-33.75a11.5 11.5 0 0 0-4.886 1.071l1.179 1.572a9.84 9.84 0 0 1 7.002-.518a1 1 0 0 1-.572 1.917a7.874 7.874 0 0 0-9.795 5.296a1 1 0 1 1-1.916-.57a9.83 9.83 0 0 1 3.555-5.093l-1.198-1.597a11.5 11.5 0 0 0-4.916 9.41a1 1 0 1 1-2-.005c.019-7.465 6.086-13.502 13.552-13.483a1 1 0 1 1-.005 2M29 37a9 9 0 1 0 0-18a9 9 0 0 0 0 18m-11.75-9.25v3.75a3.25 3.25 0 0 1-6.5 0v-3.75a3.25 3.25 0 0 1 6.5 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-cell-nuclei {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M31%2028a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M29%2035a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m4-7a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%2026.5c-.69%200-1.25.56-1.25%201.25v3.75a1.25%201.25%200%201%200%202.5%200v-3.75c0-.69-.56-1.25-1.25-1.25%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020m-1.217-33.75a11.5%2011.5%200%200%200-4.886%201.071l1.179%201.572a9.84%209.84%200%200%201%207.002-.518a1%201%200%200%201-.572%201.917a7.874%207.874%200%200%200-9.795%205.296a1%201%200%201%201-1.916-.57a9.83%209.83%200%200%201%203.555-5.093l-1.198-1.597a11.5%2011.5%200%200%200-4.916%209.41a1%201%200%201%201-2-.005c.019-7.465%206.086-13.502%2013.552-13.483a1%201%200%201%201-.005%202M29%2037a9%209%200%201%200%200-18a9%209%200%200%200%200%2018m-11.75-9.25v3.75a3.25%203.25%200%200%201-6.5%200v-3.75a3.25%203.25%200%200%201%206.5%200%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M31%2028a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M29%2035a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m4-7a4%204%200%201%201-8%200a4%204%200%200%201%208%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14%2026.5c-.69%200-1.25.56-1.25%201.25v3.75a1.25%201.25%200%201%200%202.5%200v-3.75c0-.69-.56-1.25-1.25-1.25%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020m-1.217-33.75a11.5%2011.5%200%200%200-4.886%201.071l1.179%201.572a9.84%209.84%200%200%201%207.002-.518a1%201%200%200%201-.572%201.917a7.874%207.874%200%200%200-9.795%205.296a1%201%200%201%201-1.916-.57a9.83%209.83%200%200%201%203.555-5.093l-1.198-1.597a11.5%2011.5%200%200%200-4.916%209.41a1%201%200%201%201-2-.005c.019-7.465%206.086-13.502%2013.552-13.483a1%201%200%201%201-.005%202M29%2037a9%209%200%201%200%200-18a9%209%200%200%200%200%2018m-11.75-9.25v3.75a3.25%203.25%200%200%201-6.5%200v-3.75a3.25%203.25%200%200%201%206.5%200%22%20clip-rule%3D%22evenodd%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/cell-nuclei.svg?color=%231a73e8&size=48

Cell Nuclei filled icon — Health Icons · IconsDB