versions icon
versions from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- versions
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Use the versions icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 13c1.378 0 2.5-1.121 2.5-2.5v-7C13 2.121 11.878 1 10.5 1h-7A2.503 2.503 0 0 0 1 3.5v7C1 11.879 2.122 13 3.5 13zm-7-11h7c.827 0 1.5.673 1.5 1.5V4H2v-.5C2 2.673 2.673 2 3.5 2M2 10.5V5h10v5.5c0 .827-.673 1.5-1.5 1.5h-7c-.827 0-1.5-.673-1.5-1.5m13-5v5c0 2.48-2.02 4.5-4.5 4.5h-5c-.82 0-1.54-.39-2-1h7c1.93 0 3.5-1.57 3.5-3.5v-7c.61.46 1 1.18 1 2"/></svg>
React
import type { SVGProps } from "react";
export function CodiconVersions(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 13c1.378 0 2.5-1.121 2.5-2.5v-7C13 2.121 11.878 1 10.5 1h-7A2.503 2.503 0 0 0 1 3.5v7C1 11.879 2.122 13 3.5 13zm-7-11h7c.827 0 1.5.673 1.5 1.5V4H2v-.5C2 2.673 2.673 2 3.5 2M2 10.5V5h10v5.5c0 .827-.673 1.5-1.5 1.5h-7c-.827 0-1.5-.673-1.5-1.5m13-5v5c0 2.48-2.02 4.5-4.5 4.5h-5c-.82 0-1.54-.39-2-1h7c1.93 0 3.5-1.57 3.5-3.5v-7c.61.46 1 1.18 1 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 13c1.378 0 2.5-1.121 2.5-2.5v-7C13 2.121 11.878 1 10.5 1h-7A2.503 2.503 0 0 0 1 3.5v7C1 11.879 2.122 13 3.5 13zm-7-11h7c.827 0 1.5.673 1.5 1.5V4H2v-.5C2 2.673 2.673 2 3.5 2M2 10.5V5h10v5.5c0 .827-.673 1.5-1.5 1.5h-7c-.827 0-1.5-.673-1.5-1.5m13-5v5c0 2.48-2.02 4.5-4.5 4.5h-5c-.82 0-1.54-.39-2-1h7c1.93 0 3.5-1.57 3.5-3.5v-7c.61.46 1 1.18 1 2"/></svg> </template>
CSS
.icon-versions {
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%3D%22currentColor%22%20d%3D%22M10.5%2013c1.378%200%202.5-1.121%202.5-2.5v-7C13%202.121%2011.878%201%2010.5%201h-7A2.503%202.503%200%200%200%201%203.5v7C1%2011.879%202.122%2013%203.5%2013zm-7-11h7c.827%200%201.5.673%201.5%201.5V4H2v-.5C2%202.673%202.673%202%203.5%202M2%2010.5V5h10v5.5c0%20.827-.673%201.5-1.5%201.5h-7c-.827%200-1.5-.673-1.5-1.5m13-5v5c0%202.48-2.02%204.5-4.5%204.5h-5c-.82%200-1.54-.39-2-1h7c1.93%200%203.5-1.57%203.5-3.5v-7c.61.46%201%201.18%201%202%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%3D%22currentColor%22%20d%3D%22M10.5%2013c1.378%200%202.5-1.121%202.5-2.5v-7C13%202.121%2011.878%201%2010.5%201h-7A2.503%202.503%200%200%200%201%203.5v7C1%2011.879%202.122%2013%203.5%2013zm-7-11h7c.827%200%201.5.673%201.5%201.5V4H2v-.5C2%202.673%202.673%202%203.5%202M2%2010.5V5h10v5.5c0%20.827-.673%201.5-1.5%201.5h-7c-.827%200-1.5-.673-1.5-1.5m13-5v5c0%202.48-2.02%204.5-4.5%204.5h-5c-.82%200-1.54-.39-2-1h7c1.93%200%203.5-1.57%203.5-3.5v-7c.61.46%201%201.18%201%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/versions.svg?color=%231a73e8&size=48