mirror icon

mirror-line-duotone from Solar by 480 Design · Line Duotone · Home · CC-BY-4.0 Attribution required.

Name
mirror-line-duotone
Set
Solar
Style
Line Duotone
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 mirror 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 stroke-linecap="round" d="M5 9.5V19C5 19.6491 4.78947 20.2807 4.4 20.8L3.5 22M19 9.5V19C19 19.6491 19.2105 20.2807 19.6 20.8L20.5 22"/><path d="M18 9.5C18 13.6421 15.3137 17 12 17C8.68629 17 6 13.6421 6 9.5C6 5.35786 8.68629 2 12 2C15.3137 2 18 5.35786 18 9.5Z"/><path d="M5 20H19" opacity=".5"/><path stroke-linecap="round" d="M13 5.2561C13.9608 5.76552 14.697 6.98832 14.9257 8.50024" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMirrorLineDuotone(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 strokeLinecap="round" d="M5 9.5V19C5 19.6491 4.78947 20.2807 4.4 20.8L3.5 22M19 9.5V19C19 19.6491 19.2105 20.2807 19.6 20.8L20.5 22"/><path d="M18 9.5C18 13.6421 15.3137 17 12 17C8.68629 17 6 13.6421 6 9.5C6 5.35786 8.68629 2 12 2C15.3137 2 18 5.35786 18 9.5Z"/><path d="M5 20H19" opacity=".5"/><path strokeLinecap="round" d="M13 5.2561C13.9608 5.76552 14.697 6.98832 14.9257 8.50024" opacity=".5"/></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 stroke-linecap="round" d="M5 9.5V19C5 19.6491 4.78947 20.2807 4.4 20.8L3.5 22M19 9.5V19C19 19.6491 19.2105 20.2807 19.6 20.8L20.5 22"/><path d="M18 9.5C18 13.6421 15.3137 17 12 17C8.68629 17 6 13.6421 6 9.5C6 5.35786 8.68629 2 12 2C15.3137 2 18 5.35786 18 9.5Z"/><path d="M5 20H19" opacity=".5"/><path stroke-linecap="round" d="M13 5.2561C13.9608 5.76552 14.697 6.98832 14.9257 8.50024" opacity=".5"/></g></svg>
</template>

CSS

.icon-mirror-line-duotone {
  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%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.5V19C5%2019.6491%204.78947%2020.2807%204.4%2020.8L3.5%2022M19%209.5V19C19%2019.6491%2019.2105%2020.2807%2019.6%2020.8L20.5%2022%22%2F%3E%3Cpath%20d%3D%22M18%209.5C18%2013.6421%2015.3137%2017%2012%2017C8.68629%2017%206%2013.6421%206%209.5C6%205.35786%208.68629%202%2012%202C15.3137%202%2018%205.35786%2018%209.5Z%22%2F%3E%3Cpath%20d%3D%22M5%2020H19%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%205.2561C13.9608%205.76552%2014.697%206.98832%2014.9257%208.50024%22%20opacity%3D%22.5%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%20stroke-linecap%3D%22round%22%20d%3D%22M5%209.5V19C5%2019.6491%204.78947%2020.2807%204.4%2020.8L3.5%2022M19%209.5V19C19%2019.6491%2019.2105%2020.2807%2019.6%2020.8L20.5%2022%22%2F%3E%3Cpath%20d%3D%22M18%209.5C18%2013.6421%2015.3137%2017%2012%2017C8.68629%2017%206%2013.6421%206%209.5C6%205.35786%208.68629%202%2012%202C15.3137%202%2018%205.35786%2018%209.5Z%22%2F%3E%3Cpath%20d%3D%22M5%2020H19%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M13%205.2561C13.9608%205.76552%2014.697%206.98832%2014.9257%208.50024%22%20opacity%3D%22.5%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/mirror-line-duotone.svg?color=%231a73e8&size=48