mirror icon

mirror from Reicon by REICON · Outline · Home · MIT Free for personal and commercial use.

Name
mirror
Set
Reicon
Style
Outline
Category
Home
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All mirror icons →

More home icons from Reicon

Use the mirror 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="M12 2.75c-2.752 0-5.25 2.857-5.25 6.75s2.498 6.75 5.25 6.75s5.25-2.857 5.25-6.75S14.752 2.75 12 2.75M5.274 8.802C5.56 4.708 8.331 1.25 12 1.25s6.44 3.457 6.726 7.552a.75.75 0 0 1 1.024.698V19c0 .487.158.96.45 1.35l.9 1.2a.75.75 0 1 1-1.2.9l-.9-1.2a4 4 0 0 1-.317-.5H5.317a4 4 0 0 1-.317.5l-.9 1.2a.75.75 0 1 1-1.2-.9l.9-1.2c.292-.39.45-.863.45-1.35V9.5a.75.75 0 0 1 1.024-.698m.476 3.81V19q0 .126-.008.25h12.516a4 4 0 0 1-.008-.25v-6.387c-.984 2.952-3.334 5.137-6.25 5.137s-5.265-2.185-6.25-5.137m6.587-7.707a.75.75 0 0 1 1.014-.312c1.243.66 2.066 2.143 2.316 3.795a.75.75 0 0 1-1.483.224c-.207-1.371-.857-2.333-1.535-2.693a.75.75 0 0 1-.312-1.014" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMirror(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="M12 2.75c-2.752 0-5.25 2.857-5.25 6.75s2.498 6.75 5.25 6.75s5.25-2.857 5.25-6.75S14.752 2.75 12 2.75M5.274 8.802C5.56 4.708 8.331 1.25 12 1.25s6.44 3.457 6.726 7.552a.75.75 0 0 1 1.024.698V19c0 .487.158.96.45 1.35l.9 1.2a.75.75 0 1 1-1.2.9l-.9-1.2a4 4 0 0 1-.317-.5H5.317a4 4 0 0 1-.317.5l-.9 1.2a.75.75 0 1 1-1.2-.9l.9-1.2c.292-.39.45-.863.45-1.35V9.5a.75.75 0 0 1 1.024-.698m.476 3.81V19q0 .126-.008.25h12.516a4 4 0 0 1-.008-.25v-6.387c-.984 2.952-3.334 5.137-6.25 5.137s-5.265-2.185-6.25-5.137m6.587-7.707a.75.75 0 0 1 1.014-.312c1.243.66 2.066 2.143 2.316 3.795a.75.75 0 0 1-1.483.224c-.207-1.371-.857-2.333-1.535-2.693a.75.75 0 0 1-.312-1.014" 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="M12 2.75c-2.752 0-5.25 2.857-5.25 6.75s2.498 6.75 5.25 6.75s5.25-2.857 5.25-6.75S14.752 2.75 12 2.75M5.274 8.802C5.56 4.708 8.331 1.25 12 1.25s6.44 3.457 6.726 7.552a.75.75 0 0 1 1.024.698V19c0 .487.158.96.45 1.35l.9 1.2a.75.75 0 1 1-1.2.9l-.9-1.2a4 4 0 0 1-.317-.5H5.317a4 4 0 0 1-.317.5l-.9 1.2a.75.75 0 1 1-1.2-.9l.9-1.2c.292-.39.45-.863.45-1.35V9.5a.75.75 0 0 1 1.024-.698m.476 3.81V19q0 .126-.008.25h12.516a4 4 0 0 1-.008-.25v-6.387c-.984 2.952-3.334 5.137-6.25 5.137s-5.265-2.185-6.25-5.137m6.587-7.707a.75.75 0 0 1 1.014-.312c1.243.66 2.066 2.143 2.316 3.795a.75.75 0 0 1-1.483.224c-.207-1.371-.857-2.333-1.535-2.693a.75.75 0 0 1-.312-1.014" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mirror {
  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%22M12%202.75c-2.752%200-5.25%202.857-5.25%206.75s2.498%206.75%205.25%206.75s5.25-2.857%205.25-6.75S14.752%202.75%2012%202.75M5.274%208.802C5.56%204.708%208.331%201.25%2012%201.25s6.44%203.457%206.726%207.552a.75.75%200%200%201%201.024.698V19c0%20.487.158.96.45%201.35l.9%201.2a.75.75%200%201%201-1.2.9l-.9-1.2a4%204%200%200%201-.317-.5H5.317a4%204%200%200%201-.317.5l-.9%201.2a.75.75%200%201%201-1.2-.9l.9-1.2c.292-.39.45-.863.45-1.35V9.5a.75.75%200%200%201%201.024-.698m.476%203.81V19q0%20.126-.008.25h12.516a4%204%200%200%201-.008-.25v-6.387c-.984%202.952-3.334%205.137-6.25%205.137s-5.265-2.185-6.25-5.137m6.587-7.707a.75.75%200%200%201%201.014-.312c1.243.66%202.066%202.143%202.316%203.795a.75.75%200%200%201-1.483.224c-.207-1.371-.857-2.333-1.535-2.693a.75.75%200%200%201-.312-1.014%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%22M12%202.75c-2.752%200-5.25%202.857-5.25%206.75s2.498%206.75%205.25%206.75s5.25-2.857%205.25-6.75S14.752%202.75%2012%202.75M5.274%208.802C5.56%204.708%208.331%201.25%2012%201.25s6.44%203.457%206.726%207.552a.75.75%200%200%201%201.024.698V19c0%20.487.158.96.45%201.35l.9%201.2a.75.75%200%201%201-1.2.9l-.9-1.2a4%204%200%200%201-.317-.5H5.317a4%204%200%200%201-.317.5l-.9%201.2a.75.75%200%201%201-1.2-.9l.9-1.2c.292-.39.45-.863.45-1.35V9.5a.75.75%200%200%201%201.024-.698m.476%203.81V19q0%20.126-.008.25h12.516a4%204%200%200%201-.008-.25v-6.387c-.984%202.952-3.334%205.137-6.25%205.137s-5.265-2.185-6.25-5.137m6.587-7.707a.75.75%200%200%201%201.014-.312c1.243.66%202.066%202.143%202.316%203.795a.75.75%200%200%201-1.483.224c-.207-1.371-.857-2.333-1.535-2.693a.75.75%200%200%201-.312-1.014%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.svg?color=%231a73e8&size=48