mirror icon

mirror-broken from Solar by 480 Design · Broken · Home · CC-BY-4.0 Attribution required.

Name
mirror-broken
Set
Solar
Style
Broken
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-linecap="round" stroke-width="1.5"><path 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="M6.34141 7C6.12031 7.78195 6 8.62341 6 9.5C6 13.6421 8.68629 17 12 17C15.3137 17 18 13.6421 18 9.5C18 5.35786 15.3137 2 12 2C10.9091 2 9.88613 2.36394 9.00466 3"/><path d="M5 20H12M19 20H16"/><path d="M13 5.2561C13.9608 5.76552 14.697 6.98832 14.9257 8.50024"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMirrorBroken(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" strokeWidth="1.5"><path 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="M6.34141 7C6.12031 7.78195 6 8.62341 6 9.5C6 13.6421 8.68629 17 12 17C15.3137 17 18 13.6421 18 9.5C18 5.35786 15.3137 2 12 2C10.9091 2 9.88613 2.36394 9.00466 3"/><path d="M5 20H12M19 20H16"/><path d="M13 5.2561C13.9608 5.76552 14.697 6.98832 14.9257 8.50024"/></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-width="1.5"><path 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="M6.34141 7C6.12031 7.78195 6 8.62341 6 9.5C6 13.6421 8.68629 17 12 17C15.3137 17 18 13.6421 18 9.5C18 5.35786 15.3137 2 12 2C10.9091 2 9.88613 2.36394 9.00466 3"/><path d="M5 20H12M19 20H16"/><path d="M13 5.2561C13.9608 5.76552 14.697 6.98832 14.9257 8.50024"/></g></svg>
</template>

CSS

.icon-mirror-broken {
  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-width%3D%221.5%22%3E%3Cpath%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%22M6.34141%207C6.12031%207.78195%206%208.62341%206%209.5C6%2013.6421%208.68629%2017%2012%2017C15.3137%2017%2018%2013.6421%2018%209.5C18%205.35786%2015.3137%202%2012%202C10.9091%202%209.88613%202.36394%209.00466%203%22%2F%3E%3Cpath%20d%3D%22M5%2020H12M19%2020H16%22%2F%3E%3Cpath%20d%3D%22M13%205.2561C13.9608%205.76552%2014.697%206.98832%2014.9257%208.50024%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-width%3D%221.5%22%3E%3Cpath%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%22M6.34141%207C6.12031%207.78195%206%208.62341%206%209.5C6%2013.6421%208.68629%2017%2012%2017C15.3137%2017%2018%2013.6421%2018%209.5C18%205.35786%2015.3137%202%2012%202C10.9091%202%209.88613%202.36394%209.00466%203%22%2F%3E%3Cpath%20d%3D%22M5%2020H12M19%2020H16%22%2F%3E%3Cpath%20d%3D%22M13%205.2561C13.9608%205.76552%2014.697%206.98832%2014.9257%208.50024%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-broken.svg?color=%231a73e8&size=48