head icon
head-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.
- Name
- head-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More body icons from Health Icons
Use the head icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.463 18.591c0-1.77.667-4.417 2.663-6.61C13.095 9.817 16.444 8 21.997 8c2.9 0 4.797.353 6.221.917c1.414.56 2.434 1.358 3.56 2.387l.258.235c.885.805 1.362 1.24 1.615 1.904c1.276 3.35 3.548 8.163 5.02 11.198c.33.681-.17 1.471-.914 1.471H35.56V33a1 1 0 0 1-1 1h-5.445a1 1 0 0 0-.137-.006Q28.72 34 28.48 34h-.127c-2.286-.006-3.388-.358-5.014-.941a1 1 0 1 0-.676 1.882c1.547.555 2.754.94 4.745 1.036V42h2v-6h5.153a3 3 0 0 0 3-3v-4.888h.197c2.233 0 3.681-2.346 2.713-4.343c-1.474-3.04-3.71-7.78-4.95-11.038c-.434-1.14-1.289-1.909-2.099-2.637l-.294-.267c-1.195-1.092-2.427-2.077-4.172-2.77C27.22 6.37 25.05 6 21.997 6c-6.029 0-9.947 1.994-12.35 4.634c-2.376 2.61-3.184 5.76-3.184 7.957c0 5.66 3.198 10.064 5.037 12.047V42h2V29.831l-.285-.291c-1.62-1.659-4.752-5.75-4.752-10.949"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHeadOutline(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" d="M8.463 18.591c0-1.77.667-4.417 2.663-6.61C13.095 9.817 16.444 8 21.997 8c2.9 0 4.797.353 6.221.917c1.414.56 2.434 1.358 3.56 2.387l.258.235c.885.805 1.362 1.24 1.615 1.904c1.276 3.35 3.548 8.163 5.02 11.198c.33.681-.17 1.471-.914 1.471H35.56V33a1 1 0 0 1-1 1h-5.445a1 1 0 0 0-.137-.006Q28.72 34 28.48 34h-.127c-2.286-.006-3.388-.358-5.014-.941a1 1 0 1 0-.676 1.882c1.547.555 2.754.94 4.745 1.036V42h2v-6h5.153a3 3 0 0 0 3-3v-4.888h.197c2.233 0 3.681-2.346 2.713-4.343c-1.474-3.04-3.71-7.78-4.95-11.038c-.434-1.14-1.289-1.909-2.099-2.637l-.294-.267c-1.195-1.092-2.427-2.077-4.172-2.77C27.22 6.37 25.05 6 21.997 6c-6.029 0-9.947 1.994-12.35 4.634c-2.376 2.61-3.184 5.76-3.184 7.957c0 5.66 3.198 10.064 5.037 12.047V42h2V29.831l-.285-.291c-1.62-1.659-4.752-5.75-4.752-10.949"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.463 18.591c0-1.77.667-4.417 2.663-6.61C13.095 9.817 16.444 8 21.997 8c2.9 0 4.797.353 6.221.917c1.414.56 2.434 1.358 3.56 2.387l.258.235c.885.805 1.362 1.24 1.615 1.904c1.276 3.35 3.548 8.163 5.02 11.198c.33.681-.17 1.471-.914 1.471H35.56V33a1 1 0 0 1-1 1h-5.445a1 1 0 0 0-.137-.006Q28.72 34 28.48 34h-.127c-2.286-.006-3.388-.358-5.014-.941a1 1 0 1 0-.676 1.882c1.547.555 2.754.94 4.745 1.036V42h2v-6h5.153a3 3 0 0 0 3-3v-4.888h.197c2.233 0 3.681-2.346 2.713-4.343c-1.474-3.04-3.71-7.78-4.95-11.038c-.434-1.14-1.289-1.909-2.099-2.637l-.294-.267c-1.195-1.092-2.427-2.077-4.172-2.77C27.22 6.37 25.05 6 21.997 6c-6.029 0-9.947 1.994-12.35 4.634c-2.376 2.61-3.184 5.76-3.184 7.957c0 5.66 3.198 10.064 5.037 12.047V42h2V29.831l-.285-.291c-1.62-1.659-4.752-5.75-4.752-10.949"/></svg> </template>
CSS
.icon-head-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.463%2018.591c0-1.77.667-4.417%202.663-6.61C13.095%209.817%2016.444%208%2021.997%208c2.9%200%204.797.353%206.221.917c1.414.56%202.434%201.358%203.56%202.387l.258.235c.885.805%201.362%201.24%201.615%201.904c1.276%203.35%203.548%208.163%205.02%2011.198c.33.681-.17%201.471-.914%201.471H35.56V33a1%201%200%200%201-1%201h-5.445a1%201%200%200%200-.137-.006Q28.72%2034%2028.48%2034h-.127c-2.286-.006-3.388-.358-5.014-.941a1%201%200%201%200-.676%201.882c1.547.555%202.754.94%204.745%201.036V42h2v-6h5.153a3%203%200%200%200%203-3v-4.888h.197c2.233%200%203.681-2.346%202.713-4.343c-1.474-3.04-3.71-7.78-4.95-11.038c-.434-1.14-1.289-1.909-2.099-2.637l-.294-.267c-1.195-1.092-2.427-2.077-4.172-2.77C27.22%206.37%2025.05%206%2021.997%206c-6.029%200-9.947%201.994-12.35%204.634c-2.376%202.61-3.184%205.76-3.184%207.957c0%205.66%203.198%2010.064%205.037%2012.047V42h2V29.831l-.285-.291c-1.62-1.659-4.752-5.75-4.752-10.949%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%20d%3D%22M8.463%2018.591c0-1.77.667-4.417%202.663-6.61C13.095%209.817%2016.444%208%2021.997%208c2.9%200%204.797.353%206.221.917c1.414.56%202.434%201.358%203.56%202.387l.258.235c.885.805%201.362%201.24%201.615%201.904c1.276%203.35%203.548%208.163%205.02%2011.198c.33.681-.17%201.471-.914%201.471H35.56V33a1%201%200%200%201-1%201h-5.445a1%201%200%200%200-.137-.006Q28.72%2034%2028.48%2034h-.127c-2.286-.006-3.388-.358-5.014-.941a1%201%200%201%200-.676%201.882c1.547.555%202.754.94%204.745%201.036V42h2v-6h5.153a3%203%200%200%200%203-3v-4.888h.197c2.233%200%203.681-2.346%202.713-4.343c-1.474-3.04-3.71-7.78-4.95-11.038c-.434-1.14-1.289-1.909-2.099-2.637l-.294-.267c-1.195-1.092-2.427-2.077-4.172-2.77C27.22%206.37%2025.05%206%2021.997%206c-6.029%200-9.947%201.994-12.35%204.634c-2.376%202.61-3.184%205.76-3.184%207.957c0%205.66%203.198%2010.064%205.037%2012.047V42h2V29.831l-.285-.291c-1.62-1.659-4.752-5.75-4.752-10.949%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/head-outline.svg?color=%231a73e8&size=48