bath-linear from Solar by 480 Design · Linear · Home · CC-BY-4.0 Attribution required.

Name
bath-linear
Set
Solar
Style
Linear
Category
Home
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More home icons from Solar

Use the bath 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-width="1.5"><path d="M3 13.0827C3 13.0059 3 12.9675 3.00211 12.9351C3.0347 12.4339 3.43395 12.0347 3.93511 12.0021C3.96752 12 4.00591 12 4.08268 12H19.9173C19.9941 12 20.0325 12 20.0649 12.0021C20.5661 12.0347 20.9653 12.4339 20.9979 12.9351C21 12.9675 21 13.0059 21 13.0827C21 13.4784 21 13.6762 20.9859 13.8977C20.7773 17.1854 17.983 20.0867 14.7053 20.4186C14.4845 20.441 14.3558 20.4458 14.0982 20.4555C13.364 20.4831 12.6493 20.5 12 20.5C11.3507 20.5 10.636 20.4831 9.90183 20.4555C9.64425 20.4458 9.51545 20.441 9.29467 20.4186C6.01705 20.0867 3.22272 17.1854 3.01406 13.8977C3 13.6762 3 13.4784 3 13.0827Z"/><path stroke-linecap="round" d="M6 20L5 22"/><path stroke-linecap="round" d="M18 20L19 22"/><path stroke-linecap="round" d="M2 12H22"/><path stroke-linecap="round" d="M12.3065 6.17554L6.3457 8.74162"/><path stroke-linecap="round" d="M6.34543 8.74152C6.03547 7.95489 6.01649 7.04299 6.36196 6.19229C6.6867 5.39262 7.27566 4.78934 7.9787 4.4471C8.77147 4.06116 9.70961 4.00734 10.5772 4.37797C11.3956 4.72762 11.9965 5.38898 12.3065 6.17562"/><path stroke-linecap="round" d="M7.97885 4.44713L7.59973 3.49934C7.23752 2.59379 6.36047 2 5.38516 2C4.06787 2 3 3.06787 3 4.38516V13"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBathLinear(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" strokeWidth="1.5"><path d="M3 13.0827C3 13.0059 3 12.9675 3.00211 12.9351C3.0347 12.4339 3.43395 12.0347 3.93511 12.0021C3.96752 12 4.00591 12 4.08268 12H19.9173C19.9941 12 20.0325 12 20.0649 12.0021C20.5661 12.0347 20.9653 12.4339 20.9979 12.9351C21 12.9675 21 13.0059 21 13.0827C21 13.4784 21 13.6762 20.9859 13.8977C20.7773 17.1854 17.983 20.0867 14.7053 20.4186C14.4845 20.441 14.3558 20.4458 14.0982 20.4555C13.364 20.4831 12.6493 20.5 12 20.5C11.3507 20.5 10.636 20.4831 9.90183 20.4555C9.64425 20.4458 9.51545 20.441 9.29467 20.4186C6.01705 20.0867 3.22272 17.1854 3.01406 13.8977C3 13.6762 3 13.4784 3 13.0827Z"/><path strokeLinecap="round" d="M6 20L5 22"/><path strokeLinecap="round" d="M18 20L19 22"/><path strokeLinecap="round" d="M2 12H22"/><path strokeLinecap="round" d="M12.3065 6.17554L6.3457 8.74162"/><path strokeLinecap="round" d="M6.34543 8.74152C6.03547 7.95489 6.01649 7.04299 6.36196 6.19229C6.6867 5.39262 7.27566 4.78934 7.9787 4.4471C8.77147 4.06116 9.70961 4.00734 10.5772 4.37797C11.3956 4.72762 11.9965 5.38898 12.3065 6.17562"/><path strokeLinecap="round" d="M7.97885 4.44713L7.59973 3.49934C7.23752 2.59379 6.36047 2 5.38516 2C4.06787 2 3 3.06787 3 4.38516V13"/></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-width="1.5"><path d="M3 13.0827C3 13.0059 3 12.9675 3.00211 12.9351C3.0347 12.4339 3.43395 12.0347 3.93511 12.0021C3.96752 12 4.00591 12 4.08268 12H19.9173C19.9941 12 20.0325 12 20.0649 12.0021C20.5661 12.0347 20.9653 12.4339 20.9979 12.9351C21 12.9675 21 13.0059 21 13.0827C21 13.4784 21 13.6762 20.9859 13.8977C20.7773 17.1854 17.983 20.0867 14.7053 20.4186C14.4845 20.441 14.3558 20.4458 14.0982 20.4555C13.364 20.4831 12.6493 20.5 12 20.5C11.3507 20.5 10.636 20.4831 9.90183 20.4555C9.64425 20.4458 9.51545 20.441 9.29467 20.4186C6.01705 20.0867 3.22272 17.1854 3.01406 13.8977C3 13.6762 3 13.4784 3 13.0827Z"/><path stroke-linecap="round" d="M6 20L5 22"/><path stroke-linecap="round" d="M18 20L19 22"/><path stroke-linecap="round" d="M2 12H22"/><path stroke-linecap="round" d="M12.3065 6.17554L6.3457 8.74162"/><path stroke-linecap="round" d="M6.34543 8.74152C6.03547 7.95489 6.01649 7.04299 6.36196 6.19229C6.6867 5.39262 7.27566 4.78934 7.9787 4.4471C8.77147 4.06116 9.70961 4.00734 10.5772 4.37797C11.3956 4.72762 11.9965 5.38898 12.3065 6.17562"/><path stroke-linecap="round" d="M7.97885 4.44713L7.59973 3.49934C7.23752 2.59379 6.36047 2 5.38516 2C4.06787 2 3 3.06787 3 4.38516V13"/></g></svg>
</template>

CSS

.icon-bath-linear {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2013.0827C3%2013.0059%203%2012.9675%203.00211%2012.9351C3.0347%2012.4339%203.43395%2012.0347%203.93511%2012.0021C3.96752%2012%204.00591%2012%204.08268%2012H19.9173C19.9941%2012%2020.0325%2012%2020.0649%2012.0021C20.5661%2012.0347%2020.9653%2012.4339%2020.9979%2012.9351C21%2012.9675%2021%2013.0059%2021%2013.0827C21%2013.4784%2021%2013.6762%2020.9859%2013.8977C20.7773%2017.1854%2017.983%2020.0867%2014.7053%2020.4186C14.4845%2020.441%2014.3558%2020.4458%2014.0982%2020.4555C13.364%2020.4831%2012.6493%2020.5%2012%2020.5C11.3507%2020.5%2010.636%2020.4831%209.90183%2020.4555C9.64425%2020.4458%209.51545%2020.441%209.29467%2020.4186C6.01705%2020.0867%203.22272%2017.1854%203.01406%2013.8977C3%2013.6762%203%2013.4784%203%2013.0827Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2020L5%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2020L19%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2012H22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.3065%206.17554L6.3457%208.74162%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.34543%208.74152C6.03547%207.95489%206.01649%207.04299%206.36196%206.19229C6.6867%205.39262%207.27566%204.78934%207.9787%204.4471C8.77147%204.06116%209.70961%204.00734%2010.5772%204.37797C11.3956%204.72762%2011.9965%205.38898%2012.3065%206.17562%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.97885%204.44713L7.59973%203.49934C7.23752%202.59379%206.36047%202%205.38516%202C4.06787%202%203%203.06787%203%204.38516V13%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3%2013.0827C3%2013.0059%203%2012.9675%203.00211%2012.9351C3.0347%2012.4339%203.43395%2012.0347%203.93511%2012.0021C3.96752%2012%204.00591%2012%204.08268%2012H19.9173C19.9941%2012%2020.0325%2012%2020.0649%2012.0021C20.5661%2012.0347%2020.9653%2012.4339%2020.9979%2012.9351C21%2012.9675%2021%2013.0059%2021%2013.0827C21%2013.4784%2021%2013.6762%2020.9859%2013.8977C20.7773%2017.1854%2017.983%2020.0867%2014.7053%2020.4186C14.4845%2020.441%2014.3558%2020.4458%2014.0982%2020.4555C13.364%2020.4831%2012.6493%2020.5%2012%2020.5C11.3507%2020.5%2010.636%2020.4831%209.90183%2020.4555C9.64425%2020.4458%209.51545%2020.441%209.29467%2020.4186C6.01705%2020.0867%203.22272%2017.1854%203.01406%2013.8977C3%2013.6762%203%2013.4784%203%2013.0827Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2020L5%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2020L19%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%2012H22%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.3065%206.17554L6.3457%208.74162%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.34543%208.74152C6.03547%207.95489%206.01649%207.04299%206.36196%206.19229C6.6867%205.39262%207.27566%204.78934%207.9787%204.4471C8.77147%204.06116%209.70961%204.00734%2010.5772%204.37797C11.3956%204.72762%2011.9965%205.38898%2012.3065%206.17562%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.97885%204.44713L7.59973%203.49934C7.23752%202.59379%206.36047%202%205.38516%202C4.06787%202%203%203.06787%203%204.38516V13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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