mirror right icon
mirror-right-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.
- Name
- mirror-right-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-left-boldpaint-brush-boldpaint-roller-boldpalette-2-boldpalette-boldpalette-round-boldpipette-bold
Use the mirror right 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 21H13C16.7712 21 18.6569 21 19.8284 19.8284C21 18.6569 21 16.7712 21 13V11C21 7.22876 21 5.34315 19.8284 4.17157C18.6569 3 16.7712 3 13 3L12 3"/><path stroke-dasharray="2.5 3" stroke-linecap="round" d="M13 21H9C6.17157 21 4.75736 21 3.87868 20.1213C3 19.2426 3 17.8284 3 15L3 9C3 6.17157 3 4.75736 3.87868 3.87868C4.75736 3 6.17157 3 9 3L13 3"/><path stroke-linecap="round" d="M12 22L12 2"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMirrorRightLinear(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 21H13C16.7712 21 18.6569 21 19.8284 19.8284C21 18.6569 21 16.7712 21 13V11C21 7.22876 21 5.34315 19.8284 4.17157C18.6569 3 16.7712 3 13 3L12 3"/><path strokeDasharray="2.5 3" strokeLinecap="round" d="M13 21H9C6.17157 21 4.75736 21 3.87868 20.1213C3 19.2426 3 17.8284 3 15L3 9C3 6.17157 3 4.75736 3.87868 3.87868C4.75736 3 6.17157 3 9 3L13 3"/><path strokeLinecap="round" d="M12 22L12 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="M12 21H13C16.7712 21 18.6569 21 19.8284 19.8284C21 18.6569 21 16.7712 21 13V11C21 7.22876 21 5.34315 19.8284 4.17157C18.6569 3 16.7712 3 13 3L12 3"/><path stroke-dasharray="2.5 3" stroke-linecap="round" d="M13 21H9C6.17157 21 4.75736 21 3.87868 20.1213C3 19.2426 3 17.8284 3 15L3 9C3 6.17157 3 4.75736 3.87868 3.87868C4.75736 3 6.17157 3 9 3L13 3"/><path stroke-linecap="round" d="M12 22L12 2"/></g></svg> </template>
CSS
.icon-mirror-right-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%2021H13C16.7712%2021%2018.6569%2021%2019.8284%2019.8284C21%2018.6569%2021%2016.7712%2021%2013V11C21%207.22876%2021%205.34315%2019.8284%204.17157C18.6569%203%2016.7712%203%2013%203L12%203%22%2F%3E%3Cpath%20stroke-dasharray%3D%222.5%203%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2021H9C6.17157%2021%204.75736%2021%203.87868%2020.1213C3%2019.2426%203%2017.8284%203%2015L3%209C3%206.17157%203%204.75736%203.87868%203.87868C4.75736%203%206.17157%203%209%203L13%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022L12%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%22M12%2021H13C16.7712%2021%2018.6569%2021%2019.8284%2019.8284C21%2018.6569%2021%2016.7712%2021%2013V11C21%207.22876%2021%205.34315%2019.8284%204.17157C18.6569%203%2016.7712%203%2013%203L12%203%22%2F%3E%3Cpath%20stroke-dasharray%3D%222.5%203%22%20stroke-linecap%3D%22round%22%20d%3D%22M13%2021H9C6.17157%2021%204.75736%2021%203.87868%2020.1213C3%2019.2426%203%2017.8284%203%2015L3%209C3%206.17157%203%204.75736%203.87868%203.87868C4.75736%203%206.17157%203%209%203L13%203%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2022L12%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/solar/mirror-right-linear.svg?color=%231a73e8&size=48