cervical cancer icon
cervical-cancer-outline from Health Icons by Resolve to Save Lives · Outline · Conditions · MIT Free for personal and commercial use.
- Name
- cervical-cancer-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More conditions icons from Health Icons
Use the cervical cancer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M35.534 6h1.861c3.126 7.848 4.713 14.106 4.705 19.852c-.008 5.614-1.538 10.66-4.504 16.148h-1.982c3.192-5.658 4.764-10.635 4.772-16.151C40.393 20.288 38.81 14.09 35.534 6M10.805 6h1.86c-3.276 8.09-4.858 14.288-4.85 19.849c.007 5.516 1.58 10.493 4.771 16.151h-1.982C7.639 36.511 6.108 31.466 6.1 25.852C6.092 20.106 7.68 13.848 10.805 6m12.438 25.546V42h1.714V31.546l7.022-7.373l-1.212-1.273l-6.667 7l-6.667-7l-1.212 1.273z"/><path fill-rule="evenodd" d="m25.253 16.3l1.581-1.845c1.052-1.226 1.005-3.102-.106-4.269A1.86 1.86 0 0 0 25.38 9.6h-2.56c-.505 0-.99.21-1.348.586c-1.11 1.167-1.158 3.043-.106 4.27l1.58 1.844l-3.769 4.398l1.274 1.204l3.65-4.257l3.648 4.257l1.274-1.204zm-2.433-4.9c-.05 0-.1.021-.135.059a1.35 1.35 0 0 0-.045 1.792l1.46 1.704l1.46-1.704a1.35 1.35 0 0 0-.045-1.792a.2.2 0 0 0-.135-.059z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCervicalCancerOutline(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="M35.534 6h1.861c3.126 7.848 4.713 14.106 4.705 19.852c-.008 5.614-1.538 10.66-4.504 16.148h-1.982c3.192-5.658 4.764-10.635 4.772-16.151C40.393 20.288 38.81 14.09 35.534 6M10.805 6h1.86c-3.276 8.09-4.858 14.288-4.85 19.849c.007 5.516 1.58 10.493 4.771 16.151h-1.982C7.639 36.511 6.108 31.466 6.1 25.852C6.092 20.106 7.68 13.848 10.805 6m12.438 25.546V42h1.714V31.546l7.022-7.373l-1.212-1.273l-6.667 7l-6.667-7l-1.212 1.273z"/><path fillRule="evenodd" d="m25.253 16.3l1.581-1.845c1.052-1.226 1.005-3.102-.106-4.269A1.86 1.86 0 0 0 25.38 9.6h-2.56c-.505 0-.99.21-1.348.586c-1.11 1.167-1.158 3.043-.106 4.27l1.58 1.844l-3.769 4.398l1.274 1.204l3.65-4.257l3.648 4.257l1.274-1.204zm-2.433-4.9c-.05 0-.1.021-.135.059a1.35 1.35 0 0 0-.045 1.792l1.46 1.704l1.46-1.704a1.35 1.35 0 0 0-.045-1.792a.2.2 0 0 0-.135-.059z" 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="M35.534 6h1.861c3.126 7.848 4.713 14.106 4.705 19.852c-.008 5.614-1.538 10.66-4.504 16.148h-1.982c3.192-5.658 4.764-10.635 4.772-16.151C40.393 20.288 38.81 14.09 35.534 6M10.805 6h1.86c-3.276 8.09-4.858 14.288-4.85 19.849c.007 5.516 1.58 10.493 4.771 16.151h-1.982C7.639 36.511 6.108 31.466 6.1 25.852C6.092 20.106 7.68 13.848 10.805 6m12.438 25.546V42h1.714V31.546l7.022-7.373l-1.212-1.273l-6.667 7l-6.667-7l-1.212 1.273z"/><path fill-rule="evenodd" d="m25.253 16.3l1.581-1.845c1.052-1.226 1.005-3.102-.106-4.269A1.86 1.86 0 0 0 25.38 9.6h-2.56c-.505 0-.99.21-1.348.586c-1.11 1.167-1.158 3.043-.106 4.27l1.58 1.844l-3.769 4.398l1.274 1.204l3.65-4.257l3.648 4.257l1.274-1.204zm-2.433-4.9c-.05 0-.1.021-.135.059a1.35 1.35 0 0 0-.045 1.792l1.46 1.704l1.46-1.704a1.35 1.35 0 0 0-.045-1.792a.2.2 0 0 0-.135-.059z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-cervical-cancer-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M35.534%206h1.861c3.126%207.848%204.713%2014.106%204.705%2019.852c-.008%205.614-1.538%2010.66-4.504%2016.148h-1.982c3.192-5.658%204.764-10.635%204.772-16.151C40.393%2020.288%2038.81%2014.09%2035.534%206M10.805%206h1.86c-3.276%208.09-4.858%2014.288-4.85%2019.849c.007%205.516%201.58%2010.493%204.771%2016.151h-1.982C7.639%2036.511%206.108%2031.466%206.1%2025.852C6.092%2020.106%207.68%2013.848%2010.805%206m12.438%2025.546V42h1.714V31.546l7.022-7.373l-1.212-1.273l-6.667%207l-6.667-7l-1.212%201.273z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m25.253%2016.3l1.581-1.845c1.052-1.226%201.005-3.102-.106-4.269A1.86%201.86%200%200%200%2025.38%209.6h-2.56c-.505%200-.99.21-1.348.586c-1.11%201.167-1.158%203.043-.106%204.27l1.58%201.844l-3.769%204.398l1.274%201.204l3.65-4.257l3.648%204.257l1.274-1.204zm-2.433-4.9c-.05%200-.1.021-.135.059a1.35%201.35%200%200%200-.045%201.792l1.46%201.704l1.46-1.704a1.35%201.35%200%200%200-.045-1.792a.2.2%200%200%200-.135-.059z%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%22M35.534%206h1.861c3.126%207.848%204.713%2014.106%204.705%2019.852c-.008%205.614-1.538%2010.66-4.504%2016.148h-1.982c3.192-5.658%204.764-10.635%204.772-16.151C40.393%2020.288%2038.81%2014.09%2035.534%206M10.805%206h1.86c-3.276%208.09-4.858%2014.288-4.85%2019.849c.007%205.516%201.58%2010.493%204.771%2016.151h-1.982C7.639%2036.511%206.108%2031.466%206.1%2025.852C6.092%2020.106%207.68%2013.848%2010.805%206m12.438%2025.546V42h1.714V31.546l7.022-7.373l-1.212-1.273l-6.667%207l-6.667-7l-1.212%201.273z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m25.253%2016.3l1.581-1.845c1.052-1.226%201.005-3.102-.106-4.269A1.86%201.86%200%200%200%2025.38%209.6h-2.56c-.505%200-.99.21-1.348.586c-1.11%201.167-1.158%203.043-.106%204.27l1.58%201.844l-3.769%204.398l1.274%201.204l3.65-4.257l3.648%204.257l1.274-1.204zm-2.433-4.9c-.05%200-.1.021-.135.059a1.35%201.35%200%200%200-.045%201.792l1.46%201.704l1.46-1.704a1.35%201.35%200%200%200-.045-1.792a.2.2%200%200%200-.135-.059z%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/cervical-cancer-outline.svg?color=%231a73e8&size=48