mirror left icon

mirror-left-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.

Name
mirror-left-duotone
Set
Reicon
Style
Duotone
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More tools icons from Reicon

Use the mirror left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.25 12.75v-2c0-3.771 0-5.657 1.172-6.828C5.514 2.829 8.098 2.755 11.5 2.75a.75.75 0 0 1 1.5 0v18a.75.75 0 0 1-1.5 0c-3.402-.005-5.986-.079-7.078-1.172C3.25 18.407 3.25 16.521 3.25 12.75"/><path fill-rule="evenodd" d="M13.59 2.75c0 .414.337.75.75.75h.91q.653 0 1.202.003a.75.75 0 0 0 .013-1.5Q15.902 2 15.252 2h-.911a.75.75 0 0 0-.75.75m0 18c0 .414.337.75.75.75h.912q.65 0 1.213-.003a.75.75 0 0 0-.013-1.5q-.55.004-1.202.003h-.91a.75.75 0 0 0-.75.75m5.031-17.945a.75.75 0 0 0 .494.938c.32.1.544.235.726.416s.316.405.415.726a.75.75 0 0 0 1.433-.445a3.2 3.2 0 0 0-.787-1.342a3.2 3.2 0 0 0-1.342-.787a.75.75 0 0 0-.939.494m0 17.89a.75.75 0 0 0 .939.494c.515-.16.962-.408 1.342-.787s.627-.827.787-1.342a.75.75 0 1 0-1.433-.445c-.1.321-.234.545-.415.726a1.7 1.7 0 0 1-.726.416a.75.75 0 0 0-.494.938m2.62-13.904a.75.75 0 0 0-.744.757q.004.55.003 1.202v1.364a.75.75 0 0 0 1.5 0V8.748q0-.652-.003-1.213a.75.75 0 0 0-.757-.744m0 9.918a.75.75 0 0 0 .756-.744q.004-.562.003-1.213v-1.366a.75.75 0 0 0-1.5 0v1.364q0 .653-.003 1.202a.75.75 0 0 0 .743.757" clip-rule="evenodd" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMirrorLeftDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.25 12.75v-2c0-3.771 0-5.657 1.172-6.828C5.514 2.829 8.098 2.755 11.5 2.75a.75.75 0 0 1 1.5 0v18a.75.75 0 0 1-1.5 0c-3.402-.005-5.986-.079-7.078-1.172C3.25 18.407 3.25 16.521 3.25 12.75"/><path fillRule="evenodd" d="M13.59 2.75c0 .414.337.75.75.75h.91q.653 0 1.202.003a.75.75 0 0 0 .013-1.5Q15.902 2 15.252 2h-.911a.75.75 0 0 0-.75.75m0 18c0 .414.337.75.75.75h.912q.65 0 1.213-.003a.75.75 0 0 0-.013-1.5q-.55.004-1.202.003h-.91a.75.75 0 0 0-.75.75m5.031-17.945a.75.75 0 0 0 .494.938c.32.1.544.235.726.416s.316.405.415.726a.75.75 0 0 0 1.433-.445a3.2 3.2 0 0 0-.787-1.342a3.2 3.2 0 0 0-1.342-.787a.75.75 0 0 0-.939.494m0 17.89a.75.75 0 0 0 .939.494c.515-.16.962-.408 1.342-.787s.627-.827.787-1.342a.75.75 0 1 0-1.433-.445c-.1.321-.234.545-.415.726a1.7 1.7 0 0 1-.726.416a.75.75 0 0 0-.494.938m2.62-13.904a.75.75 0 0 0-.744.757q.004.55.003 1.202v1.364a.75.75 0 0 0 1.5 0V8.748q0-.652-.003-1.213a.75.75 0 0 0-.757-.744m0 9.918a.75.75 0 0 0 .756-.744q.004-.562.003-1.213v-1.366a.75.75 0 0 0-1.5 0v1.364q0 .653-.003 1.202a.75.75 0 0 0 .743.757" clipRule="evenodd" 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="currentColor"><path d="M3.25 12.75v-2c0-3.771 0-5.657 1.172-6.828C5.514 2.829 8.098 2.755 11.5 2.75a.75.75 0 0 1 1.5 0v18a.75.75 0 0 1-1.5 0c-3.402-.005-5.986-.079-7.078-1.172C3.25 18.407 3.25 16.521 3.25 12.75"/><path fill-rule="evenodd" d="M13.59 2.75c0 .414.337.75.75.75h.91q.653 0 1.202.003a.75.75 0 0 0 .013-1.5Q15.902 2 15.252 2h-.911a.75.75 0 0 0-.75.75m0 18c0 .414.337.75.75.75h.912q.65 0 1.213-.003a.75.75 0 0 0-.013-1.5q-.55.004-1.202.003h-.91a.75.75 0 0 0-.75.75m5.031-17.945a.75.75 0 0 0 .494.938c.32.1.544.235.726.416s.316.405.415.726a.75.75 0 0 0 1.433-.445a3.2 3.2 0 0 0-.787-1.342a3.2 3.2 0 0 0-1.342-.787a.75.75 0 0 0-.939.494m0 17.89a.75.75 0 0 0 .939.494c.515-.16.962-.408 1.342-.787s.627-.827.787-1.342a.75.75 0 1 0-1.433-.445c-.1.321-.234.545-.415.726a1.7 1.7 0 0 1-.726.416a.75.75 0 0 0-.494.938m2.62-13.904a.75.75 0 0 0-.744.757q.004.55.003 1.202v1.364a.75.75 0 0 0 1.5 0V8.748q0-.652-.003-1.213a.75.75 0 0 0-.757-.744m0 9.918a.75.75 0 0 0 .756-.744q.004-.562.003-1.213v-1.366a.75.75 0 0 0-1.5 0v1.364q0 .653-.003 1.202a.75.75 0 0 0 .743.757" clip-rule="evenodd" opacity=".5"/></g></svg>
</template>

