mirror emoji
mirror from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- mirror
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
mirrorCodiconsmirrorFluent EmojimirrorFluent Emoji FlatmirrorHuge IconsmirrorIconParkmirrorIconPark OutlinemirrorIconPark SolidmirrorIconPark TwoTonemirrorIconoirmirrorMaterial Design Iconsmirror-fillMingCute IconmirrorNoto EmojimirrorOcticonsmirrorOpenMojimirror-boldSolarmirrorTDesign IconsmirrorTwitter Emoji
More objects icons from Fluent Emoji High Contrast
Use the mirror emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16 27.15c3.733 0 6.76-4.867 6.76-10.87S19.733 5.41 16 5.41s-6.76 4.867-6.76 10.87S12.267 27.15 16 27.15m5.76-10.87c0 2.845-.72 5.373-1.83 7.158c-1.118 1.8-2.535 2.712-3.93 2.712s-2.812-.912-3.93-2.712a11 11 0 0 1-1.024-2.172l9.85-10.134c.543 1.49.864 3.249.864 5.148"/><path d="M16 1a5.67 5.67 0 0 0-4.719 2.525l-1.024 1.536a3 3 0 0 1-1.154 1.02l-1.583.79a5 5 0 0 0-2.303 6.568l.601 1.304a3 3 0 0 1 0 2.514l-.601 1.304a5 5 0 0 0 2.303 6.567l1.583.791a3 3 0 0 1 1.154 1.02l1.024 1.536a5.67 5.67 0 0 0 9.438 0l1.024-1.536a3 3 0 0 1 1.154-1.02l1.583-.79a5 5 0 0 0 2.303-6.568l-.602-1.304a3 3 0 0 1 0-2.514l.602-1.304a5 5 0 0 0-2.303-6.567l-1.583-.791a3 3 0 0 1-1.154-1.02l-1.024-1.536A5.67 5.67 0 0 0 15.999 1m-3.055 3.635a3.67 3.67 0 0 1 6.11 0l1.024 1.536a5 5 0 0 0 1.924 1.698l1.582.792a3 3 0 0 1 1.382 3.94l-.601 1.304a5 5 0 0 0 0 4.19l.601 1.304a3 3 0 0 1-1.382 3.94l-1.582.792a5 5 0 0 0-1.924 1.698l-1.024 1.536a3.67 3.67 0 0 1-6.11 0l-1.024-1.536a5 5 0 0 0-1.924-1.698l-1.582-.792a3 3 0 0 1-1.382-3.94l.601-1.304a5 5 0 0 0 0-4.19l-.6-1.305a3 3 0 0 1 1.382-3.94l1.582-.792a5 5 0 0 0 1.924-1.698z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastMirror(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16 27.15c3.733 0 6.76-4.867 6.76-10.87S19.733 5.41 16 5.41s-6.76 4.867-6.76 10.87S12.267 27.15 16 27.15m5.76-10.87c0 2.845-.72 5.373-1.83 7.158c-1.118 1.8-2.535 2.712-3.93 2.712s-2.812-.912-3.93-2.712a11 11 0 0 1-1.024-2.172l9.85-10.134c.543 1.49.864 3.249.864 5.148"/><path d="M16 1a5.67 5.67 0 0 0-4.719 2.525l-1.024 1.536a3 3 0 0 1-1.154 1.02l-1.583.79a5 5 0 0 0-2.303 6.568l.601 1.304a3 3 0 0 1 0 2.514l-.601 1.304a5 5 0 0 0 2.303 6.567l1.583.791a3 3 0 0 1 1.154 1.02l1.024 1.536a5.67 5.67 0 0 0 9.438 0l1.024-1.536a3 3 0 0 1 1.154-1.02l1.583-.79a5 5 0 0 0 2.303-6.568l-.602-1.304a3 3 0 0 1 0-2.514l.602-1.304a5 5 0 0 0-2.303-6.567l-1.583-.791a3 3 0 0 1-1.154-1.02l-1.024-1.536A5.67 5.67 0 0 0 15.999 1m-3.055 3.635a3.67 3.67 0 0 1 6.11 0l1.024 1.536a5 5 0 0 0 1.924 1.698l1.582.792a3 3 0 0 1 1.382 3.94l-.601 1.304a5 5 0 0 0 0 4.19l.601 1.304a3 3 0 0 1-1.382 3.94l-1.582.792a5 5 0 0 0-1.924 1.698l-1.024 1.536a3.67 3.67 0 0 1-6.11 0l-1.024-1.536a5 5 0 0 0-1.924-1.698l-1.582-.792a3 3 0 0 1-1.382-3.94l.601-1.304a5 5 0 0 0 0-4.19l-.6-1.305a3 3 0 0 1 1.382-3.94l1.582-.792a5 5 0 0 0 1.924-1.698z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M16 27.15c3.733 0 6.76-4.867 6.76-10.87S19.733 5.41 16 5.41s-6.76 4.867-6.76 10.87S12.267 27.15 16 27.15m5.76-10.87c0 2.845-.72 5.373-1.83 7.158c-1.118 1.8-2.535 2.712-3.93 2.712s-2.812-.912-3.93-2.712a11 11 0 0 1-1.024-2.172l9.85-10.134c.543 1.49.864 3.249.864 5.148"/><path d="M16 1a5.67 5.67 0 0 0-4.719 2.525l-1.024 1.536a3 3 0 0 1-1.154 1.02l-1.583.79a5 5 0 0 0-2.303 6.568l.601 1.304a3 3 0 0 1 0 2.514l-.601 1.304a5 5 0 0 0 2.303 6.567l1.583.791a3 3 0 0 1 1.154 1.02l1.024 1.536a5.67 5.67 0 0 0 9.438 0l1.024-1.536a3 3 0 0 1 1.154-1.02l1.583-.79a5 5 0 0 0 2.303-6.568l-.602-1.304a3 3 0 0 1 0-2.514l.602-1.304a5 5 0 0 0-2.303-6.567l-1.583-.791a3 3 0 0 1-1.154-1.02l-1.024-1.536A5.67 5.67 0 0 0 15.999 1m-3.055 3.635a3.67 3.67 0 0 1 6.11 0l1.024 1.536a5 5 0 0 0 1.924 1.698l1.582.792a3 3 0 0 1 1.382 3.94l-.601 1.304a5 5 0 0 0 0 4.19l.601 1.304a3 3 0 0 1-1.382 3.94l-1.582.792a5 5 0 0 0-1.924 1.698l-1.024 1.536a3.67 3.67 0 0 1-6.11 0l-1.024-1.536a5 5 0 0 0-1.924-1.698l-1.582-.792a3 3 0 0 1-1.382-3.94l.601-1.304a5 5 0 0 0 0-4.19l-.6-1.305a3 3 0 0 1 1.382-3.94l1.582-.792a5 5 0 0 0 1.924-1.698z"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%2027.15c3.733%200%206.76-4.867%206.76-10.87S19.733%205.41%2016%205.41s-6.76%204.867-6.76%2010.87S12.267%2027.15%2016%2027.15m5.76-10.87c0%202.845-.72%205.373-1.83%207.158c-1.118%201.8-2.535%202.712-3.93%202.712s-2.812-.912-3.93-2.712a11%2011%200%200%201-1.024-2.172l9.85-10.134c.543%201.49.864%203.249.864%205.148%22%2F%3E%3Cpath%20d%3D%22M16%201a5.67%205.67%200%200%200-4.719%202.525l-1.024%201.536a3%203%200%200%201-1.154%201.02l-1.583.79a5%205%200%200%200-2.303%206.568l.601%201.304a3%203%200%200%201%200%202.514l-.601%201.304a5%205%200%200%200%202.303%206.567l1.583.791a3%203%200%200%201%201.154%201.02l1.024%201.536a5.67%205.67%200%200%200%209.438%200l1.024-1.536a3%203%200%200%201%201.154-1.02l1.583-.79a5%205%200%200%200%202.303-6.568l-.602-1.304a3%203%200%200%201%200-2.514l.602-1.304a5%205%200%200%200-2.303-6.567l-1.583-.791a3%203%200%200%201-1.154-1.02l-1.024-1.536A5.67%205.67%200%200%200%2015.999%201m-3.055%203.635a3.67%203.67%200%200%201%206.11%200l1.024%201.536a5%205%200%200%200%201.924%201.698l1.582.792a3%203%200%200%201%201.382%203.94l-.601%201.304a5%205%200%200%200%200%204.19l.601%201.304a3%203%200%200%201-1.382%203.94l-1.582.792a5%205%200%200%200-1.924%201.698l-1.024%201.536a3.67%203.67%200%200%201-6.11%200l-1.024-1.536a5%205%200%200%200-1.924-1.698l-1.582-.792a3%203%200%200%201-1.382-3.94l.601-1.304a5%205%200%200%200%200-4.19l-.6-1.305a3%203%200%200%201%201.382-3.94l1.582-.792a5%205%200%200%200%201.924-1.698z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%2027.15c3.733%200%206.76-4.867%206.76-10.87S19.733%205.41%2016%205.41s-6.76%204.867-6.76%2010.87S12.267%2027.15%2016%2027.15m5.76-10.87c0%202.845-.72%205.373-1.83%207.158c-1.118%201.8-2.535%202.712-3.93%202.712s-2.812-.912-3.93-2.712a11%2011%200%200%201-1.024-2.172l9.85-10.134c.543%201.49.864%203.249.864%205.148%22%2F%3E%3Cpath%20d%3D%22M16%201a5.67%205.67%200%200%200-4.719%202.525l-1.024%201.536a3%203%200%200%201-1.154%201.02l-1.583.79a5%205%200%200%200-2.303%206.568l.601%201.304a3%203%200%200%201%200%202.514l-.601%201.304a5%205%200%200%200%202.303%206.567l1.583.791a3%203%200%200%201%201.154%201.02l1.024%201.536a5.67%205.67%200%200%200%209.438%200l1.024-1.536a3%203%200%200%201%201.154-1.02l1.583-.79a5%205%200%200%200%202.303-6.568l-.602-1.304a3%203%200%200%201%200-2.514l.602-1.304a5%205%200%200%200-2.303-6.567l-1.583-.791a3%203%200%200%201-1.154-1.02l-1.024-1.536A5.67%205.67%200%200%200%2015.999%201m-3.055%203.635a3.67%203.67%200%200%201%206.11%200l1.024%201.536a5%205%200%200%200%201.924%201.698l1.582.792a3%203%200%200%201%201.382%203.94l-.601%201.304a5%205%200%200%200%200%204.19l.601%201.304a3%203%200%200%201-1.382%203.94l-1.582.792a5%205%200%200%200-1.924%201.698l-1.024%201.536a3.67%203.67%200%200%201-6.11%200l-1.024-1.536a5%205%200%200%200-1.924-1.698l-1.582-.792a3%203%200%200%201-1.382-3.94l.601-1.304a5%205%200%200%200%200-4.19l-.6-1.305a3%203%200%200%201%201.382-3.94l1.582-.792a5%205%200%200%200%201.924-1.698z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/mirror.svg?color=%231a73e8&size=48