cell icon
cell from IconPark TwoTone by ByteDance · Two tone · Health · Apache-2.0 Free for personal and commercial use.
- Name
- cell
- Set
- IconPark TwoTone
- Style
- Two tone
- Category
- Health
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More health icons from IconPark TwoTone
Use the cell icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGXLpHDOKO"><g fill="none" stroke="#fff" stroke-width="4.421"><path stroke-linecap="round" d="M28.417 21.847q-.176 3.88 1.973 5.438c2.148 1.56 7.447 1.742 11.644-5.438c4.197-7.181.126-11.082-1.42-11.732q-1.547-.65-3.11-.488m-6.49 18.379q-1.83 2.121-.402 5.094c1.428 2.974 5.087 2.439 6.916 4.916q1.828 2.477 1.385 4.984"/><path fill="#555" fill-rule="evenodd" d="M8.504 23.64c2.26 3.02 7.662 3.415 13.996.99c2.564-.981 5.282-2.425 8.005-4.343c2.053-1.447 3.54-2.923 4.587-4.367c3.771-5.204 1.824-9.998 0-11.514c-1.976-1.642-5.77-2.317-12.592.627a49 49 0 0 0-3.965 1.947c-2.798 1.523-5.101 3.243-6.873 5.02c-4.162 4.175-5.385 8.662-3.158 11.64Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M16.245 8.84q.659 4.424 3.697 7.736c2.025 2.209 4.446 3.619 8.058 4.924M9.981 25q-8.737 8.476-4.71 12.835c4.028 4.359 7.817-1.208 12.896-1.208q5.078 0 7.833 6.373"/><path stroke-linecap="round" d="M35.092 15.92c-1.047 1.444-2.534 2.92-4.587 4.367c-2.723 1.918-5.44 3.362-8.005 4.344m0-19.598a49 49 0 0 0-3.966 1.947c-2.797 1.523-5.1 3.243-6.872 5.02"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGXLpHDOKO)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkTwotoneCell(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGXLpHDOKO"><g fill="none" stroke="#fff" strokeWidth="4.421"><path strokeLinecap="round" d="M28.417 21.847q-.176 3.88 1.973 5.438c2.148 1.56 7.447 1.742 11.644-5.438c4.197-7.181.126-11.082-1.42-11.732q-1.547-.65-3.11-.488m-6.49 18.379q-1.83 2.121-.402 5.094c1.428 2.974 5.087 2.439 6.916 4.916q1.828 2.477 1.385 4.984"/><path fill="#555" fillRule="evenodd" d="M8.504 23.64c2.26 3.02 7.662 3.415 13.996.99c2.564-.981 5.282-2.425 8.005-4.343c2.053-1.447 3.54-2.923 4.587-4.367c3.771-5.204 1.824-9.998 0-11.514c-1.976-1.642-5.77-2.317-12.592.627a49 49 0 0 0-3.965 1.947c-2.798 1.523-5.101 3.243-6.873 5.02c-4.162 4.175-5.385 8.662-3.158 11.64Z" clipRule="evenodd"/><path strokeLinecap="round" d="M16.245 8.84q.659 4.424 3.697 7.736c2.025 2.209 4.446 3.619 8.058 4.924M9.981 25q-8.737 8.476-4.71 12.835c4.028 4.359 7.817-1.208 12.896-1.208q5.078 0 7.833 6.373"/><path strokeLinecap="round" d="M35.092 15.92c-1.047 1.444-2.534 2.92-4.587 4.367c-2.723 1.918-5.44 3.362-8.005 4.344m0-19.598a49 49 0 0 0-3.966 1.947c-2.797 1.523-5.1 3.243-6.872 5.02"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGXLpHDOKO)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGXLpHDOKO"><g fill="none" stroke="#fff" stroke-width="4.421"><path stroke-linecap="round" d="M28.417 21.847q-.176 3.88 1.973 5.438c2.148 1.56 7.447 1.742 11.644-5.438c4.197-7.181.126-11.082-1.42-11.732q-1.547-.65-3.11-.488m-6.49 18.379q-1.83 2.121-.402 5.094c1.428 2.974 5.087 2.439 6.916 4.916q1.828 2.477 1.385 4.984"/><path fill="#555" fill-rule="evenodd" d="M8.504 23.64c2.26 3.02 7.662 3.415 13.996.99c2.564-.981 5.282-2.425 8.005-4.343c2.053-1.447 3.54-2.923 4.587-4.367c3.771-5.204 1.824-9.998 0-11.514c-1.976-1.642-5.77-2.317-12.592.627a49 49 0 0 0-3.965 1.947c-2.798 1.523-5.101 3.243-6.873 5.02c-4.162 4.175-5.385 8.662-3.158 11.64Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M16.245 8.84q.659 4.424 3.697 7.736c2.025 2.209 4.446 3.619 8.058 4.924M9.981 25q-8.737 8.476-4.71 12.835c4.028 4.359 7.817-1.208 12.896-1.208q5.078 0 7.833 6.373"/><path stroke-linecap="round" d="M35.092 15.92c-1.047 1.444-2.534 2.92-4.587 4.367c-2.723 1.918-5.44 3.362-8.005 4.344m0-19.598a49 49 0 0 0-3.966 1.947c-2.797 1.523-5.1 3.243-6.872 5.02"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGXLpHDOKO)"/></svg> </template>
CSS
.icon-cell {
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%3Cdefs%3E%3Cmask%20id%3D%22SVGXLpHDOKO%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224.421%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28.417%2021.847q-.176%203.88%201.973%205.438c2.148%201.56%207.447%201.742%2011.644-5.438c4.197-7.181.126-11.082-1.42-11.732q-1.547-.65-3.11-.488m-6.49%2018.379q-1.83%202.121-.402%205.094c1.428%202.974%205.087%202.439%206.916%204.916q1.828%202.477%201.385%204.984%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.504%2023.64c2.26%203.02%207.662%203.415%2013.996.99c2.564-.981%205.282-2.425%208.005-4.343c2.053-1.447%203.54-2.923%204.587-4.367c3.771-5.204%201.824-9.998%200-11.514c-1.976-1.642-5.77-2.317-12.592.627a49%2049%200%200%200-3.965%201.947c-2.798%201.523-5.101%203.243-6.873%205.02c-4.162%204.175-5.385%208.662-3.158%2011.64Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.245%208.84q.659%204.424%203.697%207.736c2.025%202.209%204.446%203.619%208.058%204.924M9.981%2025q-8.737%208.476-4.71%2012.835c4.028%204.359%207.817-1.208%2012.896-1.208q5.078%200%207.833%206.373%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M35.092%2015.92c-1.047%201.444-2.534%202.92-4.587%204.367c-2.723%201.918-5.44%203.362-8.005%204.344m0-19.598a49%2049%200%200%200-3.966%201.947c-2.797%201.523-5.1%203.243-6.872%205.02%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGXLpHDOKO)%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%3Cdefs%3E%3Cmask%20id%3D%22SVGXLpHDOKO%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%224.421%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M28.417%2021.847q-.176%203.88%201.973%205.438c2.148%201.56%207.447%201.742%2011.644-5.438c4.197-7.181.126-11.082-1.42-11.732q-1.547-.65-3.11-.488m-6.49%2018.379q-1.83%202.121-.402%205.094c1.428%202.974%205.087%202.439%206.916%204.916q1.828%202.477%201.385%204.984%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.504%2023.64c2.26%203.02%207.662%203.415%2013.996.99c2.564-.981%205.282-2.425%208.005-4.343c2.053-1.447%203.54-2.923%204.587-4.367c3.771-5.204%201.824-9.998%200-11.514c-1.976-1.642-5.77-2.317-12.592.627a49%2049%200%200%200-3.965%201.947c-2.798%201.523-5.101%203.243-6.873%205.02c-4.162%204.175-5.385%208.662-3.158%2011.64Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.245%208.84q.659%204.424%203.697%207.736c2.025%202.209%204.446%203.619%208.058%204.924M9.981%2025q-8.737%208.476-4.71%2012.835c4.028%204.359%207.817-1.208%2012.896-1.208q5.078%200%207.833%206.373%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M35.092%2015.92c-1.047%201.444-2.534%202.92-4.587%204.367c-2.723%201.918-5.44%203.362-8.005%204.344m0-19.598a49%2049%200%200%200-3.966%201.947c-2.797%201.523-5.1%203.243-6.872%205.02%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGXLpHDOKO)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-twotone/cell.svg?color=%231a73e8&size=48