mirror left icon
mirror-left-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.
- Name
- mirror-left-linear
- Set
- Solar
- Style
- Linear
- Category
- Tools
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More tools icons from Solar
align-bottom-boldalign-horizontal-center-boldalign-horizontal-spacing-boldalign-left-boldalign-right-boldalign-top-boldalign-vertical-center-boldalign-vertical-spacing-boldcolour-tuning-boldcrop-boldcrop-minimalistic-boldfilters-boldflip-horizontal-boldflip-vertical-boldframe-boldlayers-boldlayers-minimalistic-boldmirror-right-boldpaint-brush-boldpaint-roller-boldpalette-2-boldpalette-boldpalette-round-boldpipette-bold
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="none" stroke="currentColor" stroke-width="1.5"><path d="M12 3H11C7.22876 3 5.34315 3 4.17157 4.17157C3 5.34315 3 7.22876 3 11V13C3 16.7712 3 18.6569 4.17157 19.8284C5.34315 21 7.22876 21 11 21H12"/><path stroke-dasharray="2.5 3" stroke-linecap="round" d="M11 3H15C17.8284 3 19.2426 3 20.1213 3.87868C21 4.75736 21 6.17157 21 9V15C21 17.8284 21 19.2426 20.1213 20.1213C19.2426 21 17.8284 21 15 21H11"/><path stroke-linecap="round" d="M12 2V22"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMirrorLeftLinear(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="M12 3H11C7.22876 3 5.34315 3 4.17157 4.17157C3 5.34315 3 7.22876 3 11V13C3 16.7712 3 18.6569 4.17157 19.8284C5.34315 21 7.22876 21 11 21H12"/><path strokeDasharray="2.5 3" strokeLinecap="round" d="M11 3H15C17.8284 3 19.2426 3 20.1213 3.87868C21 4.75736 21 6.17157 21 9V15C21 17.8284 21 19.2426 20.1213 20.1213C19.2426 21 17.8284 21 15 21H11"/><path strokeLinecap="round" d="M12 2V22"/></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="M12 3H11C7.22876 3 5.34315 3 4.17157 4.17157C3 5.34315 3 7.22876 3 11V13C3 16.7712 3 18.6569 4.17157 19.8284C5.34315 21 7.22876 21 11 21H12"/><path stroke-dasharray="2.5 3" stroke-linecap="round" d="M11 3H15C17.8284 3 19.2426 3 20.1213 3.87868C21 4.75736 21 6.17157 21 9V15C21 17.8284 21 19.2426 20.1213 20.1213C19.2426 21 17.8284 21 15 21H11"/><path stroke-linecap="round" d="M12 2V22"/></g></svg> </template>
CSS
.icon-mirror-left-linear {
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%22M12%203H11C7.22876%203%205.34315%203%204.17157%204.17157C3%205.34315%203%207.22876%203%2011V13C3%2016.7712%203%2018.6569%204.17157%2019.8284C5.34315%2021%207.22876%2021%2011%2021H12%22%2F%3E%3Cpath%20stroke-dasharray%3D%222.5%203%22%20stroke-linecap%3D%22round%22%20d%3D%22M11%203H15C17.8284%203%2019.2426%203%2020.1213%203.87868C21%204.75736%2021%206.17157%2021%209V15C21%2017.8284%2021%2019.2426%2020.1213%2020.1213C19.2426%2021%2017.8284%2021%2015%2021H11%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V22%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%22M12%203H11C7.22876%203%205.34315%203%204.17157%204.17157C3%205.34315%203%207.22876%203%2011V13C3%2016.7712%203%2018.6569%204.17157%2019.8284C5.34315%2021%207.22876%2021%2011%2021H12%22%2F%3E%3Cpath%20stroke-dasharray%3D%222.5%203%22%20stroke-linecap%3D%22round%22%20d%3D%22M11%203H15C17.8284%203%2019.2426%203%2020.1213%203.87868C21%204.75736%2021%206.17157%2021%209V15C21%2017.8284%2021%2019.2426%2020.1213%2020.1213C19.2426%2021%2017.8284%2021%2015%2021H11%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%202V22%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-left-linear.svg?color=%231a73e8&size=48