neurology icon
neurology-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.
- Name
- neurology-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Body
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More body icons from Health Icons
Use the neurology icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7 9.015C6.32 10 6.5 11.5 8 12c0 0 6 0 7-1.5s-.5-5-2-3.5s-2.5-1-3.5.5s-1.82.53-2.5 1.515"/><path fill-rule="evenodd" d="M12 4c-4.118 0-7.5 2.709-7.5 6.5c0 1.824.997 3.06 2.1 3.887c.306.23.614.423.9.581V14a2.9 2.9 0 0 1 .207-1.043l-.023-.008c-1.053-.351-1.73-1.101-1.969-2.005c-.228-.866-.03-1.786.462-2.497a2.1 2.1 0 0 1 1.007-.809c.263-.099.563-.142.716-.164l.068-.01a.8.8 0 0 0 .305-.093c.072-.043.209-.146.395-.426c.379-.568.907-.945 1.59-.945c.473 0 .92.204 1.15.309l.06.027c.299.133.413.164.493.164h.002c.018 0 .118.005.33-.207a2.2 2.2 0 0 1 1.026-.606a1.83 1.83 0 0 1 1.153.094c.652.273 1.092.861 1.36 1.397c.281.563.457 1.231.487 1.886c.03.644-.08 1.38-.487 1.99c-.247.372-.601.631-.936.816c-.343.19-.732.337-1.124.455c-.785.235-1.695.384-2.532.48c-.504.059-.994.1-1.434.128q-.005.038-.013.076c-.032.158-.082.3-.118.398l-.053.14l-.048.128A1 1 0 0 0 9.5 14v6a1 1 0 1 1-2 0v-2.809l-.192-.084a10 10 0 0 1-1.908-1.12c-1.397-1.047-2.9-2.81-2.9-5.487C2.5 5.291 7.118 2 12 2c2.616 0 4.486 1.316 5.665 2.563a10.5 10.5 0 0 1 1.629 2.285a6 6 0 0 1 .108.22l.008.017l.002.005l.001.002s0 .002-.913.408l.914-.406q.024.054.042.112l2 6.5A1 1 0 0 1 20.5 15h-2v3.5a1 1 0 0 1-1 1h-3v.5a1 1 0 1 1-2 0v-1.5a1 1 0 0 1 1-1h3V14a1 1 0 0 1 1-1h1.646l-1.581-5.138l-.048-.097a8.5 8.5 0 0 0-1.306-1.828C15.264 4.934 13.884 4 12 4m-3.822 6.998h.064a29 29 0 0 0 2.768-.178c.788-.092 1.565-.224 2.187-.41q.466-.143.731-.29q.13-.072.188-.124c.04-.034.053-.052.052-.05c.092-.14.171-.404.153-.791a2.8 2.8 0 0 0-.278-1.083a1.6 1.6 0 0 0-.228-.347l-.061-.06l-.047.042c-.529.529-1.116.793-1.746.793c-.549 0-1.02-.21-1.288-.329l-.017-.007a8 8 0 0 0-.309-.132l-.015.023c-.314.47-.655.808-1.038 1.036a2.8 2.8 0 0 1-1.001.347l-.229.036a1 1 0 0 0-.174.036q-.01.003-.008.004a.3.3 0 0 0-.06.07a1.06 1.06 0 0 0-.173.85c.051.194.186.413.529.564m5.632-3.373h-.002z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsNeurology24px(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="M7 9.015C6.32 10 6.5 11.5 8 12c0 0 6 0 7-1.5s-.5-5-2-3.5s-2.5-1-3.5.5s-1.82.53-2.5 1.515"/><path fillRule="evenodd" d="M12 4c-4.118 0-7.5 2.709-7.5 6.5c0 1.824.997 3.06 2.1 3.887c.306.23.614.423.9.581V14a2.9 2.9 0 0 1 .207-1.043l-.023-.008c-1.053-.351-1.73-1.101-1.969-2.005c-.228-.866-.03-1.786.462-2.497a2.1 2.1 0 0 1 1.007-.809c.263-.099.563-.142.716-.164l.068-.01a.8.8 0 0 0 .305-.093c.072-.043.209-.146.395-.426c.379-.568.907-.945 1.59-.945c.473 0 .92.204 1.15.309l.06.027c.299.133.413.164.493.164h.002c.018 0 .118.005.33-.207a2.2 2.2 0 0 1 1.026-.606a1.83 1.83 0 0 1 1.153.094c.652.273 1.092.861 1.36 1.397c.281.563.457 1.231.487 1.886c.03.644-.08 1.38-.487 1.99c-.247.372-.601.631-.936.816c-.343.19-.732.337-1.124.455c-.785.235-1.695.384-2.532.48c-.504.059-.994.1-1.434.128q-.005.038-.013.076c-.032.158-.082.3-.118.398l-.053.14l-.048.128A1 1 0 0 0 9.5 14v6a1 1 0 1 1-2 0v-2.809l-.192-.084a10 10 0 0 1-1.908-1.12c-1.397-1.047-2.9-2.81-2.9-5.487C2.5 5.291 7.118 2 12 2c2.616 0 4.486 1.316 5.665 2.563a10.5 10.5 0 0 1 1.629 2.285a6 6 0 0 1 .108.22l.008.017l.002.005l.001.002s0 .002-.913.408l.914-.406q.024.054.042.112l2 6.5A1 1 0 0 1 20.5 15h-2v3.5a1 1 0 0 1-1 1h-3v.5a1 1 0 1 1-2 0v-1.5a1 1 0 0 1 1-1h3V14a1 1 0 0 1 1-1h1.646l-1.581-5.138l-.048-.097a8.5 8.5 0 0 0-1.306-1.828C15.264 4.934 13.884 4 12 4m-3.822 6.998h.064a29 29 0 0 0 2.768-.178c.788-.092 1.565-.224 2.187-.41q.466-.143.731-.29q.13-.072.188-.124c.04-.034.053-.052.052-.05c.092-.14.171-.404.153-.791a2.8 2.8 0 0 0-.278-1.083a1.6 1.6 0 0 0-.228-.347l-.061-.06l-.047.042c-.529.529-1.116.793-1.746.793c-.549 0-1.02-.21-1.288-.329l-.017-.007a8 8 0 0 0-.309-.132l-.015.023c-.314.47-.655.808-1.038 1.036a2.8 2.8 0 0 1-1.001.347l-.229.036a1 1 0 0 0-.174.036q-.01.003-.008.004a.3.3 0 0 0-.06.07a1.06 1.06 0 0 0-.173.85c.051.194.186.413.529.564m5.632-3.373h-.002z" 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="M7 9.015C6.32 10 6.5 11.5 8 12c0 0 6 0 7-1.5s-.5-5-2-3.5s-2.5-1-3.5.5s-1.82.53-2.5 1.515"/><path fill-rule="evenodd" d="M12 4c-4.118 0-7.5 2.709-7.5 6.5c0 1.824.997 3.06 2.1 3.887c.306.23.614.423.9.581V14a2.9 2.9 0 0 1 .207-1.043l-.023-.008c-1.053-.351-1.73-1.101-1.969-2.005c-.228-.866-.03-1.786.462-2.497a2.1 2.1 0 0 1 1.007-.809c.263-.099.563-.142.716-.164l.068-.01a.8.8 0 0 0 .305-.093c.072-.043.209-.146.395-.426c.379-.568.907-.945 1.59-.945c.473 0 .92.204 1.15.309l.06.027c.299.133.413.164.493.164h.002c.018 0 .118.005.33-.207a2.2 2.2 0 0 1 1.026-.606a1.83 1.83 0 0 1 1.153.094c.652.273 1.092.861 1.36 1.397c.281.563.457 1.231.487 1.886c.03.644-.08 1.38-.487 1.99c-.247.372-.601.631-.936.816c-.343.19-.732.337-1.124.455c-.785.235-1.695.384-2.532.48c-.504.059-.994.1-1.434.128q-.005.038-.013.076c-.032.158-.082.3-.118.398l-.053.14l-.048.128A1 1 0 0 0 9.5 14v6a1 1 0 1 1-2 0v-2.809l-.192-.084a10 10 0 0 1-1.908-1.12c-1.397-1.047-2.9-2.81-2.9-5.487C2.5 5.291 7.118 2 12 2c2.616 0 4.486 1.316 5.665 2.563a10.5 10.5 0 0 1 1.629 2.285a6 6 0 0 1 .108.22l.008.017l.002.005l.001.002s0 .002-.913.408l.914-.406q.024.054.042.112l2 6.5A1 1 0 0 1 20.5 15h-2v3.5a1 1 0 0 1-1 1h-3v.5a1 1 0 1 1-2 0v-1.5a1 1 0 0 1 1-1h3V14a1 1 0 0 1 1-1h1.646l-1.581-5.138l-.048-.097a8.5 8.5 0 0 0-1.306-1.828C15.264 4.934 13.884 4 12 4m-3.822 6.998h.064a29 29 0 0 0 2.768-.178c.788-.092 1.565-.224 2.187-.41q.466-.143.731-.29q.13-.072.188-.124c.04-.034.053-.052.052-.05c.092-.14.171-.404.153-.791a2.8 2.8 0 0 0-.278-1.083a1.6 1.6 0 0 0-.228-.347l-.061-.06l-.047.042c-.529.529-1.116.793-1.746.793c-.549 0-1.02-.21-1.288-.329l-.017-.007a8 8 0 0 0-.309-.132l-.015.023c-.314.47-.655.808-1.038 1.036a2.8 2.8 0 0 1-1.001.347l-.229.036a1 1 0 0 0-.174.036q-.01.003-.008.004a.3.3 0 0 0-.06.07a1.06 1.06 0 0 0-.173.85c.051.194.186.413.529.564m5.632-3.373h-.002z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-neurology-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%22M7%209.015C6.32%2010%206.5%2011.5%208%2012c0%200%206%200%207-1.5s-.5-5-2-3.5s-2.5-1-3.5.5s-1.82.53-2.5%201.515%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204c-4.118%200-7.5%202.709-7.5%206.5c0%201.824.997%203.06%202.1%203.887c.306.23.614.423.9.581V14a2.9%202.9%200%200%201%20.207-1.043l-.023-.008c-1.053-.351-1.73-1.101-1.969-2.005c-.228-.866-.03-1.786.462-2.497a2.1%202.1%200%200%201%201.007-.809c.263-.099.563-.142.716-.164l.068-.01a.8.8%200%200%200%20.305-.093c.072-.043.209-.146.395-.426c.379-.568.907-.945%201.59-.945c.473%200%20.92.204%201.15.309l.06.027c.299.133.413.164.493.164h.002c.018%200%20.118.005.33-.207a2.2%202.2%200%200%201%201.026-.606a1.83%201.83%200%200%201%201.153.094c.652.273%201.092.861%201.36%201.397c.281.563.457%201.231.487%201.886c.03.644-.08%201.38-.487%201.99c-.247.372-.601.631-.936.816c-.343.19-.732.337-1.124.455c-.785.235-1.695.384-2.532.48c-.504.059-.994.1-1.434.128q-.005.038-.013.076c-.032.158-.082.3-.118.398l-.053.14l-.048.128A1%201%200%200%200%209.5%2014v6a1%201%200%201%201-2%200v-2.809l-.192-.084a10%2010%200%200%201-1.908-1.12c-1.397-1.047-2.9-2.81-2.9-5.487C2.5%205.291%207.118%202%2012%202c2.616%200%204.486%201.316%205.665%202.563a10.5%2010.5%200%200%201%201.629%202.285a6%206%200%200%201%20.108.22l.008.017l.002.005l.001.002s0%20.002-.913.408l.914-.406q.024.054.042.112l2%206.5A1%201%200%200%201%2020.5%2015h-2v3.5a1%201%200%200%201-1%201h-3v.5a1%201%200%201%201-2%200v-1.5a1%201%200%200%201%201-1h3V14a1%201%200%200%201%201-1h1.646l-1.581-5.138l-.048-.097a8.5%208.5%200%200%200-1.306-1.828C15.264%204.934%2013.884%204%2012%204m-3.822%206.998h.064a29%2029%200%200%200%202.768-.178c.788-.092%201.565-.224%202.187-.41q.466-.143.731-.29q.13-.072.188-.124c.04-.034.053-.052.052-.05c.092-.14.171-.404.153-.791a2.8%202.8%200%200%200-.278-1.083a1.6%201.6%200%200%200-.228-.347l-.061-.06l-.047.042c-.529.529-1.116.793-1.746.793c-.549%200-1.02-.21-1.288-.329l-.017-.007a8%208%200%200%200-.309-.132l-.015.023c-.314.47-.655.808-1.038%201.036a2.8%202.8%200%200%201-1.001.347l-.229.036a1%201%200%200%200-.174.036q-.01.003-.008.004a.3.3%200%200%200-.06.07a1.06%201.06%200%200%200-.173.85c.051.194.186.413.529.564m5.632-3.373h-.002z%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%22M7%209.015C6.32%2010%206.5%2011.5%208%2012c0%200%206%200%207-1.5s-.5-5-2-3.5s-2.5-1-3.5.5s-1.82.53-2.5%201.515%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204c-4.118%200-7.5%202.709-7.5%206.5c0%201.824.997%203.06%202.1%203.887c.306.23.614.423.9.581V14a2.9%202.9%200%200%201%20.207-1.043l-.023-.008c-1.053-.351-1.73-1.101-1.969-2.005c-.228-.866-.03-1.786.462-2.497a2.1%202.1%200%200%201%201.007-.809c.263-.099.563-.142.716-.164l.068-.01a.8.8%200%200%200%20.305-.093c.072-.043.209-.146.395-.426c.379-.568.907-.945%201.59-.945c.473%200%20.92.204%201.15.309l.06.027c.299.133.413.164.493.164h.002c.018%200%20.118.005.33-.207a2.2%202.2%200%200%201%201.026-.606a1.83%201.83%200%200%201%201.153.094c.652.273%201.092.861%201.36%201.397c.281.563.457%201.231.487%201.886c.03.644-.08%201.38-.487%201.99c-.247.372-.601.631-.936.816c-.343.19-.732.337-1.124.455c-.785.235-1.695.384-2.532.48c-.504.059-.994.1-1.434.128q-.005.038-.013.076c-.032.158-.082.3-.118.398l-.053.14l-.048.128A1%201%200%200%200%209.5%2014v6a1%201%200%201%201-2%200v-2.809l-.192-.084a10%2010%200%200%201-1.908-1.12c-1.397-1.047-2.9-2.81-2.9-5.487C2.5%205.291%207.118%202%2012%202c2.616%200%204.486%201.316%205.665%202.563a10.5%2010.5%200%200%201%201.629%202.285a6%206%200%200%201%20.108.22l.008.017l.002.005l.001.002s0%20.002-.913.408l.914-.406q.024.054.042.112l2%206.5A1%201%200%200%201%2020.5%2015h-2v3.5a1%201%200%200%201-1%201h-3v.5a1%201%200%201%201-2%200v-1.5a1%201%200%200%201%201-1h3V14a1%201%200%200%201%201-1h1.646l-1.581-5.138l-.048-.097a8.5%208.5%200%200%200-1.306-1.828C15.264%204.934%2013.884%204%2012%204m-3.822%206.998h.064a29%2029%200%200%200%202.768-.178c.788-.092%201.565-.224%202.187-.41q.466-.143.731-.29q.13-.072.188-.124c.04-.034.053-.052.052-.05c.092-.14.171-.404.153-.791a2.8%202.8%200%200%200-.278-1.083a1.6%201.6%200%200%200-.228-.347l-.061-.06l-.047.042c-.529.529-1.116.793-1.746.793c-.549%200-1.02-.21-1.288-.329l-.017-.007a8%208%200%200%200-.309-.132l-.015.023c-.314.47-.655.808-1.038%201.036a2.8%202.8%200%200%201-1.001.347l-.229.036a1%201%200%200%200-.174.036q-.01.003-.008.004a.3.3%200%200%200-.06.07a1.06%201.06%200%200%200-.173.85c.051.194.186.413.529.564m5.632-3.373h-.002z%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/neurology-24px.svg?color=%231a73e8&size=48