mirror left icon

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

Name
mirror-left-filled
Set
Reicon
Style
Filled
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 fill-rule="evenodd" d="M13.34 20.75a.75.75 0 0 1 .75-.75H15q.653 0 1.202-.003a.75.75 0 0 1 .013 1.5q-.562.004-1.213.003h-.911a.75.75 0 0 1-.75-.75m0-18a.75.75 0 0 1 .75-.75h.912q.65 0 1.213.003a.75.75 0 1 1-.013 1.5Q15.652 3.5 15 3.5h-.91a.75.75 0 0 1-.75-.75m5.031 17.945a.75.75 0 0 1 .494-.938c.32-.1.544-.235.726-.416s.316-.405.415-.726a.75.75 0 0 1 1.433.445c-.16.515-.408.962-.787 1.342s-.827.627-1.342.787a.75.75 0 0 1-.939-.494m0-17.89a.75.75 0 0 1 .939-.494c.515.16.962.408 1.342.787s.627.827.787 1.342a.75.75 0 1 1-1.433.445c-.1-.321-.234-.545-.415-.726a1.7 1.7 0 0 0-.726-.416a.75.75 0 0 1-.494-.938m2.62 13.904a.75.75 0 0 1-.744-.757q.004-.55.003-1.202v-1.364a.75.75 0 0 1 1.5 0v1.366q0 .651-.003 1.213a.75.75 0 0 1-.757.744m0-9.918a.75.75 0 0 1 .756.744q.004.561.003 1.213v1.366a.75.75 0 1 1-1.5 0V8.75q0-.653-.003-1.202a.75.75 0 0 1 .743-.757" clip-rule="evenodd"/><path d="M3 10.75v2c0 3.771 0 5.657 1.172 6.828c1.092 1.093 3.676 1.167 7.078 1.172a.75.75 0 0 0 1.5 0v-18a.75.75 0 0 0-1.5 0c-3.402.005-5.986.079-7.078 1.172C3 5.093 3 6.979 3 10.75"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMirrorLeftFilled(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 fillRule="evenodd" d="M13.34 20.75a.75.75 0 0 1 .75-.75H15q.653 0 1.202-.003a.75.75 0 0 1 .013 1.5q-.562.004-1.213.003h-.911a.75.75 0 0 1-.75-.75m0-18a.75.75 0 0 1 .75-.75h.912q.65 0 1.213.003a.75.75 0 1 1-.013 1.5Q15.652 3.5 15 3.5h-.91a.75.75 0 0 1-.75-.75m5.031 17.945a.75.75 0 0 1 .494-.938c.32-.1.544-.235.726-.416s.316-.405.415-.726a.75.75 0 0 1 1.433.445c-.16.515-.408.962-.787 1.342s-.827.627-1.342.787a.75.75 0 0 1-.939-.494m0-17.89a.75.75 0 0 1 .939-.494c.515.16.962.408 1.342.787s.627.827.787 1.342a.75.75 0 1 1-1.433.445c-.1-.321-.234-.545-.415-.726a1.7 1.7 0 0 0-.726-.416a.75.75 0 0 1-.494-.938m2.62 13.904a.75.75 0 0 1-.744-.757q.004-.55.003-1.202v-1.364a.75.75 0 0 1 1.5 0v1.366q0 .651-.003 1.213a.75.75 0 0 1-.757.744m0-9.918a.75.75 0 0 1 .756.744q.004.561.003 1.213v1.366a.75.75 0 1 1-1.5 0V8.75q0-.653-.003-1.202a.75.75 0 0 1 .743-.757" clipRule="evenodd"/><path d="M3 10.75v2c0 3.771 0 5.657 1.172 6.828c1.092 1.093 3.676 1.167 7.078 1.172a.75.75 0 0 0 1.5 0v-18a.75.75 0 0 0-1.5 0c-3.402.005-5.986.079-7.078 1.172C3 5.093 3 6.979 3 10.75"/></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 fill-rule="evenodd" d="M13.34 20.75a.75.75 0 0 1 .75-.75H15q.653 0 1.202-.003a.75.75 0 0 1 .013 1.5q-.562.004-1.213.003h-.911a.75.75 0 0 1-.75-.75m0-18a.75.75 0 0 1 .75-.75h.912q.65 0 1.213.003a.75.75 0 1 1-.013 1.5Q15.652 3.5 15 3.5h-.91a.75.75 0 0 1-.75-.75m5.031 17.945a.75.75 0 0 1 .494-.938c.32-.1.544-.235.726-.416s.316-.405.415-.726a.75.75 0 0 1 1.433.445c-.16.515-.408.962-.787 1.342s-.827.627-1.342.787a.75.75 0 0 1-.939-.494m0-17.89a.75.75 0 0 1 .939-.494c.515.16.962.408 1.342.787s.627.827.787 1.342a.75.75 0 1 1-1.433.445c-.1-.321-.234-.545-.415-.726a1.7 1.7 0 0 0-.726-.416a.75.75 0 0 1-.494-.938m2.62 13.904a.75.75 0 0 1-.744-.757q.004-.55.003-1.202v-1.364a.75.75 0 0 1 1.5 0v1.366q0 .651-.003 1.213a.75.75 0 0 1-.757.744m0-9.918a.75.75 0 0 1 .756.744q.004.561.003 1.213v1.366a.75.75 0 1 1-1.5 0V8.75q0-.653-.003-1.202a.75.75 0 0 1 .743-.757" clip-rule="evenodd"/><path d="M3 10.75v2c0 3.771 0 5.657 1.172 6.828c1.092 1.093 3.676 1.167 7.078 1.172a.75.75 0 0 0 1.5 0v-18a.75.75 0 0 0-1.5 0c-3.402.005-5.986.079-7.078 1.172C3 5.093 3 6.979 3 10.75"/></g></svg>
</template>

CSS

.icon-mirror-left-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.34%2020.75a.75.75%200%200%201%20.75-.75H15q.653%200%201.202-.003a.75.75%200%200%201%20.013%201.5q-.562.004-1.213.003h-.911a.75.75%200%200%201-.75-.75m0-18a.75.75%200%200%201%20.75-.75h.912q.65%200%201.213.003a.75.75%200%201%201-.013%201.5Q15.652%203.5%2015%203.5h-.91a.75.75%200%200%201-.75-.75m5.031%2017.945a.75.75%200%200%201%20.494-.938c.32-.1.544-.235.726-.416s.316-.405.415-.726a.75.75%200%200%201%201.433.445c-.16.515-.408.962-.787%201.342s-.827.627-1.342.787a.75.75%200%200%201-.939-.494m0-17.89a.75.75%200%200%201%20.939-.494c.515.16.962.408%201.342.787s.627.827.787%201.342a.75.75%200%201%201-1.433.445c-.1-.321-.234-.545-.415-.726a1.7%201.7%200%200%200-.726-.416a.75.75%200%200%201-.494-.938m2.62%2013.904a.75.75%200%200%201-.744-.757q.004-.55.003-1.202v-1.364a.75.75%200%200%201%201.5%200v1.366q0%20.651-.003%201.213a.75.75%200%200%201-.757.744m0-9.918a.75.75%200%200%201%20.756.744q.004.561.003%201.213v1.366a.75.75%200%201%201-1.5%200V8.75q0-.653-.003-1.202a.75.75%200%200%201%20.743-.757%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3%2010.75v2c0%203.771%200%205.657%201.172%206.828c1.092%201.093%203.676%201.167%207.078%201.172a.75.75%200%200%200%201.5%200v-18a.75.75%200%200%200-1.5%200c-3.402.005-5.986.079-7.078%201.172C3%205.093%203%206.979%203%2010.75%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.34%2020.75a.75.75%200%200%201%20.75-.75H15q.653%200%201.202-.003a.75.75%200%200%201%20.013%201.5q-.562.004-1.213.003h-.911a.75.75%200%200%201-.75-.75m0-18a.75.75%200%200%201%20.75-.75h.912q.65%200%201.213.003a.75.75%200%201%201-.013%201.5Q15.652%203.5%2015%203.5h-.91a.75.75%200%200%201-.75-.75m5.031%2017.945a.75.75%200%200%201%20.494-.938c.32-.1.544-.235.726-.416s.316-.405.415-.726a.75.75%200%200%201%201.433.445c-.16.515-.408.962-.787%201.342s-.827.627-1.342.787a.75.75%200%200%201-.939-.494m0-17.89a.75.75%200%200%201%20.939-.494c.515.16.962.408%201.342.787s.627.827.787%201.342a.75.75%200%201%201-1.433.445c-.1-.321-.234-.545-.415-.726a1.7%201.7%200%200%200-.726-.416a.75.75%200%200%201-.494-.938m2.62%2013.904a.75.75%200%200%201-.744-.757q.004-.55.003-1.202v-1.364a.75.75%200%200%201%201.5%200v1.366q0%20.651-.003%201.213a.75.75%200%200%201-.757.744m0-9.918a.75.75%200%200%201%20.756.744q.004.561.003%201.213v1.366a.75.75%200%201%201-1.5%200V8.75q0-.653-.003-1.202a.75.75%200%200%201%20.743-.757%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3%2010.75v2c0%203.771%200%205.657%201.172%206.828c1.092%201.093%203.676%201.167%207.078%201.172a.75.75%200%200%200%201.5%200v-18a.75.75%200%200%200-1.5%200c-3.402.005-5.986.079-7.078%201.172C3%205.093%203%206.979%203%2010.75%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-filled.svg?color=%231a73e8&size=48