mirror right icon
mirror-right from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.
- Name
- mirror-right
- Set
- Reicon
- Style
- Outline
- 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 right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9 3.75q-.653 0-1.202.003a.75.75 0 0 1-.013-1.5q.561-.004 1.213-.003h.911a.75.75 0 0 1 0 1.5zm-3.371-.695a.75.75 0 0 1-.494.938c-.321.1-.545.235-.726.416s-.316.405-.416.726a.75.75 0 0 1-1.432-.445c.16-.515.408-.962.787-1.342s.827-.627 1.342-.787a.75.75 0 0 1 .939.494M3.009 7.04a.75.75 0 0 1 .744.757Q3.75 8.348 3.75 9v1.364a.75.75 0 1 1-1.5 0V8.998q0-.652.003-1.213a.75.75 0 0 1 .757-.744M3 12.886a.75.75 0 0 1 .75.75V15q0 .653.003 1.202a.75.75 0 0 1-1.5.013q-.004-.562-.003-1.213v-1.366a.75.75 0 0 1 .75-.75m.055 5.485a.75.75 0 0 1 .938.494c.1.321.235.545.416.726s.405.316.726.416a.75.75 0 1 1-.445 1.432a3.2 3.2 0 0 1-1.342-.787a3.2 3.2 0 0 1-.787-1.342a.75.75 0 0 1 .494-.939m3.986 2.62a.75.75 0 0 1 .757-.744q.55.004 1.202.003h.91a.75.75 0 0 1 0 1.5h-.912q-.652 0-1.213-.003a.75.75 0 0 1-.744-.757M12 1.25a.75.75 0 0 1 .75.75v.25h.306c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v2.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153h-.306V22a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75m.75 2.5v16.5H13c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-2c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMirrorRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M9 3.75q-.653 0-1.202.003a.75.75 0 0 1-.013-1.5q.561-.004 1.213-.003h.911a.75.75 0 0 1 0 1.5zm-3.371-.695a.75.75 0 0 1-.494.938c-.321.1-.545.235-.726.416s-.316.405-.416.726a.75.75 0 0 1-1.432-.445c.16-.515.408-.962.787-1.342s.827-.627 1.342-.787a.75.75 0 0 1 .939.494M3.009 7.04a.75.75 0 0 1 .744.757Q3.75 8.348 3.75 9v1.364a.75.75 0 1 1-1.5 0V8.998q0-.652.003-1.213a.75.75 0 0 1 .757-.744M3 12.886a.75.75 0 0 1 .75.75V15q0 .653.003 1.202a.75.75 0 0 1-1.5.013q-.004-.562-.003-1.213v-1.366a.75.75 0 0 1 .75-.75m.055 5.485a.75.75 0 0 1 .938.494c.1.321.235.545.416.726s.405.316.726.416a.75.75 0 1 1-.445 1.432a3.2 3.2 0 0 1-1.342-.787a3.2 3.2 0 0 1-.787-1.342a.75.75 0 0 1 .494-.939m3.986 2.62a.75.75 0 0 1 .757-.744q.55.004 1.202.003h.91a.75.75 0 0 1 0 1.5h-.912q-.652 0-1.213-.003a.75.75 0 0 1-.744-.757M12 1.25a.75.75 0 0 1 .75.75v.25h.306c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v2.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153h-.306V22a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75m.75 2.5v16.5H13c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-2c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9 3.75q-.653 0-1.202.003a.75.75 0 0 1-.013-1.5q.561-.004 1.213-.003h.911a.75.75 0 0 1 0 1.5zm-3.371-.695a.75.75 0 0 1-.494.938c-.321.1-.545.235-.726.416s-.316.405-.416.726a.75.75 0 0 1-1.432-.445c.16-.515.408-.962.787-1.342s.827-.627 1.342-.787a.75.75 0 0 1 .939.494M3.009 7.04a.75.75 0 0 1 .744.757Q3.75 8.348 3.75 9v1.364a.75.75 0 1 1-1.5 0V8.998q0-.652.003-1.213a.75.75 0 0 1 .757-.744M3 12.886a.75.75 0 0 1 .75.75V15q0 .653.003 1.202a.75.75 0 0 1-1.5.013q-.004-.562-.003-1.213v-1.366a.75.75 0 0 1 .75-.75m.055 5.485a.75.75 0 0 1 .938.494c.1.321.235.545.416.726s.405.316.726.416a.75.75 0 1 1-.445 1.432a3.2 3.2 0 0 1-1.342-.787a3.2 3.2 0 0 1-.787-1.342a.75.75 0 0 1 .494-.939m3.986 2.62a.75.75 0 0 1 .757-.744q.55.004 1.202.003h.91a.75.75 0 0 1 0 1.5h-.912q-.652 0-1.213-.003a.75.75 0 0 1-.744-.757M12 1.25a.75.75 0 0 1 .75.75v.25h.306c1.838 0 3.294 0 4.433.153c1.172.158 2.121.49 2.87 1.238c.748.749 1.08 1.698 1.238 2.87c.153 1.14.153 2.595.153 4.433v2.112c0 1.838 0 3.294-.153 4.433c-.158 1.172-.49 2.121-1.238 2.87c-.749.748-1.698 1.08-2.87 1.238c-1.14.153-2.595.153-4.433.153h-.306V22a.75.75 0 0 1-1.5 0V2a.75.75 0 0 1 .75-.75m.75 2.5v16.5H13c1.907 0 3.262-.002 4.29-.14c1.005-.135 1.585-.389 2.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-2c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-mirror-right {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%203.75q-.653%200-1.202.003a.75.75%200%200%201-.013-1.5q.561-.004%201.213-.003h.911a.75.75%200%200%201%200%201.5zm-3.371-.695a.75.75%200%200%201-.494.938c-.321.1-.545.235-.726.416s-.316.405-.416.726a.75.75%200%200%201-1.432-.445c.16-.515.408-.962.787-1.342s.827-.627%201.342-.787a.75.75%200%200%201%20.939.494M3.009%207.04a.75.75%200%200%201%20.744.757Q3.75%208.348%203.75%209v1.364a.75.75%200%201%201-1.5%200V8.998q0-.652.003-1.213a.75.75%200%200%201%20.757-.744M3%2012.886a.75.75%200%200%201%20.75.75V15q0%20.653.003%201.202a.75.75%200%200%201-1.5.013q-.004-.562-.003-1.213v-1.366a.75.75%200%200%201%20.75-.75m.055%205.485a.75.75%200%200%201%20.938.494c.1.321.235.545.416.726s.405.316.726.416a.75.75%200%201%201-.445%201.432a3.2%203.2%200%200%201-1.342-.787a3.2%203.2%200%200%201-.787-1.342a.75.75%200%200%201%20.494-.939m3.986%202.62a.75.75%200%200%201%20.757-.744q.55.004%201.202.003h.91a.75.75%200%200%201%200%201.5h-.912q-.652%200-1.213-.003a.75.75%200%200%201-.744-.757M12%201.25a.75.75%200%200%201%20.75.75v.25h.306c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v2.112c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153h-.306V22a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75m.75%202.5v16.5H13c1.907%200%203.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-2c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9%203.75q-.653%200-1.202.003a.75.75%200%200%201-.013-1.5q.561-.004%201.213-.003h.911a.75.75%200%200%201%200%201.5zm-3.371-.695a.75.75%200%200%201-.494.938c-.321.1-.545.235-.726.416s-.316.405-.416.726a.75.75%200%200%201-1.432-.445c.16-.515.408-.962.787-1.342s.827-.627%201.342-.787a.75.75%200%200%201%20.939.494M3.009%207.04a.75.75%200%200%201%20.744.757Q3.75%208.348%203.75%209v1.364a.75.75%200%201%201-1.5%200V8.998q0-.652.003-1.213a.75.75%200%200%201%20.757-.744M3%2012.886a.75.75%200%200%201%20.75.75V15q0%20.653.003%201.202a.75.75%200%200%201-1.5.013q-.004-.562-.003-1.213v-1.366a.75.75%200%200%201%20.75-.75m.055%205.485a.75.75%200%200%201%20.938.494c.1.321.235.545.416.726s.405.316.726.416a.75.75%200%201%201-.445%201.432a3.2%203.2%200%200%201-1.342-.787a3.2%203.2%200%200%201-.787-1.342a.75.75%200%200%201%20.494-.939m3.986%202.62a.75.75%200%200%201%20.757-.744q.55.004%201.202.003h.91a.75.75%200%200%201%200%201.5h-.912q-.652%200-1.213-.003a.75.75%200%200%201-.744-.757M12%201.25a.75.75%200%200%201%20.75.75v.25h.306c1.838%200%203.294%200%204.433.153c1.172.158%202.121.49%202.87%201.238c.748.749%201.08%201.698%201.238%202.87c.153%201.14.153%202.595.153%204.433v2.112c0%201.838%200%203.294-.153%204.433c-.158%201.172-.49%202.121-1.238%202.87c-.749.748-1.698%201.08-2.87%201.238c-1.14.153-2.595.153-4.433.153h-.306V22a.75.75%200%200%201-1.5%200V2a.75.75%200%200%201%20.75-.75m.75%202.5v16.5H13c1.907%200%203.262-.002%204.29-.14c1.005-.135%201.585-.389%202.008-.812s.677-1.003.812-2.009c.138-1.027.14-2.382.14-4.289v-2c0-1.907-.002-3.261-.14-4.29c-.135-1.005-.389-1.585-.812-2.008s-1.003-.677-2.009-.812c-1.027-.138-2.382-.14-4.289-.14z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/mirror-right.svg?color=%231a73e8&size=48