head circumference icon
head-circumference-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- head-circumference-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- head-circumference2x-outline
1 other variant in Health Icons
More symbols icons from Health Icons
Use the head circumference 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="M14.698 29.31c-1.369-1.57-3.661-4.94-3.698-9.264c-1.625-.226-3.04-.505-4.093-.847c-.521-.17-1.074-.39-1.537-.701c-.372-.25-1.248-.937-1.248-2.155s.876-1.904 1.248-2.154c.463-.31 1.016-.532 1.537-.701c1.07-.347 2.512-.63 4.169-.858l.692-.09c-.601.795-1.163 1.567-1.546 2.241a22 22 0 0 0-2.469.538c-1.047.312-1.63.659-1.63 1.024c0 .366.583.713 1.63 1.025l.097.028c.852.245 1.992.468 3.361.66a9.94 9.94 0 0 1 2.18-4.388C15.208 11.57 18.165 10 22.67 10c2.267 0 3.976.289 5.369.83c1.404.545 2.425 1.322 3.339 2.2l.214.203c.592.559 1.262 1.19 1.6 2.122c.304.84.69 1.875 1.108 2.985c2.465-.241 4.465-.566 5.778-.944l.097-.028c1.047-.312 1.63-.659 1.63-1.025s-.583-.712-1.63-1.024l-.097-.028a21 21 0 0 0-2.079-.46V17.5L34 14l4-4v2.803c1.177.193 2.208.42 3.022.685c.521.169 1.074.39 1.537.7c.372.25 1.248.938 1.248 2.155c0 1.218-.876 1.905-1.248 2.155c-.463.31-1.016.532-1.537.7c-1.07.348-2.512.631-4.17.858q-.858.118-1.818.22a1045 1045 0 0 0 1.803 4.695c.678 1.753-.4 3.625-2.135 4.014v2.034a3 3 0 0 1-3 3h-2.986V38h-2v-5.981h4.986a1 1 0 0 0 1-1v-3.961h1.333c.705 0 1.19-.708.937-1.366a907 907 0 0 1-2.006-5.227c-2.671.21-5.744.327-9.001.327c-4.087 0-7.882-.185-10.96-.505c.127 3.777 2.291 6.74 3.425 7.959l.268.288V38h-2zm.204-14.332a7.94 7.94 0 0 0-1.694 3.32c2.99.31 6.717.494 10.757.494c2.982 0 5.794-.1 8.264-.278a257 257 0 0 1-.917-2.478c-.168-.462-.477-.758-1.143-1.396l-.175-.168c-.79-.759-1.593-1.357-2.678-1.778C26.22 12.268 24.773 12 22.67 12c-3.997 0-6.375 1.37-7.768 2.977" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsHeadCircumferenceOutline(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="M14.698 29.31c-1.369-1.57-3.661-4.94-3.698-9.264c-1.625-.226-3.04-.505-4.093-.847c-.521-.17-1.074-.39-1.537-.701c-.372-.25-1.248-.937-1.248-2.155s.876-1.904 1.248-2.154c.463-.31 1.016-.532 1.537-.701c1.07-.347 2.512-.63 4.169-.858l.692-.09c-.601.795-1.163 1.567-1.546 2.241a22 22 0 0 0-2.469.538c-1.047.312-1.63.659-1.63 1.024c0 .366.583.713 1.63 1.025l.097.028c.852.245 1.992.468 3.361.66a9.94 9.94 0 0 1 2.18-4.388C15.208 11.57 18.165 10 22.67 10c2.267 0 3.976.289 5.369.83c1.404.545 2.425 1.322 3.339 2.2l.214.203c.592.559 1.262 1.19 1.6 2.122c.304.84.69 1.875 1.108 2.985c2.465-.241 4.465-.566 5.778-.944l.097-.028c1.047-.312 1.63-.659 1.63-1.025s-.583-.712-1.63-1.024l-.097-.028a21 21 0 0 0-2.079-.46V17.5L34 14l4-4v2.803c1.177.193 2.208.42 3.022.685c.521.169 1.074.39 1.537.7c.372.25 1.248.938 1.248 2.155c0 1.218-.876 1.905-1.248 2.155c-.463.31-1.016.532-1.537.7c-1.07.348-2.512.631-4.17.858q-.858.118-1.818.22a1045 1045 0 0 0 1.803 4.695c.678 1.753-.4 3.625-2.135 4.014v2.034a3 3 0 0 1-3 3h-2.986V38h-2v-5.981h4.986a1 1 0 0 0 1-1v-3.961h1.333c.705 0 1.19-.708.937-1.366a907 907 0 0 1-2.006-5.227c-2.671.21-5.744.327-9.001.327c-4.087 0-7.882-.185-10.96-.505c.127 3.777 2.291 6.74 3.425 7.959l.268.288V38h-2zm.204-14.332a7.94 7.94 0 0 0-1.694 3.32c2.99.31 6.717.494 10.757.494c2.982 0 5.794-.1 8.264-.278a257 257 0 0 1-.917-2.478c-.168-.462-.477-.758-1.143-1.396l-.175-.168c-.79-.759-1.593-1.357-2.678-1.778C26.22 12.268 24.773 12 22.67 12c-3.997 0-6.375 1.37-7.768 2.977" 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="M14.698 29.31c-1.369-1.57-3.661-4.94-3.698-9.264c-1.625-.226-3.04-.505-4.093-.847c-.521-.17-1.074-.39-1.537-.701c-.372-.25-1.248-.937-1.248-2.155s.876-1.904 1.248-2.154c.463-.31 1.016-.532 1.537-.701c1.07-.347 2.512-.63 4.169-.858l.692-.09c-.601.795-1.163 1.567-1.546 2.241a22 22 0 0 0-2.469.538c-1.047.312-1.63.659-1.63 1.024c0 .366.583.713 1.63 1.025l.097.028c.852.245 1.992.468 3.361.66a9.94 9.94 0 0 1 2.18-4.388C15.208 11.57 18.165 10 22.67 10c2.267 0 3.976.289 5.369.83c1.404.545 2.425 1.322 3.339 2.2l.214.203c.592.559 1.262 1.19 1.6 2.122c.304.84.69 1.875 1.108 2.985c2.465-.241 4.465-.566 5.778-.944l.097-.028c1.047-.312 1.63-.659 1.63-1.025s-.583-.712-1.63-1.024l-.097-.028a21 21 0 0 0-2.079-.46V17.5L34 14l4-4v2.803c1.177.193 2.208.42 3.022.685c.521.169 1.074.39 1.537.7c.372.25 1.248.938 1.248 2.155c0 1.218-.876 1.905-1.248 2.155c-.463.31-1.016.532-1.537.7c-1.07.348-2.512.631-4.17.858q-.858.118-1.818.22a1045 1045 0 0 0 1.803 4.695c.678 1.753-.4 3.625-2.135 4.014v2.034a3 3 0 0 1-3 3h-2.986V38h-2v-5.981h4.986a1 1 0 0 0 1-1v-3.961h1.333c.705 0 1.19-.708.937-1.366a907 907 0 0 1-2.006-5.227c-2.671.21-5.744.327-9.001.327c-4.087 0-7.882-.185-10.96-.505c.127 3.777 2.291 6.74 3.425 7.959l.268.288V38h-2zm.204-14.332a7.94 7.94 0 0 0-1.694 3.32c2.99.31 6.717.494 10.757.494c2.982 0 5.794-.1 8.264-.278a257 257 0 0 1-.917-2.478c-.168-.462-.477-.758-1.143-1.396l-.175-.168c-.79-.759-1.593-1.357-2.678-1.778C26.22 12.268 24.773 12 22.67 12c-3.997 0-6.375 1.37-7.768 2.977" clip-rule="evenodd"/></svg> </template>
CSS
.icon-head-circumference-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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.698%2029.31c-1.369-1.57-3.661-4.94-3.698-9.264c-1.625-.226-3.04-.505-4.093-.847c-.521-.17-1.074-.39-1.537-.701c-.372-.25-1.248-.937-1.248-2.155s.876-1.904%201.248-2.154c.463-.31%201.016-.532%201.537-.701c1.07-.347%202.512-.63%204.169-.858l.692-.09c-.601.795-1.163%201.567-1.546%202.241a22%2022%200%200%200-2.469.538c-1.047.312-1.63.659-1.63%201.024c0%20.366.583.713%201.63%201.025l.097.028c.852.245%201.992.468%203.361.66a9.94%209.94%200%200%201%202.18-4.388C15.208%2011.57%2018.165%2010%2022.67%2010c2.267%200%203.976.289%205.369.83c1.404.545%202.425%201.322%203.339%202.2l.214.203c.592.559%201.262%201.19%201.6%202.122c.304.84.69%201.875%201.108%202.985c2.465-.241%204.465-.566%205.778-.944l.097-.028c1.047-.312%201.63-.659%201.63-1.025s-.583-.712-1.63-1.024l-.097-.028a21%2021%200%200%200-2.079-.46V17.5L34%2014l4-4v2.803c1.177.193%202.208.42%203.022.685c.521.169%201.074.39%201.537.7c.372.25%201.248.938%201.248%202.155c0%201.218-.876%201.905-1.248%202.155c-.463.31-1.016.532-1.537.7c-1.07.348-2.512.631-4.17.858q-.858.118-1.818.22a1045%201045%200%200%200%201.803%204.695c.678%201.753-.4%203.625-2.135%204.014v2.034a3%203%200%200%201-3%203h-2.986V38h-2v-5.981h4.986a1%201%200%200%200%201-1v-3.961h1.333c.705%200%201.19-.708.937-1.366a907%20907%200%200%201-2.006-5.227c-2.671.21-5.744.327-9.001.327c-4.087%200-7.882-.185-10.96-.505c.127%203.777%202.291%206.74%203.425%207.959l.268.288V38h-2zm.204-14.332a7.94%207.94%200%200%200-1.694%203.32c2.99.31%206.717.494%2010.757.494c2.982%200%205.794-.1%208.264-.278a257%20257%200%200%201-.917-2.478c-.168-.462-.477-.758-1.143-1.396l-.175-.168c-.79-.759-1.593-1.357-2.678-1.778C26.22%2012.268%2024.773%2012%2022.67%2012c-3.997%200-6.375%201.37-7.768%202.977%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%22M14.698%2029.31c-1.369-1.57-3.661-4.94-3.698-9.264c-1.625-.226-3.04-.505-4.093-.847c-.521-.17-1.074-.39-1.537-.701c-.372-.25-1.248-.937-1.248-2.155s.876-1.904%201.248-2.154c.463-.31%201.016-.532%201.537-.701c1.07-.347%202.512-.63%204.169-.858l.692-.09c-.601.795-1.163%201.567-1.546%202.241a22%2022%200%200%200-2.469.538c-1.047.312-1.63.659-1.63%201.024c0%20.366.583.713%201.63%201.025l.097.028c.852.245%201.992.468%203.361.66a9.94%209.94%200%200%201%202.18-4.388C15.208%2011.57%2018.165%2010%2022.67%2010c2.267%200%203.976.289%205.369.83c1.404.545%202.425%201.322%203.339%202.2l.214.203c.592.559%201.262%201.19%201.6%202.122c.304.84.69%201.875%201.108%202.985c2.465-.241%204.465-.566%205.778-.944l.097-.028c1.047-.312%201.63-.659%201.63-1.025s-.583-.712-1.63-1.024l-.097-.028a21%2021%200%200%200-2.079-.46V17.5L34%2014l4-4v2.803c1.177.193%202.208.42%203.022.685c.521.169%201.074.39%201.537.7c.372.25%201.248.938%201.248%202.155c0%201.218-.876%201.905-1.248%202.155c-.463.31-1.016.532-1.537.7c-1.07.348-2.512.631-4.17.858q-.858.118-1.818.22a1045%201045%200%200%200%201.803%204.695c.678%201.753-.4%203.625-2.135%204.014v2.034a3%203%200%200%201-3%203h-2.986V38h-2v-5.981h4.986a1%201%200%200%200%201-1v-3.961h1.333c.705%200%201.19-.708.937-1.366a907%20907%200%200%201-2.006-5.227c-2.671.21-5.744.327-9.001.327c-4.087%200-7.882-.185-10.96-.505c.127%203.777%202.291%206.74%203.425%207.959l.268.288V38h-2zm.204-14.332a7.94%207.94%200%200%200-1.694%203.32c2.99.31%206.717.494%2010.757.494c2.982%200%205.794-.1%208.264-.278a257%20257%200%200%201-.917-2.478c-.168-.462-.477-.758-1.143-1.396l-.175-.168c-.79-.759-1.593-1.357-2.678-1.778C26.22%2012.268%2024.773%2012%2022.67%2012c-3.997%200-6.375%201.37-7.768%202.977%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/head-circumference-outline.svg?color=%231a73e8&size=48