ancv icon
ancv from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- ancv
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-workercpr
Use the ancv icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M20 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8m13-2a1 1 0 1 0-2 0v2.303l1.168 1.752a1 1 0 0 0 1.664-1.11L33 11.697z"/><path fill-rule="evenodd" d="M32 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12m0-2a4 4 0 1 0 0-8a4 4 0 0 0 0 8M15.75 27.062c.404.323.895.464 1.373.434c.011 1.32-.037 2.685-.09 4.178c-.092 2.584-.197 5.55-.033 9.326v1a2 2 0 1 0 4 0v-1l1.462-7.692c.2-.061.448-.143.73-.25c.677-.256 1.603-.675 2.484-1.315c.877-.638 1.816-1.574 2.329-2.893c.533-1.372.517-2.93-.148-4.593c-1.148-2.869-3.243-5.346-4.943-7.046a33 33 0 0 0-2.248-2.048a26 26 0 0 0-.905-.718l-.058-.043l-.017-.013l-.006-.004l-.004-.002l-.143.196v-.001l.002-.001l.141-.194A2 2 0 0 0 18.5 14h-2c-.763 0-1.372.332-1.732.572c-.395.263-.75.592-1.05.906c-.603.632-1.19 1.424-1.682 2.145a37 37 0 0 0-1.75 2.845l-.029.053l-.008.014l-.004.007a2 2 0 0 0 .507 2.52zm.968-4.35L14.6 21.02c.222-.36.474-.752.74-1.142q.241-.355.48-.676c.41 1.241.698 2.396.898 3.512" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAncv(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="M20 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8m13-2a1 1 0 1 0-2 0v2.303l1.168 1.752a1 1 0 0 0 1.664-1.11L33 11.697z"/><path fillRule="evenodd" d="M32 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12m0-2a4 4 0 1 0 0-8a4 4 0 0 0 0 8M15.75 27.062c.404.323.895.464 1.373.434c.011 1.32-.037 2.685-.09 4.178c-.092 2.584-.197 5.55-.033 9.326v1a2 2 0 1 0 4 0v-1l1.462-7.692c.2-.061.448-.143.73-.25c.677-.256 1.603-.675 2.484-1.315c.877-.638 1.816-1.574 2.329-2.893c.533-1.372.517-2.93-.148-4.593c-1.148-2.869-3.243-5.346-4.943-7.046a33 33 0 0 0-2.248-2.048a26 26 0 0 0-.905-.718l-.058-.043l-.017-.013l-.006-.004l-.004-.002l-.143.196v-.001l.002-.001l.141-.194A2 2 0 0 0 18.5 14h-2c-.763 0-1.372.332-1.732.572c-.395.263-.75.592-1.05.906c-.603.632-1.19 1.424-1.682 2.145a37 37 0 0 0-1.75 2.845l-.029.053l-.008.014l-.004.007a2 2 0 0 0 .507 2.52zm.968-4.35L14.6 21.02c.222-.36.474-.752.74-1.142q.241-.355.48-.676c.41 1.241.698 2.396.898 3.512" 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="M20 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8m13-2a1 1 0 1 0-2 0v2.303l1.168 1.752a1 1 0 0 0 1.664-1.11L33 11.697z"/><path fill-rule="evenodd" d="M32 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12m0-2a4 4 0 1 0 0-8a4 4 0 0 0 0 8M15.75 27.062c.404.323.895.464 1.373.434c.011 1.32-.037 2.685-.09 4.178c-.092 2.584-.197 5.55-.033 9.326v1a2 2 0 1 0 4 0v-1l1.462-7.692c.2-.061.448-.143.73-.25c.677-.256 1.603-.675 2.484-1.315c.877-.638 1.816-1.574 2.329-2.893c.533-1.372.517-2.93-.148-4.593c-1.148-2.869-3.243-5.346-4.943-7.046a33 33 0 0 0-2.248-2.048a26 26 0 0 0-.905-.718l-.058-.043l-.017-.013l-.006-.004l-.004-.002l-.143.196v-.001l.002-.001l.141-.194A2 2 0 0 0 18.5 14h-2c-.763 0-1.372.332-1.732.572c-.395.263-.75.592-1.05.906c-.603.632-1.19 1.424-1.682 2.145a37 37 0 0 0-1.75 2.845l-.029.053l-.008.014l-.004.007a2 2 0 0 0 .507 2.52zm.968-4.35L14.6 21.02c.222-.36.474-.752.74-1.142q.241-.355.48-.676c.41 1.241.698 2.396.898 3.512" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-ancv {
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%22M20%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208m13-2a1%201%200%201%200-2%200v2.303l1.168%201.752a1%201%200%200%200%201.664-1.11L33%2011.697z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2018a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m0-2a4%204%200%201%200%200-8a4%204%200%200%200%200%208M15.75%2027.062c.404.323.895.464%201.373.434c.011%201.32-.037%202.685-.09%204.178c-.092%202.584-.197%205.55-.033%209.326v1a2%202%200%201%200%204%200v-1l1.462-7.692c.2-.061.448-.143.73-.25c.677-.256%201.603-.675%202.484-1.315c.877-.638%201.816-1.574%202.329-2.893c.533-1.372.517-2.93-.148-4.593c-1.148-2.869-3.243-5.346-4.943-7.046a33%2033%200%200%200-2.248-2.048a26%2026%200%200%200-.905-.718l-.058-.043l-.017-.013l-.006-.004l-.004-.002l-.143.196v-.001l.002-.001l.141-.194A2%202%200%200%200%2018.5%2014h-2c-.763%200-1.372.332-1.732.572c-.395.263-.75.592-1.05.906c-.603.632-1.19%201.424-1.682%202.145a37%2037%200%200%200-1.75%202.845l-.029.053l-.008.014l-.004.007a2%202%200%200%200%20.507%202.52zm.968-4.35L14.6%2021.02c.222-.36.474-.752.74-1.142q.241-.355.48-.676c.41%201.241.698%202.396.898%203.512%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%22M20%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208m13-2a1%201%200%201%200-2%200v2.303l1.168%201.752a1%201%200%200%200%201.664-1.11L33%2011.697z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2018a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m0-2a4%204%200%201%200%200-8a4%204%200%200%200%200%208M15.75%2027.062c.404.323.895.464%201.373.434c.011%201.32-.037%202.685-.09%204.178c-.092%202.584-.197%205.55-.033%209.326v1a2%202%200%201%200%204%200v-1l1.462-7.692c.2-.061.448-.143.73-.25c.677-.256%201.603-.675%202.484-1.315c.877-.638%201.816-1.574%202.329-2.893c.533-1.372.517-2.93-.148-4.593c-1.148-2.869-3.243-5.346-4.943-7.046a33%2033%200%200%200-2.248-2.048a26%2026%200%200%200-.905-.718l-.058-.043l-.017-.013l-.006-.004l-.004-.002l-.143.196v-.001l.002-.001l.141-.194A2%202%200%200%200%2018.5%2014h-2c-.763%200-1.372.332-1.732.572c-.395.263-.75.592-1.05.906c-.603.632-1.19%201.424-1.682%202.145a37%2037%200%200%200-1.75%202.845l-.029.053l-.008.014l-.004.007a2%202%200%200%200%20.507%202.52zm.968-4.35L14.6%2021.02c.222-.36.474-.752.74-1.142q.241-.355.48-.676c.41%201.241.698%202.396.898%203.512%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/ancv.svg?color=%231a73e8&size=48