thyroid icon
thyroid-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.
- Name
- thyroid-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Body
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More body icons from Health Icons
Use the thyroid icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.932 4.47c-.022-.404-.058-1.044-.322-1.557a1.64 1.64 0 0 0-.732-.735c-.349-.173-.742-.21-1.15-.154c-.37.051-.704.2-.968.455c-.258.25-.41.559-.491.868c-.159.598-.09 1.3.068 1.961c.318 1.339 1.091 2.878 1.963 3.928c.142.172.246.397.314.632c.067.236.087.442.087.54v.068l1.507.33v-.398c0-.434-.137-1.393-.747-2.127c-.725-.874-1.393-2.205-1.658-3.318c-.134-.566-.143-.985-.077-1.233c.03-.114.067-.158.083-.173c.01-.01.037-.035.124-.047c.194-.026.265.006.274.01c.006.004.03.015.062.079c.095.183.133.496.159.962l.005.086c.009.18.02.385.043.563c.022.176.072.5.273.76c.12.155.3.295.54.354c.23.055.439.02.598-.034c.295-.098.578-.31.843-.545a.2.2 0 0 1 .04-.028l.026-.009a1 1 0 0 1 .21-.008l.008.001a.4.4 0 0 1 .062.048c.265.235.548.446.843.544c.16.053.369.09.597.034a.97.97 0 0 0 .541-.354c.201-.26.251-.584.274-.76c.022-.178.033-.382.043-.562l.004-.087c.026-.466.064-.778.159-.962c.033-.064.055-.074.061-.077c.01-.005.08-.038.275-.011c.084.011.105.034.109.037c.008.009.042.048.068.159c.056.246.034.665-.12 1.234c-.3 1.118-1.008 2.457-1.74 3.34c-.609.733-.746 1.692-.746 2.126v.374l1.507-.332v-.042c0-.098.02-.303.087-.54c.067-.235.171-.46.314-.632c.864-1.041 1.675-2.572 2.034-3.905c.177-.656.271-1.358.133-1.959a1.8 1.8 0 0 0-.471-.883a1.67 1.67 0 0 0-.97-.463c-.408-.056-.801-.02-1.15.153a1.64 1.64 0 0 0-.731.736c-.264.51-.3 1.149-.323 1.552a1.5 1.5 0 0 0-.472-.218a.8.8 0 0 0-.27-.05h-.074a5 5 0 0 0-.285 0a1 1 0 0 0-.175.02c-.2.029-.432.096-.666.248M9.7 22.004v-3.3l1.508-1.435v4.735zm2.744 0v-4.635l1.507 1.436v3.199z"/><path fill-rule="evenodd" d="M22 9.202v5.964c0 .895-.362 4.175-3.62 4.175c-1.586 0-2.282-.853-2.996-1.729c-.753-.923-1.526-1.871-3.384-1.871s-2.63.948-3.384 1.871c-.714.876-1.41 1.73-2.996 1.73c-3.258 0-3.62-3.281-3.62-4.176V9.202C2 4.41 4.704 3.24 6.027 6.517q.118.296.246.655c.702 1.922 1.823 4.99 5.727 4.99s5.025-3.068 5.727-4.99c.087-.238.167-.46.246-.655C19.296 3.24 22 4.411 22 9.202m-17.001.882a.75.75 0 0 0 .753-.75a.75.75 0 0 0-.753-.75a.75.75 0 0 0-.754.75c0 .414.337.75.754.75m1.978 2.25c0 .414-.338.75-.754.75a.75.75 0 0 1-.753-.75c0-.415.337-.75.753-.75s.754.335.754.75m1.755 2.604a.75.75 0 0 0 .754-.75a.75.75 0 0 0-.754-.75a.75.75 0 0 0-.753.75c0 .414.337.75.753.75m-2.98.395c0 .414-.337.75-.753.75a.75.75 0 0 1-.754-.75c0-.414.337-.75.754-.75c.416 0 .753.336.753.75m13.207-5.25a.75.75 0 0 1-.753-.75a.752.752 0 0 1 1.506 0a.75.75 0 0 1-.753.75m-1.978 2.25c0 .415.337.75.753.75a.75.75 0 0 0 .754-.75a.75.75 0 0 0-.754-.75a.75.75 0 0 0-.753.75m1.978 3.75a.75.75 0 0 1-.753-.75c0-.414.337-.75.753-.75s.753.336.753.75s-.337.75-.753.75m-4.446-1.895c0 .414.338.75.754.75a.75.75 0 0 0 .753-.75a.75.75 0 0 0-.753-.75a.75.75 0 0 0-.754.75" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsThyroid24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.932 4.47c-.022-.404-.058-1.044-.322-1.557a1.64 1.64 0 0 0-.732-.735c-.349-.173-.742-.21-1.15-.154c-.37.051-.704.2-.968.455c-.258.25-.41.559-.491.868c-.159.598-.09 1.3.068 1.961c.318 1.339 1.091 2.878 1.963 3.928c.142.172.246.397.314.632c.067.236.087.442.087.54v.068l1.507.33v-.398c0-.434-.137-1.393-.747-2.127c-.725-.874-1.393-2.205-1.658-3.318c-.134-.566-.143-.985-.077-1.233c.03-.114.067-.158.083-.173c.01-.01.037-.035.124-.047c.194-.026.265.006.274.01c.006.004.03.015.062.079c.095.183.133.496.159.962l.005.086c.009.18.02.385.043.563c.022.176.072.5.273.76c.12.155.3.295.54.354c.23.055.439.02.598-.034c.295-.098.578-.31.843-.545a.2.2 0 0 1 .04-.028l.026-.009a1 1 0 0 1 .21-.008l.008.001a.4.4 0 0 1 .062.048c.265.235.548.446.843.544c.16.053.369.09.597.034a.97.97 0 0 0 .541-.354c.201-.26.251-.584.274-.76c.022-.178.033-.382.043-.562l.004-.087c.026-.466.064-.778.159-.962c.033-.064.055-.074.061-.077c.01-.005.08-.038.275-.011c.084.011.105.034.109.037c.008.009.042.048.068.159c.056.246.034.665-.12 1.234c-.3 1.118-1.008 2.457-1.74 3.34c-.609.733-.746 1.692-.746 2.126v.374l1.507-.332v-.042c0-.098.02-.303.087-.54c.067-.235.171-.46.314-.632c.864-1.041 1.675-2.572 2.034-3.905c.177-.656.271-1.358.133-1.959a1.8 1.8 0 0 0-.471-.883a1.67 1.67 0 0 0-.97-.463c-.408-.056-.801-.02-1.15.153a1.64 1.64 0 0 0-.731.736c-.264.51-.3 1.149-.323 1.552a1.5 1.5 0 0 0-.472-.218a.8.8 0 0 0-.27-.05h-.074a5 5 0 0 0-.285 0a1 1 0 0 0-.175.02c-.2.029-.432.096-.666.248M9.7 22.004v-3.3l1.508-1.435v4.735zm2.744 0v-4.635l1.507 1.436v3.199z"/><path fillRule="evenodd" d="M22 9.202v5.964c0 .895-.362 4.175-3.62 4.175c-1.586 0-2.282-.853-2.996-1.729c-.753-.923-1.526-1.871-3.384-1.871s-2.63.948-3.384 1.871c-.714.876-1.41 1.73-2.996 1.73c-3.258 0-3.62-3.281-3.62-4.176V9.202C2 4.41 4.704 3.24 6.027 6.517q.118.296.246.655c.702 1.922 1.823 4.99 5.727 4.99s5.025-3.068 5.727-4.99c.087-.238.167-.46.246-.655C19.296 3.24 22 4.411 22 9.202m-17.001.882a.75.75 0 0 0 .753-.75a.75.75 0 0 0-.753-.75a.75.75 0 0 0-.754.75c0 .414.337.75.754.75m1.978 2.25c0 .414-.338.75-.754.75a.75.75 0 0 1-.753-.75c0-.415.337-.75.753-.75s.754.335.754.75m1.755 2.604a.75.75 0 0 0 .754-.75a.75.75 0 0 0-.754-.75a.75.75 0 0 0-.753.75c0 .414.337.75.753.75m-2.98.395c0 .414-.337.75-.753.75a.75.75 0 0 1-.754-.75c0-.414.337-.75.754-.75c.416 0 .753.336.753.75m13.207-5.25a.75.75 0 0 1-.753-.75a.752.752 0 0 1 1.506 0a.75.75 0 0 1-.753.75m-1.978 2.25c0 .415.337.75.753.75a.75.75 0 0 0 .754-.75a.75.75 0 0 0-.754-.75a.75.75 0 0 0-.753.75m1.978 3.75a.75.75 0 0 1-.753-.75c0-.414.337-.75.753-.75s.753.336.753.75s-.337.75-.753.75m-4.446-1.895c0 .414.338.75.754.75a.75.75 0 0 0 .753-.75a.75.75 0 0 0-.753-.75a.75.75 0 0 0-.754.75" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.932 4.47c-.022-.404-.058-1.044-.322-1.557a1.64 1.64 0 0 0-.732-.735c-.349-.173-.742-.21-1.15-.154c-.37.051-.704.2-.968.455c-.258.25-.41.559-.491.868c-.159.598-.09 1.3.068 1.961c.318 1.339 1.091 2.878 1.963 3.928c.142.172.246.397.314.632c.067.236.087.442.087.54v.068l1.507.33v-.398c0-.434-.137-1.393-.747-2.127c-.725-.874-1.393-2.205-1.658-3.318c-.134-.566-.143-.985-.077-1.233c.03-.114.067-.158.083-.173c.01-.01.037-.035.124-.047c.194-.026.265.006.274.01c.006.004.03.015.062.079c.095.183.133.496.159.962l.005.086c.009.18.02.385.043.563c.022.176.072.5.273.76c.12.155.3.295.54.354c.23.055.439.02.598-.034c.295-.098.578-.31.843-.545a.2.2 0 0 1 .04-.028l.026-.009a1 1 0 0 1 .21-.008l.008.001a.4.4 0 0 1 .062.048c.265.235.548.446.843.544c.16.053.369.09.597.034a.97.97 0 0 0 .541-.354c.201-.26.251-.584.274-.76c.022-.178.033-.382.043-.562l.004-.087c.026-.466.064-.778.159-.962c.033-.064.055-.074.061-.077c.01-.005.08-.038.275-.011c.084.011.105.034.109.037c.008.009.042.048.068.159c.056.246.034.665-.12 1.234c-.3 1.118-1.008 2.457-1.74 3.34c-.609.733-.746 1.692-.746 2.126v.374l1.507-.332v-.042c0-.098.02-.303.087-.54c.067-.235.171-.46.314-.632c.864-1.041 1.675-2.572 2.034-3.905c.177-.656.271-1.358.133-1.959a1.8 1.8 0 0 0-.471-.883a1.67 1.67 0 0 0-.97-.463c-.408-.056-.801-.02-1.15.153a1.64 1.64 0 0 0-.731.736c-.264.51-.3 1.149-.323 1.552a1.5 1.5 0 0 0-.472-.218a.8.8 0 0 0-.27-.05h-.074a5 5 0 0 0-.285 0a1 1 0 0 0-.175.02c-.2.029-.432.096-.666.248M9.7 22.004v-3.3l1.508-1.435v4.735zm2.744 0v-4.635l1.507 1.436v3.199z"/><path fill-rule="evenodd" d="M22 9.202v5.964c0 .895-.362 4.175-3.62 4.175c-1.586 0-2.282-.853-2.996-1.729c-.753-.923-1.526-1.871-3.384-1.871s-2.63.948-3.384 1.871c-.714.876-1.41 1.73-2.996 1.73c-3.258 0-3.62-3.281-3.62-4.176V9.202C2 4.41 4.704 3.24 6.027 6.517q.118.296.246.655c.702 1.922 1.823 4.99 5.727 4.99s5.025-3.068 5.727-4.99c.087-.238.167-.46.246-.655C19.296 3.24 22 4.411 22 9.202m-17.001.882a.75.75 0 0 0 .753-.75a.75.75 0 0 0-.753-.75a.75.75 0 0 0-.754.75c0 .414.337.75.754.75m1.978 2.25c0 .414-.338.75-.754.75a.75.75 0 0 1-.753-.75c0-.415.337-.75.753-.75s.754.335.754.75m1.755 2.604a.75.75 0 0 0 .754-.75a.75.75 0 0 0-.754-.75a.75.75 0 0 0-.753.75c0 .414.337.75.753.75m-2.98.395c0 .414-.337.75-.753.75a.75.75 0 0 1-.754-.75c0-.414.337-.75.754-.75c.416 0 .753.336.753.75m13.207-5.25a.75.75 0 0 1-.753-.75a.752.752 0 0 1 1.506 0a.75.75 0 0 1-.753.75m-1.978 2.25c0 .415.337.75.753.75a.75.75 0 0 0 .754-.75a.75.75 0 0 0-.754-.75a.75.75 0 0 0-.753.75m1.978 3.75a.75.75 0 0 1-.753-.75c0-.414.337-.75.753-.75s.753.336.753.75s-.337.75-.753.75m-4.446-1.895c0 .414.338.75.754.75a.75.75 0 0 0 .753-.75a.75.75 0 0 0-.753-.75a.75.75 0 0 0-.754.75" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-thyroid-24px {
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%22currentColor%22%3E%3Cpath%20d%3D%22M10.932%204.47c-.022-.404-.058-1.044-.322-1.557a1.64%201.64%200%200%200-.732-.735c-.349-.173-.742-.21-1.15-.154c-.37.051-.704.2-.968.455c-.258.25-.41.559-.491.868c-.159.598-.09%201.3.068%201.961c.318%201.339%201.091%202.878%201.963%203.928c.142.172.246.397.314.632c.067.236.087.442.087.54v.068l1.507.33v-.398c0-.434-.137-1.393-.747-2.127c-.725-.874-1.393-2.205-1.658-3.318c-.134-.566-.143-.985-.077-1.233c.03-.114.067-.158.083-.173c.01-.01.037-.035.124-.047c.194-.026.265.006.274.01c.006.004.03.015.062.079c.095.183.133.496.159.962l.005.086c.009.18.02.385.043.563c.022.176.072.5.273.76c.12.155.3.295.54.354c.23.055.439.02.598-.034c.295-.098.578-.31.843-.545a.2.2%200%200%201%20.04-.028l.026-.009a1%201%200%200%201%20.21-.008l.008.001a.4.4%200%200%201%20.062.048c.265.235.548.446.843.544c.16.053.369.09.597.034a.97.97%200%200%200%20.541-.354c.201-.26.251-.584.274-.76c.022-.178.033-.382.043-.562l.004-.087c.026-.466.064-.778.159-.962c.033-.064.055-.074.061-.077c.01-.005.08-.038.275-.011c.084.011.105.034.109.037c.008.009.042.048.068.159c.056.246.034.665-.12%201.234c-.3%201.118-1.008%202.457-1.74%203.34c-.609.733-.746%201.692-.746%202.126v.374l1.507-.332v-.042c0-.098.02-.303.087-.54c.067-.235.171-.46.314-.632c.864-1.041%201.675-2.572%202.034-3.905c.177-.656.271-1.358.133-1.959a1.8%201.8%200%200%200-.471-.883a1.67%201.67%200%200%200-.97-.463c-.408-.056-.801-.02-1.15.153a1.64%201.64%200%200%200-.731.736c-.264.51-.3%201.149-.323%201.552a1.5%201.5%200%200%200-.472-.218a.8.8%200%200%200-.27-.05h-.074a5%205%200%200%200-.285%200a1%201%200%200%200-.175.02c-.2.029-.432.096-.666.248M9.7%2022.004v-3.3l1.508-1.435v4.735zm2.744%200v-4.635l1.507%201.436v3.199z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%209.202v5.964c0%20.895-.362%204.175-3.62%204.175c-1.586%200-2.282-.853-2.996-1.729c-.753-.923-1.526-1.871-3.384-1.871s-2.63.948-3.384%201.871c-.714.876-1.41%201.73-2.996%201.73c-3.258%200-3.62-3.281-3.62-4.176V9.202C2%204.41%204.704%203.24%206.027%206.517q.118.296.246.655c.702%201.922%201.823%204.99%205.727%204.99s5.025-3.068%205.727-4.99c.087-.238.167-.46.246-.655C19.296%203.24%2022%204.411%2022%209.202m-17.001.882a.75.75%200%200%200%20.753-.75a.75.75%200%200%200-.753-.75a.75.75%200%200%200-.754.75c0%20.414.337.75.754.75m1.978%202.25c0%20.414-.338.75-.754.75a.75.75%200%200%201-.753-.75c0-.415.337-.75.753-.75s.754.335.754.75m1.755%202.604a.75.75%200%200%200%20.754-.75a.75.75%200%200%200-.754-.75a.75.75%200%200%200-.753.75c0%20.414.337.75.753.75m-2.98.395c0%20.414-.337.75-.753.75a.75.75%200%200%201-.754-.75c0-.414.337-.75.754-.75c.416%200%20.753.336.753.75m13.207-5.25a.75.75%200%200%201-.753-.75a.752.752%200%200%201%201.506%200a.75.75%200%200%201-.753.75m-1.978%202.25c0%20.415.337.75.753.75a.75.75%200%200%200%20.754-.75a.75.75%200%200%200-.754-.75a.75.75%200%200%200-.753.75m1.978%203.75a.75.75%200%200%201-.753-.75c0-.414.337-.75.753-.75s.753.336.753.75s-.337.75-.753.75m-4.446-1.895c0%20.414.338.75.754.75a.75.75%200%200%200%20.753-.75a.75.75%200%200%200-.753-.75a.75.75%200%200%200-.754.75%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M10.932%204.47c-.022-.404-.058-1.044-.322-1.557a1.64%201.64%200%200%200-.732-.735c-.349-.173-.742-.21-1.15-.154c-.37.051-.704.2-.968.455c-.258.25-.41.559-.491.868c-.159.598-.09%201.3.068%201.961c.318%201.339%201.091%202.878%201.963%203.928c.142.172.246.397.314.632c.067.236.087.442.087.54v.068l1.507.33v-.398c0-.434-.137-1.393-.747-2.127c-.725-.874-1.393-2.205-1.658-3.318c-.134-.566-.143-.985-.077-1.233c.03-.114.067-.158.083-.173c.01-.01.037-.035.124-.047c.194-.026.265.006.274.01c.006.004.03.015.062.079c.095.183.133.496.159.962l.005.086c.009.18.02.385.043.563c.022.176.072.5.273.76c.12.155.3.295.54.354c.23.055.439.02.598-.034c.295-.098.578-.31.843-.545a.2.2%200%200%201%20.04-.028l.026-.009a1%201%200%200%201%20.21-.008l.008.001a.4.4%200%200%201%20.062.048c.265.235.548.446.843.544c.16.053.369.09.597.034a.97.97%200%200%200%20.541-.354c.201-.26.251-.584.274-.76c.022-.178.033-.382.043-.562l.004-.087c.026-.466.064-.778.159-.962c.033-.064.055-.074.061-.077c.01-.005.08-.038.275-.011c.084.011.105.034.109.037c.008.009.042.048.068.159c.056.246.034.665-.12%201.234c-.3%201.118-1.008%202.457-1.74%203.34c-.609.733-.746%201.692-.746%202.126v.374l1.507-.332v-.042c0-.098.02-.303.087-.54c.067-.235.171-.46.314-.632c.864-1.041%201.675-2.572%202.034-3.905c.177-.656.271-1.358.133-1.959a1.8%201.8%200%200%200-.471-.883a1.67%201.67%200%200%200-.97-.463c-.408-.056-.801-.02-1.15.153a1.64%201.64%200%200%200-.731.736c-.264.51-.3%201.149-.323%201.552a1.5%201.5%200%200%200-.472-.218a.8.8%200%200%200-.27-.05h-.074a5%205%200%200%200-.285%200a1%201%200%200%200-.175.02c-.2.029-.432.096-.666.248M9.7%2022.004v-3.3l1.508-1.435v4.735zm2.744%200v-4.635l1.507%201.436v3.199z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%209.202v5.964c0%20.895-.362%204.175-3.62%204.175c-1.586%200-2.282-.853-2.996-1.729c-.753-.923-1.526-1.871-3.384-1.871s-2.63.948-3.384%201.871c-.714.876-1.41%201.73-2.996%201.73c-3.258%200-3.62-3.281-3.62-4.176V9.202C2%204.41%204.704%203.24%206.027%206.517q.118.296.246.655c.702%201.922%201.823%204.99%205.727%204.99s5.025-3.068%205.727-4.99c.087-.238.167-.46.246-.655C19.296%203.24%2022%204.411%2022%209.202m-17.001.882a.75.75%200%200%200%20.753-.75a.75.75%200%200%200-.753-.75a.75.75%200%200%200-.754.75c0%20.414.337.75.754.75m1.978%202.25c0%20.414-.338.75-.754.75a.75.75%200%200%201-.753-.75c0-.415.337-.75.753-.75s.754.335.754.75m1.755%202.604a.75.75%200%200%200%20.754-.75a.75.75%200%200%200-.754-.75a.75.75%200%200%200-.753.75c0%20.414.337.75.753.75m-2.98.395c0%20.414-.337.75-.753.75a.75.75%200%200%201-.754-.75c0-.414.337-.75.754-.75c.416%200%20.753.336.753.75m13.207-5.25a.75.75%200%200%201-.753-.75a.752.752%200%200%201%201.506%200a.75.75%200%200%201-.753.75m-1.978%202.25c0%20.415.337.75.753.75a.75.75%200%200%200%20.754-.75a.75.75%200%200%200-.754-.75a.75.75%200%200%200-.753.75m1.978%203.75a.75.75%200%200%201-.753-.75c0-.414.337-.75.753-.75s.753.336.753.75s-.337.75-.753.75m-4.446-1.895c0%20.414.338.75.754.75a.75.75%200%200%200%20.753-.75a.75.75%200%200%200-.753-.75a.75.75%200%200%200-.754.75%22%20clip-rule%3D%22evenodd%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/thyroid-24px.svg?color=%231a73e8&size=48