self-care from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
self-care
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
self-care-outline, self-care-outline-rounded, self-care-outline-sharp, self-care-rounded, self-care-sharp

The same icon in other sets

More home icons from Material Symbols Light

Use the self care icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.692 20.846q-.212 0-.356-.144t-.144-.356t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h2.731v-1.231h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h2.731v-1.23h-2.73q-.213 0-.357-.145q-.144-.144-.144-.357q0-.212.144-.356t.356-.143h3.231q.633 0 1.067.53t.433 1.163v8.961q0 .633-.433 1.066q-.434.434-1.067.434zm-4.06-7.471q1.176-1.625 1.176-3.875t-1.175-3.875T8.808 4T5.983 5.625T4.808 9.5t1.175 3.875T8.808 15t2.825-1.625m-2.825 7.471q-.758 0-1.206-.57t-.37-1.29l.362-3.198q-1.642-.517-2.714-2.25T3.808 9.5q0-2.708 1.457-4.604T8.803 3t3.543 1.896T13.808 9.5q0 2.304-1.072 4.038q-1.072 1.733-2.715 2.25l.362 3.199q.098.719-.374 1.289t-1.201.57"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSelfCare(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="M15.692 20.846q-.212 0-.356-.144t-.144-.356t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h2.731v-1.231h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h2.731v-1.23h-2.73q-.213 0-.357-.145q-.144-.144-.144-.357q0-.212.144-.356t.356-.143h3.231q.633 0 1.067.53t.433 1.163v8.961q0 .633-.433 1.066q-.434.434-1.067.434zm-4.06-7.471q1.176-1.625 1.176-3.875t-1.175-3.875T8.808 4T5.983 5.625T4.808 9.5t1.175 3.875T8.808 15t2.825-1.625m-2.825 7.471q-.758 0-1.206-.57t-.37-1.29l.362-3.198q-1.642-.517-2.714-2.25T3.808 9.5q0-2.708 1.457-4.604T8.803 3t3.543 1.896T13.808 9.5q0 2.304-1.072 4.038q-1.072 1.733-2.715 2.25l.362 3.199q.098.719-.374 1.289t-1.201.57"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.692 20.846q-.212 0-.356-.144t-.144-.356t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h2.731v-1.231h-2.73q-.213 0-.357-.144t-.144-.357t.144-.356t.356-.143h2.731v-1.23h-2.73q-.213 0-.357-.145q-.144-.144-.144-.357q0-.212.144-.356t.356-.143h3.231q.633 0 1.067.53t.433 1.163v8.961q0 .633-.433 1.066q-.434.434-1.067.434zm-4.06-7.471q1.176-1.625 1.176-3.875t-1.175-3.875T8.808 4T5.983 5.625T4.808 9.5t1.175 3.875T8.808 15t2.825-1.625m-2.825 7.471q-.758 0-1.206-.57t-.37-1.29l.362-3.198q-1.642-.517-2.714-2.25T3.808 9.5q0-2.708 1.457-4.604T8.803 3t3.543 1.896T13.808 9.5q0 2.304-1.072 4.038q-1.072 1.733-2.715 2.25l.362 3.199q.098.719-.374 1.289t-1.201.57"/></svg>
</template>

CSS

.icon-self-care {
  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%22M15.692%2020.846q-.212%200-.356-.144t-.144-.356t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h2.731v-1.231h-2.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h2.731v-1.23h-2.73q-.213%200-.357-.145q-.144-.144-.144-.357q0-.212.144-.356t.356-.143h3.231q.633%200%201.067.53t.433%201.163v8.961q0%20.633-.433%201.066q-.434.434-1.067.434zm-4.06-7.471q1.176-1.625%201.176-3.875t-1.175-3.875T8.808%204T5.983%205.625T4.808%209.5t1.175%203.875T8.808%2015t2.825-1.625m-2.825%207.471q-.758%200-1.206-.57t-.37-1.29l.362-3.198q-1.642-.517-2.714-2.25T3.808%209.5q0-2.708%201.457-4.604T8.803%203t3.543%201.896T13.808%209.5q0%202.304-1.072%204.038q-1.072%201.733-2.715%202.25l.362%203.199q.098.719-.374%201.289t-1.201.57%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%22M15.692%2020.846q-.212%200-.356-.144t-.144-.356t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.144h2.731v-1.23h-2.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h2.731v-1.231h-2.73q-.213%200-.357-.144t-.144-.357t.144-.356t.356-.143h2.731v-1.23h-2.73q-.213%200-.357-.145q-.144-.144-.144-.357q0-.212.144-.356t.356-.143h3.231q.633%200%201.067.53t.433%201.163v8.961q0%20.633-.433%201.066q-.434.434-1.067.434zm-4.06-7.471q1.176-1.625%201.176-3.875t-1.175-3.875T8.808%204T5.983%205.625T4.808%209.5t1.175%203.875T8.808%2015t2.825-1.625m-2.825%207.471q-.758%200-1.206-.57t-.37-1.29l.362-3.198q-1.642-.517-2.714-2.25T3.808%209.5q0-2.708%201.457-4.604T8.803%203t3.543%201.896T13.808%209.5q0%202.304-1.072%204.038q-1.072%201.733-2.715%202.25l.362%203.199q.098.719-.374%201.289t-1.201.57%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/self-care.svg?color=%231a73e8&size=48