mirror icon
mirror from Octicons by GitHub · Regular · MIT Free for personal and commercial use.
- Name
- mirror
- Set
- Octicons
- Style
- Regular
- Viewbox
- 16×16
- License
- MIT
2 other variants in Octicons
The same icon in other sets
mirrorCodiconsmirrorFluent EmojimirrorFluent Emoji FlatmirrorFluent Emoji High ContrastmirrorHuge IconsmirrorIconParkmirrorIconPark OutlinemirrorIconPark SolidmirrorIconPark TwoTonemirrorIconoirmirrorMaterial Design Iconsmirror-fillMingCute IconmirrorNoto EmojimirrorOpenMojimirror-boldSolarmirrorTDesign IconsmirrorTwitter Emoji
Use the mirror icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.5 4.7L8.5 0l-7 4.7c-.3.19-.5.45-.5.8V16l7.5-4l7.5 4V5.5c0-.34-.2-.61-.5-.8zm-.5 9.8l-6-3.25V10H8v1.25L2 14.5v-9l6-4V6h1V1.5l6 4v9zM6 7h5V5l3 3l-3 3V9H6v2L3 8l3-3v2z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function OcticonMirror(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fillRule="evenodd" d="M15.5 4.7L8.5 0l-7 4.7c-.3.19-.5.45-.5.8V16l7.5-4l7.5 4V5.5c0-.34-.2-.61-.5-.8zm-.5 9.8l-6-3.25V10H8v1.25L2 14.5v-9l6-4V6h1V1.5l6 4v9zM6 7h5V5l3 3l-3 3V9H6v2L3 8l3-3v2z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15.5 4.7L8.5 0l-7 4.7c-.3.19-.5.45-.5.8V16l7.5-4l7.5 4V5.5c0-.34-.2-.61-.5-.8zm-.5 9.8l-6-3.25V10H8v1.25L2 14.5v-9l6-4V6h1V1.5l6 4v9zM6 7h5V5l3 3l-3 3V9H6v2L3 8l3-3v2z" fill="currentColor"/></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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.5%204.7L8.5%200l-7%204.7c-.3.19-.5.45-.5.8V16l7.5-4l7.5%204V5.5c0-.34-.2-.61-.5-.8zm-.5%209.8l-6-3.25V10H8v1.25L2%2014.5v-9l6-4V6h1V1.5l6%204v9zM6%207h5V5l3%203l-3%203V9H6v2L3%208l3-3v2z%22%20fill%3D%22currentColor%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%2016%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.5%204.7L8.5%200l-7%204.7c-.3.19-.5.45-.5.8V16l7.5-4l7.5%204V5.5c0-.34-.2-.61-.5-.8zm-.5%209.8l-6-3.25V10H8v1.25L2%2014.5v-9l6-4V6h1V1.5l6%204v9zM6%207h5V5l3%203l-3%203V9H6v2L3%208l3-3v2z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/mirror.svg?color=%231a73e8&size=48