caring icon
caring from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- caring
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the caring icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4.25 3.125v.625m0 1.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m10-.875v.625m0 1.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M10 17.5a4 4 0 1 0 8 0a4 4 0 0 0-8 0"/><path d="m22 20.5l-1.072-2.679c-.41-1.028-.616-1.542-1.014-1.868a2 2 0 0 0-.303-.205c-.45-.248-1.004-.248-2.111-.248m-14-7v4.806M10 11.5l-2.498-.416a2 2 0 0 1-.181-.035a1 1 0 0 1-.506-.316a2 2 0 0 1-.11-.147L4.993 8.191A1.65 1.65 0 0 0 2 9.151V14h2.5V8.5M2 21.5l.434-3.468a4 4 0 0 0 .048-.532c-.001-.133-.02-.265-.058-.53L2 14h2.5l2.059 2.882c.22.308.33.462.409.633s.124.354.216.722L8 21.5m12-10h-2.4c-.063 0-.095 0-.125-.002a1 1 0 0 1-.808-.498l-1.184-1.775a1.628 1.628 0 0 0-2.983.904V13.5H15v-4m-1 0V13"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCaring(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4.25 3.125v.625m0 1.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m10-.875v.625m0 1.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M10 17.5a4 4 0 1 0 8 0a4 4 0 0 0-8 0"/><path d="m22 20.5l-1.072-2.679c-.41-1.028-.616-1.542-1.014-1.868a2 2 0 0 0-.303-.205c-.45-.248-1.004-.248-2.111-.248m-14-7v4.806M10 11.5l-2.498-.416a2 2 0 0 1-.181-.035a1 1 0 0 1-.506-.316a2 2 0 0 1-.11-.147L4.993 8.191A1.65 1.65 0 0 0 2 9.151V14h2.5V8.5M2 21.5l.434-3.468a4 4 0 0 0 .048-.532c-.001-.133-.02-.265-.058-.53L2 14h2.5l2.059 2.882c.22.308.33.462.409.633s.124.354.216.722L8 21.5m12-10h-2.4c-.063 0-.095 0-.125-.002a1 1 0 0 1-.808-.498l-1.184-1.775a1.628 1.628 0 0 0-2.983.904V13.5H15v-4m-1 0V13"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4.25 3.125v.625m0 1.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5m10-.875v.625m0 1.25a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M10 17.5a4 4 0 1 0 8 0a4 4 0 0 0-8 0"/><path d="m22 20.5l-1.072-2.679c-.41-1.028-.616-1.542-1.014-1.868a2 2 0 0 0-.303-.205c-.45-.248-1.004-.248-2.111-.248m-14-7v4.806M10 11.5l-2.498-.416a2 2 0 0 1-.181-.035a1 1 0 0 1-.506-.316a2 2 0 0 1-.11-.147L4.993 8.191A1.65 1.65 0 0 0 2 9.151V14h2.5V8.5M2 21.5l.434-3.468a4 4 0 0 0 .048-.532c-.001-.133-.02-.265-.058-.53L2 14h2.5l2.059 2.882c.22.308.33.462.409.633s.124.354.216.722L8 21.5m12-10h-2.4c-.063 0-.095 0-.125-.002a1 1 0 0 1-.808-.498l-1.184-1.775a1.628 1.628 0 0 0-2.983.904V13.5H15v-4m-1 0V13"/></g></svg> </template>
CSS
.icon-caring {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.25%203.125v.625m0%201.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m10-.875v.625m0%201.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5M10%2017.5a4%204%200%201%200%208%200a4%204%200%200%200-8%200%22%2F%3E%3Cpath%20d%3D%22m22%2020.5l-1.072-2.679c-.41-1.028-.616-1.542-1.014-1.868a2%202%200%200%200-.303-.205c-.45-.248-1.004-.248-2.111-.248m-14-7v4.806M10%2011.5l-2.498-.416a2%202%200%200%201-.181-.035a1%201%200%200%201-.506-.316a2%202%200%200%201-.11-.147L4.993%208.191A1.65%201.65%200%200%200%202%209.151V14h2.5V8.5M2%2021.5l.434-3.468a4%204%200%200%200%20.048-.532c-.001-.133-.02-.265-.058-.53L2%2014h2.5l2.059%202.882c.22.308.33.462.409.633s.124.354.216.722L8%2021.5m12-10h-2.4c-.063%200-.095%200-.125-.002a1%201%200%200%201-.808-.498l-1.184-1.775a1.628%201.628%200%200%200-2.983.904V13.5H15v-4m-1%200V13%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.25%203.125v.625m0%201.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5m10-.875v.625m0%201.25a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5M10%2017.5a4%204%200%201%200%208%200a4%204%200%200%200-8%200%22%2F%3E%3Cpath%20d%3D%22m22%2020.5l-1.072-2.679c-.41-1.028-.616-1.542-1.014-1.868a2%202%200%200%200-.303-.205c-.45-.248-1.004-.248-2.111-.248m-14-7v4.806M10%2011.5l-2.498-.416a2%202%200%200%201-.181-.035a1%201%200%200%201-.506-.316a2%202%200%200%201-.11-.147L4.993%208.191A1.65%201.65%200%200%200%202%209.151V14h2.5V8.5M2%2021.5l.434-3.468a4%204%200%200%200%20.048-.532c-.001-.133-.02-.265-.058-.53L2%2014h2.5l2.059%202.882c.22.308.33.462.409.633s.124.354.216.722L8%2021.5m12-10h-2.4c-.063%200-.095%200-.125-.002a1%201%200%200%201-.808-.498l-1.184-1.775a1.628%201.628%200%200%200-2.983.904V13.5H15v-4m-1%200V13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/caring.svg?color=%231a73e8&size=48