mirror icon
mirror from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- mirror
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
mirrorFluent EmojimirrorFluent Emoji FlatmirrorFluent Emoji High ContrastmirrorHuge IconsmirrorIconParkmirrorIconPark OutlinemirrorIconPark SolidmirrorIconPark TwoTonemirrorIconoirmirrorMaterial Design Iconsmirror-fillMingCute IconmirrorNoto EmojimirrorOcticonsmirrorOpenMojimirror-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"><g fill="currentColor"><path d="m14.293 2.914l-6-1.848a.95.95 0 0 0-.588.001L1.707 2.914A.99.99 0 0 0 1 3.87v10.132a1 1 0 0 0 1.294.955L8 13.2l5.706 1.756q.148.045.297.045A1 1 0 0 0 15 14V3.869a.99.99 0 0 0-.707-.955M14 14.001l-5.5-1.694v-1.806a.5.5 0 0 0-1 0v1.808L2 14V3.869l5.5-1.693V4.5a.5.5 0 0 0 1 0V2.176L14 3.87z"/><path d="M10 5.5c0 .128.049.256.146.354L11.292 7H4.706l1.146-1.146a.5.5 0 0 0-.708-.708l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L4.706 8h6.586l-1.146 1.146a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2A.5.5 0 0 0 10 5.5"/></g></svg>
React
import type { SVGProps } from "react";
export function CodiconMirror(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m14.293 2.914l-6-1.848a.95.95 0 0 0-.588.001L1.707 2.914A.99.99 0 0 0 1 3.87v10.132a1 1 0 0 0 1.294.955L8 13.2l5.706 1.756q.148.045.297.045A1 1 0 0 0 15 14V3.869a.99.99 0 0 0-.707-.955M14 14.001l-5.5-1.694v-1.806a.5.5 0 0 0-1 0v1.808L2 14V3.869l5.5-1.693V4.5a.5.5 0 0 0 1 0V2.176L14 3.87z"/><path d="M10 5.5c0 .128.049.256.146.354L11.292 7H4.706l1.146-1.146a.5.5 0 0 0-.708-.708l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L4.706 8h6.586l-1.146 1.146a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2A.5.5 0 0 0 10 5.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="m14.293 2.914l-6-1.848a.95.95 0 0 0-.588.001L1.707 2.914A.99.99 0 0 0 1 3.87v10.132a1 1 0 0 0 1.294.955L8 13.2l5.706 1.756q.148.045.297.045A1 1 0 0 0 15 14V3.869a.99.99 0 0 0-.707-.955M14 14.001l-5.5-1.694v-1.806a.5.5 0 0 0-1 0v1.808L2 14V3.869l5.5-1.693V4.5a.5.5 0 0 0 1 0V2.176L14 3.87z"/><path d="M10 5.5c0 .128.049.256.146.354L11.292 7H4.706l1.146-1.146a.5.5 0 0 0-.708-.708l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L4.706 8h6.586l-1.146 1.146a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2A.5.5 0 0 0 10 5.5"/></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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m14.293%202.914l-6-1.848a.95.95%200%200%200-.588.001L1.707%202.914A.99.99%200%200%200%201%203.87v10.132a1%201%200%200%200%201.294.955L8%2013.2l5.706%201.756q.148.045.297.045A1%201%200%200%200%2015%2014V3.869a.99.99%200%200%200-.707-.955M14%2014.001l-5.5-1.694v-1.806a.5.5%200%200%200-1%200v1.808L2%2014V3.869l5.5-1.693V4.5a.5.5%200%200%200%201%200V2.176L14%203.87z%22%2F%3E%3Cpath%20d%3D%22M10%205.5c0%20.128.049.256.146.354L11.292%207H4.706l1.146-1.146a.5.5%200%200%200-.708-.708l-2%202a.5.5%200%200%200%200%20.708l2%202a.5.5%200%200%200%20.708-.708L4.706%208h6.586l-1.146%201.146a.5.5%200%200%200%20.708.708l2-2a.5.5%200%200%200%200-.708l-2-2A.5.5%200%200%200%2010%205.5%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m14.293%202.914l-6-1.848a.95.95%200%200%200-.588.001L1.707%202.914A.99.99%200%200%200%201%203.87v10.132a1%201%200%200%200%201.294.955L8%2013.2l5.706%201.756q.148.045.297.045A1%201%200%200%200%2015%2014V3.869a.99.99%200%200%200-.707-.955M14%2014.001l-5.5-1.694v-1.806a.5.5%200%200%200-1%200v1.808L2%2014V3.869l5.5-1.693V4.5a.5.5%200%200%200%201%200V2.176L14%203.87z%22%2F%3E%3Cpath%20d%3D%22M10%205.5c0%20.128.049.256.146.354L11.292%207H4.706l1.146-1.146a.5.5%200%200%200-.708-.708l-2%202a.5.5%200%200%200%200%20.708l2%202a.5.5%200%200%200%20.708-.708L4.706%208h6.586l-1.146%201.146a.5.5%200%200%200%20.708.708l2-2a.5.5%200%200%200%200-.708l-2-2A.5.5%200%200%200%2010%205.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/mirror.svg?color=%231a73e8&size=48