cervical cancer negative icon

cervical-cancer-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
cervical-cancer-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the cervical cancer negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsCervicalCancerNegative)"><path fill-rule="evenodd" d="M26.735 14.455L25.153 16.3l3.77 4.398l-1.274 1.204L24 17.645l-3.649 4.257l-1.274-1.204l3.77-4.398l-1.581-1.845c-1.052-1.226-1.005-3.102.107-4.269A1.86 1.86 0 0 1 22.72 9.6h2.56c.505 0 .99.21 1.348.586c1.11 1.167 1.158 3.043.107 4.27m-4.15-2.996a.2.2 0 0 1 .135-.059h2.56c.05 0 .1.021.135.059a1.35 1.35 0 0 1 .045 1.792L24 14.955l-1.46-1.704a1.35 1.35 0 0 1 .045-1.792" clip-rule="evenodd"/><path d="m31.88 24.173l-7.023 7.373V42h-1.714V31.546l-7.022-7.373l1.212-1.273l6.667 7l6.667-7z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM10.705 6h26.59c3.126 7.848 4.713 14.106 4.705 19.852c-.008 5.614-1.538 10.66-4.504 16.148H10.504C7.538 36.511 6.008 31.466 6 25.852C5.992 20.106 7.579 13.848 10.705 6" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCervicalCancerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCervicalCancerNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clipPath="url(#healthiconsCervicalCancerNegative)"><path fillRule="evenodd" d="M26.735 14.455L25.153 16.3l3.77 4.398l-1.274 1.204L24 17.645l-3.649 4.257l-1.274-1.204l3.77-4.398l-1.581-1.845c-1.052-1.226-1.005-3.102.107-4.269A1.86 1.86 0 0 1 22.72 9.6h2.56c.505 0 .99.21 1.348.586c1.11 1.167 1.158 3.043.107 4.27m-4.15-2.996a.2.2 0 0 1 .135-.059h2.56c.05 0 .1.021.135.059a1.35 1.35 0 0 1 .045 1.792L24 14.955l-1.46-1.704a1.35 1.35 0 0 1 .045-1.792" clipRule="evenodd"/><path d="m31.88 24.173l-7.023 7.373V42h-1.714V31.546l-7.022-7.373l1.212-1.273l6.667 7l6.667-7z"/><path fillRule="evenodd" d="M48 0H0v48h48zM10.705 6h26.59c3.126 7.848 4.713 14.106 4.705 19.852c-.008 5.614-1.538 10.66-4.504 16.148H10.504C7.538 36.511 6.008 31.466 6 25.852C5.992 20.106 7.579 13.848 10.705 6" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCervicalCancerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsCervicalCancerNegative)"><path fill-rule="evenodd" d="M26.735 14.455L25.153 16.3l3.77 4.398l-1.274 1.204L24 17.645l-3.649 4.257l-1.274-1.204l3.77-4.398l-1.581-1.845c-1.052-1.226-1.005-3.102.107-4.269A1.86 1.86 0 0 1 22.72 9.6h2.56c.505 0 .99.21 1.348.586c1.11 1.167 1.158 3.043.107 4.27m-4.15-2.996a.2.2 0 0 1 .135-.059h2.56c.05 0 .1.021.135.059a1.35 1.35 0 0 1 .045 1.792L24 14.955l-1.46-1.704a1.35 1.35 0 0 1 .045-1.792" clip-rule="evenodd"/><path d="m31.88 24.173l-7.023 7.373V42h-1.714V31.546l-7.022-7.373l1.212-1.273l6.667 7l6.667-7z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM10.705 6h26.59c3.126 7.848 4.713 14.106 4.705 19.852c-.008 5.614-1.538 10.66-4.504 16.148H10.504C7.538 36.511 6.008 31.466 6 25.852C5.992 20.106 7.579 13.848 10.705 6" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCervicalCancerNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-cervical-cancer-negative {
  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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsCervicalCancerNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M26.735%2014.455L25.153%2016.3l3.77%204.398l-1.274%201.204L24%2017.645l-3.649%204.257l-1.274-1.204l3.77-4.398l-1.581-1.845c-1.052-1.226-1.005-3.102.107-4.269A1.86%201.86%200%200%201%2022.72%209.6h2.56c.505%200%20.99.21%201.348.586c1.11%201.167%201.158%203.043.107%204.27m-4.15-2.996a.2.2%200%200%201%20.135-.059h2.56c.05%200%20.1.021.135.059a1.35%201.35%200%200%201%20.045%201.792L24%2014.955l-1.46-1.704a1.35%201.35%200%200%201%20.045-1.792%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m31.88%2024.173l-7.023%207.373V42h-1.714V31.546l-7.022-7.373l1.212-1.273l6.667%207l6.667-7z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM10.705%206h26.59c3.126%207.848%204.713%2014.106%204.705%2019.852c-.008%205.614-1.538%2010.66-4.504%2016.148H10.504C7.538%2036.511%206.008%2031.466%206%2025.852C5.992%2020.106%207.579%2013.848%2010.705%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCervicalCancerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsCervicalCancerNegative)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M26.735%2014.455L25.153%2016.3l3.77%204.398l-1.274%201.204L24%2017.645l-3.649%204.257l-1.274-1.204l3.77-4.398l-1.581-1.845c-1.052-1.226-1.005-3.102.107-4.269A1.86%201.86%200%200%201%2022.72%209.6h2.56c.505%200%20.99.21%201.348.586c1.11%201.167%201.158%203.043.107%204.27m-4.15-2.996a.2.2%200%200%201%20.135-.059h2.56c.05%200%20.1.021.135.059a1.35%201.35%200%200%201%20.045%201.792L24%2014.955l-1.46-1.704a1.35%201.35%200%200%201%20.045-1.792%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m31.88%2024.173l-7.023%207.373V42h-1.714V31.546l-7.022-7.373l1.212-1.273l6.667%207l6.667-7z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM10.705%206h26.59c3.126%207.848%204.713%2014.106%204.705%2019.852c-.008%205.614-1.538%2010.66-4.504%2016.148H10.504C7.538%2036.511%206.008%2031.466%206%2025.852C5.992%2020.106%207.579%2013.848%2010.705%206%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCervicalCancerNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/cervical-cancer-negative.svg?color=%231a73e8&size=48