CSS

.icon-mirror-left-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%22currentColor%22%3E%3Cpath%20d%3D%22M3.25%2012.75v-2c0-3.771%200-5.657%201.172-6.828C5.514%202.829%208.098%202.755%2011.5%202.75a.75.75%200%200%201%201.5%200v18a.75.75%200%200%201-1.5%200c-3.402-.005-5.986-.079-7.078-1.172C3.25%2018.407%203.25%2016.521%203.25%2012.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.59%202.75c0%20.414.337.75.75.75h.91q.653%200%201.202.003a.75.75%200%200%200%20.013-1.5Q15.902%202%2015.252%202h-.911a.75.75%200%200%200-.75.75m0%2018c0%20.414.337.75.75.75h.912q.65%200%201.213-.003a.75.75%200%200%200-.013-1.5q-.55.004-1.202.003h-.91a.75.75%200%200%200-.75.75m5.031-17.945a.75.75%200%200%200%20.494.938c.32.1.544.235.726.416s.316.405.415.726a.75.75%200%200%200%201.433-.445a3.2%203.2%200%200%200-.787-1.342a3.2%203.2%200%200%200-1.342-.787a.75.75%200%200%200-.939.494m0%2017.89a.75.75%200%200%200%20.939.494c.515-.16.962-.408%201.342-.787s.627-.827.787-1.342a.75.75%200%201%200-1.433-.445c-.1.321-.234.545-.415.726a1.7%201.7%200%200%201-.726.416a.75.75%200%200%200-.494.938m2.62-13.904a.75.75%200%200%200-.744.757q.004.55.003%201.202v1.364a.75.75%200%200%200%201.5%200V8.748q0-.652-.003-1.213a.75.75%200%200%200-.757-.744m0%209.918a.75.75%200%200%200%20.756-.744q.004-.562.003-1.213v-1.366a.75.75%200%200%200-1.5%200v1.364q0%20.653-.003%201.202a.75.75%200%200%200%20.743.757%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M3.25%2012.75v-2c0-3.771%200-5.657%201.172-6.828C5.514%202.829%208.098%202.755%2011.5%202.75a.75.75%200%200%201%201.5%200v18a.75.75%200%200%201-1.5%200c-3.402-.005-5.986-.079-7.078-1.172C3.25%2018.407%203.25%2016.521%203.25%2012.75%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M13.59%202.75c0%20.414.337.75.75.75h.91q.653%200%201.202.003a.75.75%200%200%200%20.013-1.5Q15.902%202%2015.252%202h-.911a.75.75%200%200%200-.75.75m0%2018c0%20.414.337.75.75.75h.912q.65%200%201.213-.003a.75.75%200%200%200-.013-1.5q-.55.004-1.202.003h-.91a.75.75%200%200%200-.75.75m5.031-17.945a.75.75%200%200%200%20.494.938c.32.1.544.235.726.416s.316.405.415.726a.75.75%200%200%200%201.433-.445a3.2%203.2%200%200%200-.787-1.342a3.2%203.2%200%200%200-1.342-.787a.75.75%200%200%200-.939.494m0%2017.89a.75.75%200%200%200%20.939.494c.515-.16.962-.408%201.342-.787s.627-.827.787-1.342a.75.75%200%201%200-1.433-.445c-.1.321-.234.545-.415.726a1.7%201.7%200%200%201-.726.416a.75.75%200%200%200-.494.938m2.62-13.904a.75.75%200%200%200-.744.757q.004.55.003%201.202v1.364a.75.75%200%200%200%201.5%200V8.748q0-.652-.003-1.213a.75.75%200%200%200-.757-.744m0%209.918a.75.75%200%200%200%20.756-.744q.004-.562.003-1.213v-1.366a.75.75%200%200%200-1.5%200v1.364q0%20.653-.003%201.202a.75.75%200%200%200%20.743.757%22%20clip-rule%3D%22evenodd%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/reicon/mirror-left-duotone.svg?color=%231a73e8&size=48