chlamydia icon
chlamydia from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- chlamydia
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More conditions icons from Health Icons
Use the chlamydia 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="M27 7a3 3 0 0 1-2 2.83v6.232a8 8 0 0 1 2.307.651l3.223-5.328a3.001 3.001 0 1 1 1.708 1.04l-3.228 5.338a8 8 0 0 1 1.502 1.588l5.45-3.01a3.001 3.001 0 0 1 5.597-1.917a3 3 0 0 1-4.636 3.672l-5.46 3.015c.231.598.393 1.231.475 1.889h6.233a3.001 3.001 0 1 1 0 2h-6.233c-.1.804-.32 1.57-.64 2.282l5.32 3.246a3.001 3.001 0 1 1-1.042 1.707l-5.321-3.247a8 8 0 0 1-1.576 1.502l2.984 5.472a3.001 3.001 0 0 1 1.913 5.596a3 3 0 0 1-3.669-4.638l-2.983-5.471a8 8 0 0 1-1.924.49v6.232a3.001 3.001 0 1 1-2 0v-6.233c-.804-.1-1.57-.32-2.282-.64l-3.246 5.32a3.001 3.001 0 1 1-1.707-1.043l3.247-5.32a8 8 0 0 1-1.502-1.576l-5.472 2.984a3.001 3.001 0 0 1-5.596 1.913a3 3 0 0 1 4.639-3.669l5.47-2.983a8 8 0 0 1-.49-1.924H9.83a3.001 3.001 0 1 1 0-2h6.233a8 8 0 0 1 .651-2.307l-5.327-3.223a3.001 3.001 0 0 1-4.458-3.888a3 3 0 0 1 5.498 2.18l5.337 3.228a8 8 0 0 1 1.588-1.501l-3.01-5.452a3.001 3.001 0 0 1-1.917-5.596a3 3 0 0 1 3.672 4.636l3.015 5.46A8 8 0 0 1 23 16.063V9.829A3.001 3.001 0 1 1 27 7m.5 14.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M20 24a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m5-.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChlamydia(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="M27 7a3 3 0 0 1-2 2.83v6.232a8 8 0 0 1 2.307.651l3.223-5.328a3.001 3.001 0 1 1 1.708 1.04l-3.228 5.338a8 8 0 0 1 1.502 1.588l5.45-3.01a3.001 3.001 0 0 1 5.597-1.917a3 3 0 0 1-4.636 3.672l-5.46 3.015c.231.598.393 1.231.475 1.889h6.233a3.001 3.001 0 1 1 0 2h-6.233c-.1.804-.32 1.57-.64 2.282l5.32 3.246a3.001 3.001 0 1 1-1.042 1.707l-5.321-3.247a8 8 0 0 1-1.576 1.502l2.984 5.472a3.001 3.001 0 0 1 1.913 5.596a3 3 0 0 1-3.669-4.638l-2.983-5.471a8 8 0 0 1-1.924.49v6.232a3.001 3.001 0 1 1-2 0v-6.233c-.804-.1-1.57-.32-2.282-.64l-3.246 5.32a3.001 3.001 0 1 1-1.707-1.043l3.247-5.32a8 8 0 0 1-1.502-1.576l-5.472 2.984a3.001 3.001 0 0 1-5.596 1.913a3 3 0 0 1 4.639-3.669l5.47-2.983a8 8 0 0 1-.49-1.924H9.83a3.001 3.001 0 1 1 0-2h6.233a8 8 0 0 1 .651-2.307l-5.327-3.223a3.001 3.001 0 0 1-4.458-3.888a3 3 0 0 1 5.498 2.18l5.337 3.228a8 8 0 0 1 1.588-1.501l-3.01-5.452a3.001 3.001 0 0 1-1.917-5.596a3 3 0 0 1 3.672 4.636l3.015 5.46A8 8 0 0 1 23 16.063V9.829A3.001 3.001 0 1 1 27 7m.5 14.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M20 24a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m5-.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0" 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="M27 7a3 3 0 0 1-2 2.83v6.232a8 8 0 0 1 2.307.651l3.223-5.328a3.001 3.001 0 1 1 1.708 1.04l-3.228 5.338a8 8 0 0 1 1.502 1.588l5.45-3.01a3.001 3.001 0 0 1 5.597-1.917a3 3 0 0 1-4.636 3.672l-5.46 3.015c.231.598.393 1.231.475 1.889h6.233a3.001 3.001 0 1 1 0 2h-6.233c-.1.804-.32 1.57-.64 2.282l5.32 3.246a3.001 3.001 0 1 1-1.042 1.707l-5.321-3.247a8 8 0 0 1-1.576 1.502l2.984 5.472a3.001 3.001 0 0 1 1.913 5.596a3 3 0 0 1-3.669-4.638l-2.983-5.471a8 8 0 0 1-1.924.49v6.232a3.001 3.001 0 1 1-2 0v-6.233c-.804-.1-1.57-.32-2.282-.64l-3.246 5.32a3.001 3.001 0 1 1-1.707-1.043l3.247-5.32a8 8 0 0 1-1.502-1.576l-5.472 2.984a3.001 3.001 0 0 1-5.596 1.913a3 3 0 0 1 4.639-3.669l5.47-2.983a8 8 0 0 1-.49-1.924H9.83a3.001 3.001 0 1 1 0-2h6.233a8 8 0 0 1 .651-2.307l-5.327-3.223a3.001 3.001 0 0 1-4.458-3.888a3 3 0 0 1 5.498 2.18l5.337 3.228a8 8 0 0 1 1.588-1.501l-3.01-5.452a3.001 3.001 0 0 1-1.917-5.596a3 3 0 0 1 3.672 4.636l3.015 5.46A8 8 0 0 1 23 16.063V9.829A3.001 3.001 0 1 1 27 7m.5 14.5a2 2 0 1 1-4 0a2 2 0 0 1 4 0M20 24a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m5-.5a1 1 0 1 1-2 0a1 1 0 0 1 2 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-chlamydia {
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%22M27%207a3%203%200%200%201-2%202.83v6.232a8%208%200%200%201%202.307.651l3.223-5.328a3.001%203.001%200%201%201%201.708%201.04l-3.228%205.338a8%208%200%200%201%201.502%201.588l5.45-3.01a3.001%203.001%200%200%201%205.597-1.917a3%203%200%200%201-4.636%203.672l-5.46%203.015c.231.598.393%201.231.475%201.889h6.233a3.001%203.001%200%201%201%200%202h-6.233c-.1.804-.32%201.57-.64%202.282l5.32%203.246a3.001%203.001%200%201%201-1.042%201.707l-5.321-3.247a8%208%200%200%201-1.576%201.502l2.984%205.472a3.001%203.001%200%200%201%201.913%205.596a3%203%200%200%201-3.669-4.638l-2.983-5.471a8%208%200%200%201-1.924.49v6.232a3.001%203.001%200%201%201-2%200v-6.233c-.804-.1-1.57-.32-2.282-.64l-3.246%205.32a3.001%203.001%200%201%201-1.707-1.043l3.247-5.32a8%208%200%200%201-1.502-1.576l-5.472%202.984a3.001%203.001%200%200%201-5.596%201.913a3%203%200%200%201%204.639-3.669l5.47-2.983a8%208%200%200%201-.49-1.924H9.83a3.001%203.001%200%201%201%200-2h6.233a8%208%200%200%201%20.651-2.307l-5.327-3.223a3.001%203.001%200%200%201-4.458-3.888a3%203%200%200%201%205.498%202.18l5.337%203.228a8%208%200%200%201%201.588-1.501l-3.01-5.452a3.001%203.001%200%200%201-1.917-5.596a3%203%200%200%201%203.672%204.636l3.015%205.46A8%208%200%200%201%2023%2016.063V9.829A3.001%203.001%200%201%201%2027%207m.5%2014.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200M20%2024a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m5-.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%22M27%207a3%203%200%200%201-2%202.83v6.232a8%208%200%200%201%202.307.651l3.223-5.328a3.001%203.001%200%201%201%201.708%201.04l-3.228%205.338a8%208%200%200%201%201.502%201.588l5.45-3.01a3.001%203.001%200%200%201%205.597-1.917a3%203%200%200%201-4.636%203.672l-5.46%203.015c.231.598.393%201.231.475%201.889h6.233a3.001%203.001%200%201%201%200%202h-6.233c-.1.804-.32%201.57-.64%202.282l5.32%203.246a3.001%203.001%200%201%201-1.042%201.707l-5.321-3.247a8%208%200%200%201-1.576%201.502l2.984%205.472a3.001%203.001%200%200%201%201.913%205.596a3%203%200%200%201-3.669-4.638l-2.983-5.471a8%208%200%200%201-1.924.49v6.232a3.001%203.001%200%201%201-2%200v-6.233c-.804-.1-1.57-.32-2.282-.64l-3.246%205.32a3.001%203.001%200%201%201-1.707-1.043l3.247-5.32a8%208%200%200%201-1.502-1.576l-5.472%202.984a3.001%203.001%200%200%201-5.596%201.913a3%203%200%200%201%204.639-3.669l5.47-2.983a8%208%200%200%201-.49-1.924H9.83a3.001%203.001%200%201%201%200-2h6.233a8%208%200%200%201%20.651-2.307l-5.327-3.223a3.001%203.001%200%200%201-4.458-3.888a3%203%200%200%201%205.498%202.18l5.337%203.228a8%208%200%200%201%201.588-1.501l-3.01-5.452a3.001%203.001%200%200%201-1.917-5.596a3%203%200%200%201%203.672%204.636l3.015%205.46A8%208%200%200%201%2023%2016.063V9.829A3.001%203.001%200%201%201%2027%207m.5%2014.5a2%202%200%201%201-4%200a2%202%200%200%201%204%200M20%2024a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m5-.5a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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/chlamydia.svg?color=%231a73e8&size=48