mirror rectangular icon

mirror-rectangular from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
mirror-rectangular
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the mirror rectangular 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="M4.992 10c0-2.809 0-4.213.674-5.222A4 4 0 0 1 6.77 3.674C7.779 3 9.183 3 11.992 3s4.214 0 5.223.674a4 4 0 0 1 1.103 1.104c.674 1.009.674 2.413.674 5.222v4c0 2.809 0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C16.207 21 14.802 21 11.993 21s-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104c-.674-1.009-.674-2.413-.674-5.222z"/><path stroke-linecap="round" stroke-linejoin="round" d="m14.492 6l-6.5 6.5m2-6.5l-2 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMirrorRectangular(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="M4.992 10c0-2.809 0-4.213.674-5.222A4 4 0 0 1 6.77 3.674C7.779 3 9.183 3 11.992 3s4.214 0 5.223.674a4 4 0 0 1 1.103 1.104c.674 1.009.674 2.413.674 5.222v4c0 2.809 0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C16.207 21 14.802 21 11.993 21s-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104c-.674-1.009-.674-2.413-.674-5.222z"/><path strokeLinecap="round" strokeLinejoin="round" d="m14.492 6l-6.5 6.5m2-6.5l-2 2"/></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="M4.992 10c0-2.809 0-4.213.674-5.222A4 4 0 0 1 6.77 3.674C7.779 3 9.183 3 11.992 3s4.214 0 5.223.674a4 4 0 0 1 1.103 1.104c.674 1.009.674 2.413.674 5.222v4c0 2.809 0 4.213-.674 5.222a4 4 0 0 1-1.104 1.104C16.207 21 14.802 21 11.993 21s-4.213 0-5.222-.674a4 4 0 0 1-1.104-1.104c-.674-1.009-.674-2.413-.674-5.222z"/><path stroke-linecap="round" stroke-linejoin="round" d="m14.492 6l-6.5 6.5m2-6.5l-2 2"/></g></svg>
</template>

CSS

.icon-mirror-rectangular {
  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%22M4.992%2010c0-2.809%200-4.213.674-5.222A4%204%200%200%201%206.77%203.674C7.779%203%209.183%203%2011.992%203s4.214%200%205.223.674a4%204%200%200%201%201.103%201.104c.674%201.009.674%202.413.674%205.222v4c0%202.809%200%204.213-.674%205.222a4%204%200%200%201-1.104%201.104C16.207%2021%2014.802%2021%2011.993%2021s-4.213%200-5.222-.674a4%204%200%200%201-1.104-1.104c-.674-1.009-.674-2.413-.674-5.222z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14.492%206l-6.5%206.5m2-6.5l-2%202%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%22M4.992%2010c0-2.809%200-4.213.674-5.222A4%204%200%200%201%206.77%203.674C7.779%203%209.183%203%2011.992%203s4.214%200%205.223.674a4%204%200%200%201%201.103%201.104c.674%201.009.674%202.413.674%205.222v4c0%202.809%200%204.213-.674%205.222a4%204%200%200%201-1.104%201.104C16.207%2021%2014.802%2021%2011.993%2021s-4.213%200-5.222-.674a4%204%200%200%201-1.104-1.104c-.674-1.009-.674-2.413-.674-5.222z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14.492%206l-6.5%206.5m2-6.5l-2%202%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/mirror-rectangular.svg?color=%231a73e8&size=48