mirror icon

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

Name
mirror-filled
Set
Reicon
Style
Filled
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="M18.966 8.75C18.615 4.96 15.63 2 12 2S5.385 4.96 5.034 8.75H5a.75.75 0 0 0-.75.75V19c0 .487-.158.96-.45 1.35l-.9 1.2a.75.75 0 0 0 1.2.9l.9-1.2q.18-.239.317-.5h13.366q.138.261.317.5l.9 1.2a.75.75 0 0 0 1.2-.9l-.9-1.2a2.25 2.25 0 0 1-.45-1.35V9.5a.75.75 0 0 0-.785-.75m-.716 4.131C17.096 15.325 14.73 17 12 17s-5.096-1.675-6.25-4.119V19q0 .126-.008.25h12.516a4 4 0 0 1-.008-.25zm-5.856-7.976c.226-.366.756-.506 1.183-.312c1.45.66 2.41 2.143 2.702 3.795c.072.41-.257.792-.735.854s-.923-.22-.996-.63c-.242-1.371-1-2.334-1.791-2.693c-.427-.194-.59-.648-.363-1.014" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMirrorFilled(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="M18.966 8.75C18.615 4.96 15.63 2 12 2S5.385 4.96 5.034 8.75H5a.75.75 0 0 0-.75.75V19c0 .487-.158.96-.45 1.35l-.9 1.2a.75.75 0 0 0 1.2.9l.9-1.2q.18-.239.317-.5h13.366q.138.261.317.5l.9 1.2a.75.75 0 0 0 1.2-.9l-.9-1.2a2.25 2.25 0 0 1-.45-1.35V9.5a.75.75 0 0 0-.785-.75m-.716 4.131C17.096 15.325 14.73 17 12 17s-5.096-1.675-6.25-4.119V19q0 .126-.008.25h12.516a4 4 0 0 1-.008-.25zm-5.856-7.976c.226-.366.756-.506 1.183-.312c1.45.66 2.41 2.143 2.702 3.795c.072.41-.257.792-.735.854s-.923-.22-.996-.63c-.242-1.371-1-2.334-1.791-2.693c-.427-.194-.59-.648-.363-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="M18.966 8.75C18.615 4.96 15.63 2 12 2S5.385 4.96 5.034 8.75H5a.75.75 0 0 0-.75.75V19c0 .487-.158.96-.45 1.35l-.9 1.2a.75.75 0 0 0 1.2.9l.9-1.2q.18-.239.317-.5h13.366q.138.261.317.5l.9 1.2a.75.75 0 0 0 1.2-.9l-.9-1.2a2.25 2.25 0 0 1-.45-1.35V9.5a.75.75 0 0 0-.785-.75m-.716 4.131C17.096 15.325 14.73 17 12 17s-5.096-1.675-6.25-4.119V19q0 .126-.008.25h12.516a4 4 0 0 1-.008-.25zm-5.856-7.976c.226-.366.756-.506 1.183-.312c1.45.66 2.41 2.143 2.702 3.795c.072.41-.257.792-.735.854s-.923-.22-.996-.63c-.242-1.371-1-2.334-1.791-2.693c-.427-.194-.59-.648-.363-1.014" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mirror-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.966%208.75C18.615%204.96%2015.63%202%2012%202S5.385%204.96%205.034%208.75H5a.75.75%200%200%200-.75.75V19c0%20.487-.158.96-.45%201.35l-.9%201.2a.75.75%200%200%200%201.2.9l.9-1.2q.18-.239.317-.5h13.366q.138.261.317.5l.9%201.2a.75.75%200%200%200%201.2-.9l-.9-1.2a2.25%202.25%200%200%201-.45-1.35V9.5a.75.75%200%200%200-.785-.75m-.716%204.131C17.096%2015.325%2014.73%2017%2012%2017s-5.096-1.675-6.25-4.119V19q0%20.126-.008.25h12.516a4%204%200%200%201-.008-.25zm-5.856-7.976c.226-.366.756-.506%201.183-.312c1.45.66%202.41%202.143%202.702%203.795c.072.41-.257.792-.735.854s-.923-.22-.996-.63c-.242-1.371-1-2.334-1.791-2.693c-.427-.194-.59-.648-.363-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%22M18.966%208.75C18.615%204.96%2015.63%202%2012%202S5.385%204.96%205.034%208.75H5a.75.75%200%200%200-.75.75V19c0%20.487-.158.96-.45%201.35l-.9%201.2a.75.75%200%200%200%201.2.9l.9-1.2q.18-.239.317-.5h13.366q.138.261.317.5l.9%201.2a.75.75%200%200%200%201.2-.9l-.9-1.2a2.25%202.25%200%200%201-.45-1.35V9.5a.75.75%200%200%200-.785-.75m-.716%204.131C17.096%2015.325%2014.73%2017%2012%2017s-5.096-1.675-6.25-4.119V19q0%20.126-.008.25h12.516a4%204%200%200%201-.008-.25zm-5.856-7.976c.226-.366.756-.506%201.183-.312c1.45.66%202.41%202.143%202.702%203.795c.072.41-.257.792-.735.854s-.923-.22-.996-.63c-.242-1.371-1-2.334-1.791-2.693c-.427-.194-.59-.648-.363-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-filled.svg?color=%231a73e8&size=48