caduceus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
caduceus
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the caduceus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" d="M16 17.5c0-.828-1.79-1.5-4-1.5s-4 .672-4 1.5S9.79 19 12 19c1.657 0 3 .672 3 1.5S13.657 22 12 22c-1.285 0-2.381-.404-2.809-.972M12 5v11"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.796 11.949C4.781 13.654 2.834 10.742 2 8.726c.883 0 2.72-.554 4.429-2.5c.746-.849 1.119-1.274 1.33-1.222c.21.052.498.688 1.075 1.96c.893 1.965 2.233 2.998 3.166 3.374c-2.4 3.867-4.47 2.685-5.204 1.611m0 0c.295-.25.592-.598.886-1.063m9.522 1.063c2.015 1.705 3.962-1.207 4.796-3.223c-.883 0-2.72-.554-4.429-2.5c-.746-.849-1.119-1.274-1.33-1.222c-.21.052-.498.688-1.075 1.96c-.893 1.965-2.233 2.998-3.166 3.374c2.4 3.867 4.47 2.685 5.204 1.611m0 0c-.295-.25-.592-.598-.886-1.063"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCaduceus(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path strokeLinecap="round" d="M16 17.5c0-.828-1.79-1.5-4-1.5s-4 .672-4 1.5S9.79 19 12 19c1.657 0 3 .672 3 1.5S13.657 22 12 22c-1.285 0-2.381-.404-2.809-.972M12 5v11"/><path strokeLinecap="round" strokeLinejoin="round" d="M6.796 11.949C4.781 13.654 2.834 10.742 2 8.726c.883 0 2.72-.554 4.429-2.5c.746-.849 1.119-1.274 1.33-1.222c.21.052.498.688 1.075 1.96c.893 1.965 2.233 2.998 3.166 3.374c-2.4 3.867-4.47 2.685-5.204 1.611m0 0c.295-.25.592-.598.886-1.063m9.522 1.063c2.015 1.705 3.962-1.207 4.796-3.223c-.883 0-2.72-.554-4.429-2.5c-.746-.849-1.119-1.274-1.33-1.222c-.21.052-.498.688-1.075 1.96c-.893 1.965-2.233 2.998-3.166 3.374c2.4 3.867 4.47 2.685 5.204 1.611m0 0c-.295-.25-.592-.598-.886-1.063"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13.5 3.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z"/><path stroke-linecap="round" d="M16 17.5c0-.828-1.79-1.5-4-1.5s-4 .672-4 1.5S9.79 19 12 19c1.657 0 3 .672 3 1.5S13.657 22 12 22c-1.285 0-2.381-.404-2.809-.972M12 5v11"/><path stroke-linecap="round" stroke-linejoin="round" d="M6.796 11.949C4.781 13.654 2.834 10.742 2 8.726c.883 0 2.72-.554 4.429-2.5c.746-.849 1.119-1.274 1.33-1.222c.21.052.498.688 1.075 1.96c.893 1.965 2.233 2.998 3.166 3.374c-2.4 3.867-4.47 2.685-5.204 1.611m0 0c.295-.25.592-.598.886-1.063m9.522 1.063c2.015 1.705 3.962-1.207 4.796-3.223c-.883 0-2.72-.554-4.429-2.5c-.746-.849-1.119-1.274-1.33-1.222c-.21.052-.498.688-1.075 1.96c-.893 1.965-2.233 2.998-3.166 3.374c2.4 3.867 4.47 2.685 5.204 1.611m0 0c-.295-.25-.592-.598-.886-1.063"/></g></svg>
</template>

CSS

.icon-caduceus {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2017.5c0-.828-1.79-1.5-4-1.5s-4%20.672-4%201.5S9.79%2019%2012%2019c1.657%200%203%20.672%203%201.5S13.657%2022%2012%2022c-1.285%200-2.381-.404-2.809-.972M12%205v11%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.796%2011.949C4.781%2013.654%202.834%2010.742%202%208.726c.883%200%202.72-.554%204.429-2.5c.746-.849%201.119-1.274%201.33-1.222c.21.052.498.688%201.075%201.96c.893%201.965%202.233%202.998%203.166%203.374c-2.4%203.867-4.47%202.685-5.204%201.611m0%200c.295-.25.592-.598.886-1.063m9.522%201.063c2.015%201.705%203.962-1.207%204.796-3.223c-.883%200-2.72-.554-4.429-2.5c-.746-.849-1.119-1.274-1.33-1.222c-.21.052-.498.688-1.075%201.96c-.893%201.965-2.233%202.998-3.166%203.374c2.4%203.867%204.47%202.685%205.204%201.611m0%200c-.295-.25-.592-.598-.886-1.063%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13.5%203.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2017.5c0-.828-1.79-1.5-4-1.5s-4%20.672-4%201.5S9.79%2019%2012%2019c1.657%200%203%20.672%203%201.5S13.657%2022%2012%2022c-1.285%200-2.381-.404-2.809-.972M12%205v11%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6.796%2011.949C4.781%2013.654%202.834%2010.742%202%208.726c.883%200%202.72-.554%204.429-2.5c.746-.849%201.119-1.274%201.33-1.222c.21.052.498.688%201.075%201.96c.893%201.965%202.233%202.998%203.166%203.374c-2.4%203.867-4.47%202.685-5.204%201.611m0%200c.295-.25.592-.598.886-1.063m9.522%201.063c2.015%201.705%203.962-1.207%204.796-3.223c-.883%200-2.72-.554-4.429-2.5c-.746-.849-1.119-1.274-1.33-1.222c-.21.052-.498.688-1.075%201.96c-.893%201.965-2.233%202.998-3.166%203.374c2.4%203.867%204.47%202.685%205.204%201.611m0%200c-.295-.25-.592-.598-.886-1.063%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/caduceus.svg?color=%231a73e8&size=48