ancv-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.

Name
ancv-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
ancv2x-outline

1 other variant in Health Icons

More people icons from Health Icons

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" fill-rule="evenodd" clip-rule="evenodd"><path d="M19.5 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M32 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12"/><path d="M32 9a1 1 0 0 1 1 1v1.697l.832 1.248a1 1 0 0 1-1.664 1.11L31 12.303V10a1 1 0 0 1 1-1m-16.92 6.307c.273-.12.779-.307 1.42-.307h2c.571 0 1.027.164 1.15.209l.009.002c.2.072.385.156.538.23c.313.153.654.347 1.004.568a20 20 0 0 1 2.468 1.864c1.778 1.564 3.884 3.932 5.116 7.013c.784 1.958.728 3.847 0 5.492c-.682 1.538-1.836 2.603-2.818 3.297c-3.05 2.154-3.193 3.554-3.969 7.434A3 3 0 0 1 16 41c0-5.133-.002-8.187-.234-11.075a3 3 0 0 1-4.136-.586a46 46 0 0 1-1.516-2.17a27 27 0 0 1-.88-1.412a9 9 0 0 1-.377-.729c-.057-.127-.13-.3-.192-.499A3.4 3.4 0 0 1 8.5 23.5c0-.716.26-1.272.318-1.393v-.003l.003-.004c.094-.206.2-.39.284-.53c.173-.286.387-.599.606-.9a34 34 0 0 1 1.636-2.06c.6-.7 1.279-1.437 1.914-2.024c.311-.288.678-.6 1.065-.86c.194-.131.45-.287.753-.42M16.5 17c-.735 0-1.375.586-1.882 1.055c-.555.513-1.177 1.186-1.752 1.857a32 32 0 0 0-1.535 1.93c-.252.348-.514.704-.694 1.095a1.35 1.35 0 0 0-.137.563c0 .457.254.883.472 1.267c.223.391.516.854.811 1.3a45 45 0 0 0 1.427 2.046a1 1 0 0 0 1.58-1.226a44 44 0 0 1-1.88-2.77l-.345-.569l.39-.539a30 30 0 0 1 1.797-2.217l1.338-1.504l.39 1.974C17.992 28.909 18 31.423 18 41a1 1 0 0 0 1 1c.621 0 1-.521 1-1.099c.816-4.08 1.295-6.375 4.813-8.86c.816-.575 1.66-1.385 2.143-2.474c.498-1.124.567-2.452-.027-3.938c-1.078-2.694-2.947-4.817-4.58-6.255a18 18 0 0 0-2.214-1.673c-.365-.23-.745-.46-1.152-.607A1.4 1.4 0 0 0 18.5 17z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsAncvOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M19.5 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M32 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12"/><path d="M32 9a1 1 0 0 1 1 1v1.697l.832 1.248a1 1 0 0 1-1.664 1.11L31 12.303V10a1 1 0 0 1 1-1m-16.92 6.307c.273-.12.779-.307 1.42-.307h2c.571 0 1.027.164 1.15.209l.009.002c.2.072.385.156.538.23c.313.153.654.347 1.004.568a20 20 0 0 1 2.468 1.864c1.778 1.564 3.884 3.932 5.116 7.013c.784 1.958.728 3.847 0 5.492c-.682 1.538-1.836 2.603-2.818 3.297c-3.05 2.154-3.193 3.554-3.969 7.434A3 3 0 0 1 16 41c0-5.133-.002-8.187-.234-11.075a3 3 0 0 1-4.136-.586a46 46 0 0 1-1.516-2.17a27 27 0 0 1-.88-1.412a9 9 0 0 1-.377-.729c-.057-.127-.13-.3-.192-.499A3.4 3.4 0 0 1 8.5 23.5c0-.716.26-1.272.318-1.393v-.003l.003-.004c.094-.206.2-.39.284-.53c.173-.286.387-.599.606-.9a34 34 0 0 1 1.636-2.06c.6-.7 1.279-1.437 1.914-2.024c.311-.288.678-.6 1.065-.86c.194-.131.45-.287.753-.42M16.5 17c-.735 0-1.375.586-1.882 1.055c-.555.513-1.177 1.186-1.752 1.857a32 32 0 0 0-1.535 1.93c-.252.348-.514.704-.694 1.095a1.35 1.35 0 0 0-.137.563c0 .457.254.883.472 1.267c.223.391.516.854.811 1.3a45 45 0 0 0 1.427 2.046a1 1 0 0 0 1.58-1.226a44 44 0 0 1-1.88-2.77l-.345-.569l.39-.539a30 30 0 0 1 1.797-2.217l1.338-1.504l.39 1.974C17.992 28.909 18 31.423 18 41a1 1 0 0 0 1 1c.621 0 1-.521 1-1.099c.816-4.08 1.295-6.375 4.813-8.86c.816-.575 1.66-1.385 2.143-2.474c.498-1.124.567-2.452-.027-3.938c-1.078-2.694-2.947-4.817-4.58-6.255a18 18 0 0 0-2.214-1.673c-.365-.23-.745-.46-1.152-.607A1.4 1.4 0 0 0 18.5 17z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M19.5 11a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5m0 2a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9M32 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0 2a6 6 0 1 0 0-12a6 6 0 0 0 0 12"/><path d="M32 9a1 1 0 0 1 1 1v1.697l.832 1.248a1 1 0 0 1-1.664 1.11L31 12.303V10a1 1 0 0 1 1-1m-16.92 6.307c.273-.12.779-.307 1.42-.307h2c.571 0 1.027.164 1.15.209l.009.002c.2.072.385.156.538.23c.313.153.654.347 1.004.568a20 20 0 0 1 2.468 1.864c1.778 1.564 3.884 3.932 5.116 7.013c.784 1.958.728 3.847 0 5.492c-.682 1.538-1.836 2.603-2.818 3.297c-3.05 2.154-3.193 3.554-3.969 7.434A3 3 0 0 1 16 41c0-5.133-.002-8.187-.234-11.075a3 3 0 0 1-4.136-.586a46 46 0 0 1-1.516-2.17a27 27 0 0 1-.88-1.412a9 9 0 0 1-.377-.729c-.057-.127-.13-.3-.192-.499A3.4 3.4 0 0 1 8.5 23.5c0-.716.26-1.272.318-1.393v-.003l.003-.004c.094-.206.2-.39.284-.53c.173-.286.387-.599.606-.9a34 34 0 0 1 1.636-2.06c.6-.7 1.279-1.437 1.914-2.024c.311-.288.678-.6 1.065-.86c.194-.131.45-.287.753-.42M16.5 17c-.735 0-1.375.586-1.882 1.055c-.555.513-1.177 1.186-1.752 1.857a32 32 0 0 0-1.535 1.93c-.252.348-.514.704-.694 1.095a1.35 1.35 0 0 0-.137.563c0 .457.254.883.472 1.267c.223.391.516.854.811 1.3a45 45 0 0 0 1.427 2.046a1 1 0 0 0 1.58-1.226a44 44 0 0 1-1.88-2.77l-.345-.569l.39-.539a30 30 0 0 1 1.797-2.217l1.338-1.504l.39 1.974C17.992 28.909 18 31.423 18 41a1 1 0 0 0 1 1c.621 0 1-.521 1-1.099c.816-4.08 1.295-6.375 4.813-8.86c.816-.575 1.66-1.385 2.143-2.474c.498-1.124.567-2.452-.027-3.938c-1.078-2.694-2.947-4.817-4.58-6.255a18 18 0 0 0-2.214-1.673c-.365-.23-.745-.46-1.152-.607A1.4 1.4 0 0 0 18.5 17z"/></g></svg>
</template>

