vomiting icon
vomiting-24px from Health Icons by Resolve to Save Lives · Filled 24px · Conditions · MIT Free for personal and commercial use.
- Name
- vomiting-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Conditions
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
The same icon in other sets
More conditions icons from Health Icons
Use the vomiting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.75 7.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m-5.117 6.677L6.43 12.574l1.184-1.18a2 2 0 0 0 .575 1.21l2.103 2.103a1 1 0 1 0 1.414-1.414L9.604 11.19l.644-2.649a1.73 1.73 0 0 0-.403-1.818a2.596 2.596 0 0 0-3.671 0l-2.71 2.71a2 2 0 0 0-.337 2.384a8 8 0 0 0 2.906 3.56l.472 4.723a1 1 0 0 0 1.99-.2l-.472-4.722a2 2 0 0 0-.39-1.001M21 19.75c0 .69-1.679 1.25-3.75 1.25s-3.75-.56-3.75-1.25s1.679-1.25 3.75-1.25q.126 0 .25.003V18.5a1 1 0 1 1 1.97.243c.928.227 1.53.594 1.53 1.007M17 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1.25 3.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-1.75.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M14.75 10a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsVomiting24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.75 7.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m-5.117 6.677L6.43 12.574l1.184-1.18a2 2 0 0 0 .575 1.21l2.103 2.103a1 1 0 1 0 1.414-1.414L9.604 11.19l.644-2.649a1.73 1.73 0 0 0-.403-1.818a2.596 2.596 0 0 0-3.671 0l-2.71 2.71a2 2 0 0 0-.337 2.384a8 8 0 0 0 2.906 3.56l.472 4.723a1 1 0 0 0 1.99-.2l-.472-4.722a2 2 0 0 0-.39-1.001M21 19.75c0 .69-1.679 1.25-3.75 1.25s-3.75-.56-3.75-1.25s1.679-1.25 3.75-1.25q.126 0 .25.003V18.5a1 1 0 1 1 1.97.243c.928.227 1.53.594 1.53 1.007M17 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1.25 3.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-1.75.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M14.75 10a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.75 7.5a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5m-5.117 6.677L6.43 12.574l1.184-1.18a2 2 0 0 0 .575 1.21l2.103 2.103a1 1 0 1 0 1.414-1.414L9.604 11.19l.644-2.649a1.73 1.73 0 0 0-.403-1.818a2.596 2.596 0 0 0-3.671 0l-2.71 2.71a2 2 0 0 0-.337 2.384a8 8 0 0 0 2.906 3.56l.472 4.723a1 1 0 0 0 1.99-.2l-.472-4.722a2 2 0 0 0-.39-1.001M21 19.75c0 .69-1.679 1.25-3.75 1.25s-3.75-.56-3.75-1.25s1.679-1.25 3.75-1.25q.126 0 .25.003V18.5a1 1 0 1 1 1.97.243c.928.227 1.53.594 1.53 1.007M17 12a1 1 0 1 1-2 0a1 1 0 0 1 2 0m1.25 3.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-1.75.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0M14.75 10a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg> </template>
CSS
.icon-vomiting-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%207.5a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m-5.117%206.677L6.43%2012.574l1.184-1.18a2%202%200%200%200%20.575%201.21l2.103%202.103a1%201%200%201%200%201.414-1.414L9.604%2011.19l.644-2.649a1.73%201.73%200%200%200-.403-1.818a2.596%202.596%200%200%200-3.671%200l-2.71%202.71a2%202%200%200%200-.337%202.384a8%208%200%200%200%202.906%203.56l.472%204.723a1%201%200%200%200%201.99-.2l-.472-4.722a2%202%200%200%200-.39-1.001M21%2019.75c0%20.69-1.679%201.25-3.75%201.25s-3.75-.56-3.75-1.25s1.679-1.25%203.75-1.25q.126%200%20.25.003V18.5a1%201%200%201%201%201.97.243c.928.227%201.53.594%201.53%201.007M17%2012a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1.25%203.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m-1.75.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M14.75%2010a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.75%207.5a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5m-5.117%206.677L6.43%2012.574l1.184-1.18a2%202%200%200%200%20.575%201.21l2.103%202.103a1%201%200%201%200%201.414-1.414L9.604%2011.19l.644-2.649a1.73%201.73%200%200%200-.403-1.818a2.596%202.596%200%200%200-3.671%200l-2.71%202.71a2%202%200%200%200-.337%202.384a8%208%200%200%200%202.906%203.56l.472%204.723a1%201%200%200%200%201.99-.2l-.472-4.722a2%202%200%200%200-.39-1.001M21%2019.75c0%20.69-1.679%201.25-3.75%201.25s-3.75-.56-3.75-1.25s1.679-1.25%203.75-1.25q.126%200%20.25.003V18.5a1%201%200%201%201%201.97.243c.928.227%201.53.594%201.53%201.007M17%2012a1%201%200%201%201-2%200a1%201%200%200%201%202%200m1.25%203.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m-1.75.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200M14.75%2010a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/vomiting-24px.svg?color=%231a73e8&size=48