chaplaincy icon
chaplaincy from Health Icons by Resolve to Save Lives · Filled · Specialties · MIT Free for personal and commercial use.
- Name
- chaplaincy
- Set
- Health Icons
- Style
- Filled
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrologyobstetricsmonia
Use the chaplaincy 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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm12.058 27.5l1.563 1.007a1 1 0 0 0 1.542-.84v-3.908a1 1 0 0 0-.383-.787l-6.687-5.244a1 1 0 0 0-1.418.188l-2.076 2.782a1 1 0 0 0 .204 1.4zm10.485 1.007l1.564-1.007l7.254-5.402a1 1 0 0 0 .204-1.4l-2.076-2.782a1 1 0 0 0-1.418-.188l-6.687 5.244a1 1 0 0 0-.383.787v3.907a1 1 0 0 0 1.542.841m3.886-14.232c-.089.641-.176 1.277-.157 1.996l.23.729l-5.055 4l-.729-.858A18 18 0 0 1 25.5 27c-.5-1-.5-2-.5-2v-5.934c0-1.066 1.152-.724 1.746-.218s.657.947.657.947l.586 3.094s-.005-2.794-.144-3.823c-.052-.39-.365-.933-.726-1.562a35 35 0 0 1-.373-.659a45 45 0 0 0-.448-.798c-.308-.543-.55-.967-.798-1.547c-1.36-3.173.423-2.82 1.22-2.356c.798.464 4.68 4.497 5.188 5.267c.398.602.47 1.412.553 2.325q.033.38.078.78c.125 1.062.007 1.915-.11 2.759M15.892 25.27c.02-.719-.068-1.355-.157-1.996c-.117-.844-.234-1.697-.11-2.758c.032-.267.055-.528.078-.78c.082-.914.155-1.724.553-2.326c.508-.77 4.39-4.803 5.188-5.267c.797-.464 2.58-.817 1.22 2.356c-.249.58-.49 1.004-.798 1.547c-.135.236-.282.494-.448.798a35 35 0 0 1-.372.66c-.362.628-.674 1.17-.727 1.561c-.139 1.029-.144 3.823-.144 3.823l.586-3.094s.063-.441.657-.947s1.746-.848 1.746.218V25s0 1-.5 2s-.744 1.41-1.218 2.142l-.73.858l-5.053-4z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChaplaincy(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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm12.058 27.5l1.563 1.007a1 1 0 0 0 1.542-.84v-3.908a1 1 0 0 0-.383-.787l-6.687-5.244a1 1 0 0 0-1.418.188l-2.076 2.782a1 1 0 0 0 .204 1.4zm10.485 1.007l1.564-1.007l7.254-5.402a1 1 0 0 0 .204-1.4l-2.076-2.782a1 1 0 0 0-1.418-.188l-6.687 5.244a1 1 0 0 0-.383.787v3.907a1 1 0 0 0 1.542.841m3.886-14.232c-.089.641-.176 1.277-.157 1.996l.23.729l-5.055 4l-.729-.858A18 18 0 0 1 25.5 27c-.5-1-.5-2-.5-2v-5.934c0-1.066 1.152-.724 1.746-.218s.657.947.657.947l.586 3.094s-.005-2.794-.144-3.823c-.052-.39-.365-.933-.726-1.562a35 35 0 0 1-.373-.659a45 45 0 0 0-.448-.798c-.308-.543-.55-.967-.798-1.547c-1.36-3.173.423-2.82 1.22-2.356c.798.464 4.68 4.497 5.188 5.267c.398.602.47 1.412.553 2.325q.033.38.078.78c.125 1.062.007 1.915-.11 2.759M15.892 25.27c.02-.719-.068-1.355-.157-1.996c-.117-.844-.234-1.697-.11-2.758c.032-.267.055-.528.078-.78c.082-.914.155-1.724.553-2.326c.508-.77 4.39-4.803 5.188-5.267c.797-.464 2.58-.817 1.22 2.356c-.249.58-.49 1.004-.798 1.547c-.135.236-.282.494-.448.798a35 35 0 0 1-.372.66c-.362.628-.674 1.17-.727 1.561c-.139 1.029-.144 3.823-.144 3.823l.586-3.094s.063-.441.657-.947s1.746-.848 1.746.218V25s0 1-.5 2s-.744 1.41-1.218 2.142l-.73.858l-5.053-4z" 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="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm12.058 27.5l1.563 1.007a1 1 0 0 0 1.542-.84v-3.908a1 1 0 0 0-.383-.787l-6.687-5.244a1 1 0 0 0-1.418.188l-2.076 2.782a1 1 0 0 0 .204 1.4zm10.485 1.007l1.564-1.007l7.254-5.402a1 1 0 0 0 .204-1.4l-2.076-2.782a1 1 0 0 0-1.418-.188l-6.687 5.244a1 1 0 0 0-.383.787v3.907a1 1 0 0 0 1.542.841m3.886-14.232c-.089.641-.176 1.277-.157 1.996l.23.729l-5.055 4l-.729-.858A18 18 0 0 1 25.5 27c-.5-1-.5-2-.5-2v-5.934c0-1.066 1.152-.724 1.746-.218s.657.947.657.947l.586 3.094s-.005-2.794-.144-3.823c-.052-.39-.365-.933-.726-1.562a35 35 0 0 1-.373-.659a45 45 0 0 0-.448-.798c-.308-.543-.55-.967-.798-1.547c-1.36-3.173.423-2.82 1.22-2.356c.798.464 4.68 4.497 5.188 5.267c.398.602.47 1.412.553 2.325q.033.38.078.78c.125 1.062.007 1.915-.11 2.759M15.892 25.27c.02-.719-.068-1.355-.157-1.996c-.117-.844-.234-1.697-.11-2.758c.032-.267.055-.528.078-.78c.082-.914.155-1.724.553-2.326c.508-.77 4.39-4.803 5.188-5.267c.797-.464 2.58-.817 1.22 2.356c-.249.58-.49 1.004-.798 1.547c-.135.236-.282.494-.448.798a35 35 0 0 1-.372.66c-.362.628-.674 1.17-.727 1.561c-.139 1.029-.144 3.823-.144 3.823l.586-3.094s.063-.441.657-.947s1.746-.848 1.746.218V25s0 1-.5 2s-.744 1.41-1.218 2.142l-.73.858l-5.053-4z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-chaplaincy {
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%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm12.058%2027.5l1.563%201.007a1%201%200%200%200%201.542-.84v-3.908a1%201%200%200%200-.383-.787l-6.687-5.244a1%201%200%200%200-1.418.188l-2.076%202.782a1%201%200%200%200%20.204%201.4zm10.485%201.007l1.564-1.007l7.254-5.402a1%201%200%200%200%20.204-1.4l-2.076-2.782a1%201%200%200%200-1.418-.188l-6.687%205.244a1%201%200%200%200-.383.787v3.907a1%201%200%200%200%201.542.841m3.886-14.232c-.089.641-.176%201.277-.157%201.996l.23.729l-5.055%204l-.729-.858A18%2018%200%200%201%2025.5%2027c-.5-1-.5-2-.5-2v-5.934c0-1.066%201.152-.724%201.746-.218s.657.947.657.947l.586%203.094s-.005-2.794-.144-3.823c-.052-.39-.365-.933-.726-1.562a35%2035%200%200%201-.373-.659a45%2045%200%200%200-.448-.798c-.308-.543-.55-.967-.798-1.547c-1.36-3.173.423-2.82%201.22-2.356c.798.464%204.68%204.497%205.188%205.267c.398.602.47%201.412.553%202.325q.033.38.078.78c.125%201.062.007%201.915-.11%202.759M15.892%2025.27c.02-.719-.068-1.355-.157-1.996c-.117-.844-.234-1.697-.11-2.758c.032-.267.055-.528.078-.78c.082-.914.155-1.724.553-2.326c.508-.77%204.39-4.803%205.188-5.267c.797-.464%202.58-.817%201.22%202.356c-.249.58-.49%201.004-.798%201.547c-.135.236-.282.494-.448.798a35%2035%200%200%201-.372.66c-.362.628-.674%201.17-.727%201.561c-.139%201.029-.144%203.823-.144%203.823l.586-3.094s.063-.441.657-.947s1.746-.848%201.746.218V25s0%201-.5%202s-.744%201.41-1.218%202.142l-.73.858l-5.053-4z%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%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm12.058%2027.5l1.563%201.007a1%201%200%200%200%201.542-.84v-3.908a1%201%200%200%200-.383-.787l-6.687-5.244a1%201%200%200%200-1.418.188l-2.076%202.782a1%201%200%200%200%20.204%201.4zm10.485%201.007l1.564-1.007l7.254-5.402a1%201%200%200%200%20.204-1.4l-2.076-2.782a1%201%200%200%200-1.418-.188l-6.687%205.244a1%201%200%200%200-.383.787v3.907a1%201%200%200%200%201.542.841m3.886-14.232c-.089.641-.176%201.277-.157%201.996l.23.729l-5.055%204l-.729-.858A18%2018%200%200%201%2025.5%2027c-.5-1-.5-2-.5-2v-5.934c0-1.066%201.152-.724%201.746-.218s.657.947.657.947l.586%203.094s-.005-2.794-.144-3.823c-.052-.39-.365-.933-.726-1.562a35%2035%200%200%201-.373-.659a45%2045%200%200%200-.448-.798c-.308-.543-.55-.967-.798-1.547c-1.36-3.173.423-2.82%201.22-2.356c.798.464%204.68%204.497%205.188%205.267c.398.602.47%201.412.553%202.325q.033.38.078.78c.125%201.062.007%201.915-.11%202.759M15.892%2025.27c.02-.719-.068-1.355-.157-1.996c-.117-.844-.234-1.697-.11-2.758c.032-.267.055-.528.078-.78c.082-.914.155-1.724.553-2.326c.508-.77%204.39-4.803%205.188-5.267c.797-.464%202.58-.817%201.22%202.356c-.249.58-.49%201.004-.798%201.547c-.135.236-.282.494-.448.798a35%2035%200%200%201-.372.66c-.362.628-.674%201.17-.727%201.561c-.139%201.029-.144%203.823-.144%203.823l.586-3.094s.063-.441.657-.947s1.746-.848%201.746.218V25s0%201-.5%202s-.744%201.41-1.218%202.142l-.73.858l-5.053-4z%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/chaplaincy.svg?color=%231a73e8&size=48