baby boy dress icon

baby-boy-dress from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
baby-boy-dress
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the baby boy dress 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="M5.947 9.003s-2.264 2.249-2.93 1.974c-.94-.389-1.346-4.157-.707-4.732l2.457-2.212C5.9 3.01 5.93 3 7.439 3h1.518C9.183 4.36 10.496 5.992 12 5.992S14.816 4.36 15.043 3h1.518c1.508 0 1.538.011 2.672 1.033l2.457 2.212c.64.575.233 4.343-.707 4.732c-.666.275-2.934-1.974-2.934-1.974"/><path d="M6 8v10.527c0 .705.12 1.082.755 1.423c2.613 1.4 7.877 1.4 10.49 0c.635-.34.755-.718.755-1.423V8"/><path d="M6 10c2 2.667 10 2.667 12 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsBabyBoyDress(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="M5.947 9.003s-2.264 2.249-2.93 1.974c-.94-.389-1.346-4.157-.707-4.732l2.457-2.212C5.9 3.01 5.93 3 7.439 3h1.518C9.183 4.36 10.496 5.992 12 5.992S14.816 4.36 15.043 3h1.518c1.508 0 1.538.011 2.672 1.033l2.457 2.212c.64.575.233 4.343-.707 4.732c-.666.275-2.934-1.974-2.934-1.974"/><path d="M6 8v10.527c0 .705.12 1.082.755 1.423c2.613 1.4 7.877 1.4 10.49 0c.635-.34.755-.718.755-1.423V8"/><path d="M6 10c2 2.667 10 2.667 12 0"/></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="M5.947 9.003s-2.264 2.249-2.93 1.974c-.94-.389-1.346-4.157-.707-4.732l2.457-2.212C5.9 3.01 5.93 3 7.439 3h1.518C9.183 4.36 10.496 5.992 12 5.992S14.816 4.36 15.043 3h1.518c1.508 0 1.538.011 2.672 1.033l2.457 2.212c.64.575.233 4.343-.707 4.732c-.666.275-2.934-1.974-2.934-1.974"/><path d="M6 8v10.527c0 .705.12 1.082.755 1.423c2.613 1.4 7.877 1.4 10.49 0c.635-.34.755-.718.755-1.423V8"/><path d="M6 10c2 2.667 10 2.667 12 0"/></g></svg>
</template>

CSS

.icon-baby-boy-dress {
  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%22M5.947%209.003s-2.264%202.249-2.93%201.974c-.94-.389-1.346-4.157-.707-4.732l2.457-2.212C5.9%203.01%205.93%203%207.439%203h1.518C9.183%204.36%2010.496%205.992%2012%205.992S14.816%204.36%2015.043%203h1.518c1.508%200%201.538.011%202.672%201.033l2.457%202.212c.64.575.233%204.343-.707%204.732c-.666.275-2.934-1.974-2.934-1.974%22%2F%3E%3Cpath%20d%3D%22M6%208v10.527c0%20.705.12%201.082.755%201.423c2.613%201.4%207.877%201.4%2010.49%200c.635-.34.755-.718.755-1.423V8%22%2F%3E%3Cpath%20d%3D%22M6%2010c2%202.667%2010%202.667%2012%200%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%22M5.947%209.003s-2.264%202.249-2.93%201.974c-.94-.389-1.346-4.157-.707-4.732l2.457-2.212C5.9%203.01%205.93%203%207.439%203h1.518C9.183%204.36%2010.496%205.992%2012%205.992S14.816%204.36%2015.043%203h1.518c1.508%200%201.538.011%202.672%201.033l2.457%202.212c.64.575.233%204.343-.707%204.732c-.666.275-2.934-1.974-2.934-1.974%22%2F%3E%3Cpath%20d%3D%22M6%208v10.527c0%20.705.12%201.082.755%201.423c2.613%201.4%207.877%201.4%2010.49%200c.635-.34.755-.718.755-1.423V8%22%2F%3E%3Cpath%20d%3D%22M6%2010c2%202.667%2010%202.667%2012%200%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/baby-boy-dress.svg?color=%231a73e8&size=48