CSS

.icon-ancv-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2011a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0%202a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209M32%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208m0%202a6%206%200%201%200%200-12a6%206%200%200%200%200%2012%22%2F%3E%3Cpath%20d%3D%22M32%209a1%201%200%200%201%201%201v1.697l.832%201.248a1%201%200%200%201-1.664%201.11L31%2012.303V10a1%201%200%200%201%201-1m-16.92%206.307c.273-.12.779-.307%201.42-.307h2c.571%200%201.027.164%201.15.209l.009.002c.2.072.385.156.538.23c.313.153.654.347%201.004.568a20%2020%200%200%201%202.468%201.864c1.778%201.564%203.884%203.932%205.116%207.013c.784%201.958.728%203.847%200%205.492c-.682%201.538-1.836%202.603-2.818%203.297c-3.05%202.154-3.193%203.554-3.969%207.434A3%203%200%200%201%2016%2041c0-5.133-.002-8.187-.234-11.075a3%203%200%200%201-4.136-.586a46%2046%200%200%201-1.516-2.17a27%2027%200%200%201-.88-1.412a9%209%200%200%201-.377-.729c-.057-.127-.13-.3-.192-.499A3.4%203.4%200%200%201%208.5%2023.5c0-.716.26-1.272.318-1.393v-.003l.003-.004c.094-.206.2-.39.284-.53c.173-.286.387-.599.606-.9a34%2034%200%200%201%201.636-2.06c.6-.7%201.279-1.437%201.914-2.024c.311-.288.678-.6%201.065-.86c.194-.131.45-.287.753-.42M16.5%2017c-.735%200-1.375.586-1.882%201.055c-.555.513-1.177%201.186-1.752%201.857a32%2032%200%200%200-1.535%201.93c-.252.348-.514.704-.694%201.095a1.35%201.35%200%200%200-.137.563c0%20.457.254.883.472%201.267c.223.391.516.854.811%201.3a45%2045%200%200%200%201.427%202.046a1%201%200%200%200%201.58-1.226a44%2044%200%200%201-1.88-2.77l-.345-.569l.39-.539a30%2030%200%200%201%201.797-2.217l1.338-1.504l.39%201.974C17.992%2028.909%2018%2031.423%2018%2041a1%201%200%200%200%201%201c.621%200%201-.521%201-1.099c.816-4.08%201.295-6.375%204.813-8.86c.816-.575%201.66-1.385%202.143-2.474c.498-1.124.567-2.452-.027-3.938c-1.078-2.694-2.947-4.817-4.58-6.255a18%2018%200%200%200-2.214-1.673c-.365-.23-.745-.46-1.152-.607A1.4%201.4%200%200%200%2018.5%2017z%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.5%2011a2.5%202.5%200%201%200%200-5a2.5%202.5%200%200%200%200%205m0%202a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209M32%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208m0%202a6%206%200%201%200%200-12a6%206%200%200%200%200%2012%22%2F%3E%3Cpath%20d%3D%22M32%209a1%201%200%200%201%201%201v1.697l.832%201.248a1%201%200%200%201-1.664%201.11L31%2012.303V10a1%201%200%200%201%201-1m-16.92%206.307c.273-.12.779-.307%201.42-.307h2c.571%200%201.027.164%201.15.209l.009.002c.2.072.385.156.538.23c.313.153.654.347%201.004.568a20%2020%200%200%201%202.468%201.864c1.778%201.564%203.884%203.932%205.116%207.013c.784%201.958.728%203.847%200%205.492c-.682%201.538-1.836%202.603-2.818%203.297c-3.05%202.154-3.193%203.554-3.969%207.434A3%203%200%200%201%2016%2041c0-5.133-.002-8.187-.234-11.075a3%203%200%200%201-4.136-.586a46%2046%200%200%201-1.516-2.17a27%2027%200%200%201-.88-1.412a9%209%200%200%201-.377-.729c-.057-.127-.13-.3-.192-.499A3.4%203.4%200%200%201%208.5%2023.5c0-.716.26-1.272.318-1.393v-.003l.003-.004c.094-.206.2-.39.284-.53c.173-.286.387-.599.606-.9a34%2034%200%200%201%201.636-2.06c.6-.7%201.279-1.437%201.914-2.024c.311-.288.678-.6%201.065-.86c.194-.131.45-.287.753-.42M16.5%2017c-.735%200-1.375.586-1.882%201.055c-.555.513-1.177%201.186-1.752%201.857a32%2032%200%200%200-1.535%201.93c-.252.348-.514.704-.694%201.095a1.35%201.35%200%200%200-.137.563c0%20.457.254.883.472%201.267c.223.391.516.854.811%201.3a45%2045%200%200%200%201.427%202.046a1%201%200%200%200%201.58-1.226a44%2044%200%200%201-1.88-2.77l-.345-.569l.39-.539a30%2030%200%200%201%201.797-2.217l1.338-1.504l.39%201.974C17.992%2028.909%2018%2031.423%2018%2041a1%201%200%200%200%201%201c.621%200%201-.521%201-1.099c.816-4.08%201.295-6.375%204.813-8.86c.816-.575%201.66-1.385%202.143-2.474c.498-1.124.567-2.452-.027-3.938c-1.078-2.694-2.947-4.817-4.58-6.255a18%2018%200%200%200-2.214-1.673c-.365-.23-.745-.46-1.152-.607A1.4%201.4%200%200%200%2018.5%2017z%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-outline.svg?color=%231a73e8&size=48