baby-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
baby-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the baby icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 136a8 8 0 1 1 8-8a8 8 0 0 1-8 8m72-16a8 8 0 1 0 8 8a8 8 0 0 0-8-8m-10.13 44.62a49 49 0 0 1-51.74 0a4 4 0 0 0-4.26 6.76a57 57 0 0 0 60.26 0a4 4 0 1 0-4.26-6.76M228 128A100 100 0 1 1 128 28a100.11 100.11 0 0 1 100 100m-8 0a92.11 92.11 0 0 0-90.06-92C116.26 54.07 116 71.83 116 72a12 12 0 0 0 24 0a4 4 0 0 1 8 0a20 20 0 0 1-40 0c0-.78.16-17.31 12-35.64A92 92 0 1 0 220 128"/></svg>

React

import type { SVGProps } from "react";

export function PhBabyThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 136a8 8 0 1 1 8-8a8 8 0 0 1-8 8m72-16a8 8 0 1 0 8 8a8 8 0 0 0-8-8m-10.13 44.62a49 49 0 0 1-51.74 0a4 4 0 0 0-4.26 6.76a57 57 0 0 0 60.26 0a4 4 0 1 0-4.26-6.76M228 128A100 100 0 1 1 128 28a100.11 100.11 0 0 1 100 100m-8 0a92.11 92.11 0 0 0-90.06-92C116.26 54.07 116 71.83 116 72a12 12 0 0 0 24 0a4 4 0 0 1 8 0a20 20 0 0 1-40 0c0-.78.16-17.31 12-35.64A92 92 0 1 0 220 128"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 136a8 8 0 1 1 8-8a8 8 0 0 1-8 8m72-16a8 8 0 1 0 8 8a8 8 0 0 0-8-8m-10.13 44.62a49 49 0 0 1-51.74 0a4 4 0 0 0-4.26 6.76a57 57 0 0 0 60.26 0a4 4 0 1 0-4.26-6.76M228 128A100 100 0 1 1 128 28a100.11 100.11 0 0 1 100 100m-8 0a92.11 92.11 0 0 0-90.06-92C116.26 54.07 116 71.83 116 72a12 12 0 0 0 24 0a4 4 0 0 1 8 0a20 20 0 0 1-40 0c0-.78.16-17.31 12-35.64A92 92 0 1 0 220 128"/></svg>
</template>

CSS

.icon-baby-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M92%20136a8%208%200%201%201%208-8a8%208%200%200%201-8%208m72-16a8%208%200%201%200%208%208a8%208%200%200%200-8-8m-10.13%2044.62a49%2049%200%200%201-51.74%200a4%204%200%200%200-4.26%206.76a57%2057%200%200%200%2060.26%200a4%204%200%201%200-4.26-6.76M228%20128A100%20100%200%201%201%20128%2028a100.11%20100.11%200%200%201%20100%20100m-8%200a92.11%2092.11%200%200%200-90.06-92C116.26%2054.07%20116%2071.83%20116%2072a12%2012%200%200%200%2024%200a4%204%200%200%201%208%200a20%2020%200%200%201-40%200c0-.78.16-17.31%2012-35.64A92%2092%200%201%200%20220%20128%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M92%20136a8%208%200%201%201%208-8a8%208%200%200%201-8%208m72-16a8%208%200%201%200%208%208a8%208%200%200%200-8-8m-10.13%2044.62a49%2049%200%200%201-51.74%200a4%204%200%200%200-4.26%206.76a57%2057%200%200%200%2060.26%200a4%204%200%201%200-4.26-6.76M228%20128A100%20100%200%201%201%20128%2028a100.11%20100.11%200%200%201%20100%20100m-8%200a92.11%2092.11%200%200%200-90.06-92C116.26%2054.07%20116%2071.83%20116%2072a12%2012%200%200%200%2024%200a4%204%200%200%201%208%200a20%2020%200%200%201-40%200c0-.78.16-17.31%2012-35.64A92%2092%200%201%200%20220%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/baby-thin.svg?color=%231a73e8&size=48