version icon
version-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- version-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the version icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.243 14.75c.936.614.894 2.037-.127 2.576l-7.182 3.796a2 2 0 0 1-1.869 0l-7.181-3.796c-1.02-.54-1.063-1.962-.128-2.576q.06.041.128.076l7.181 3.796a2 2 0 0 0 1.87 0l7.181-3.796q.066-.036.127-.076m0-3.999c.936.614.894 2.036-.127 2.576l-7.182 3.796a2 2 0 0 1-1.869 0l-7.181-3.797c-1.02-.539-1.063-1.96-.13-2.575q.063.041.13.077l7.181 3.796a2 2 0 0 0 1.87 0l7.181-3.796a2 2 0 0 0 .128-.077m-9.178-7.873a2 2 0 0 1 1.87 0l7.182 3.796c1.065.563 1.065 2.09 0 2.652l-7.183 3.797a2 2 0 0 1-1.869 0L3.884 9.326c-1.065-.563-1.066-2.089 0-2.652z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteVersionFill(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" d="M20.243 14.75c.936.614.894 2.037-.127 2.576l-7.182 3.796a2 2 0 0 1-1.869 0l-7.181-3.796c-1.02-.54-1.063-1.962-.128-2.576q.06.041.128.076l7.181 3.796a2 2 0 0 0 1.87 0l7.181-3.796q.066-.036.127-.076m0-3.999c.936.614.894 2.036-.127 2.576l-7.182 3.796a2 2 0 0 1-1.869 0l-7.181-3.797c-1.02-.539-1.063-1.96-.13-2.575q.063.041.13.077l7.181 3.796a2 2 0 0 0 1.87 0l7.181-3.796a2 2 0 0 0 .128-.077m-9.178-7.873a2 2 0 0 1 1.87 0l7.182 3.796c1.065.563 1.065 2.09 0 2.652l-7.183 3.797a2 2 0 0 1-1.869 0L3.884 9.326c-1.065-.563-1.066-2.089 0-2.652z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.243 14.75c.936.614.894 2.037-.127 2.576l-7.182 3.796a2 2 0 0 1-1.869 0l-7.181-3.796c-1.02-.54-1.063-1.962-.128-2.576q.06.041.128.076l7.181 3.796a2 2 0 0 0 1.87 0l7.181-3.796q.066-.036.127-.076m0-3.999c.936.614.894 2.036-.127 2.576l-7.182 3.796a2 2 0 0 1-1.869 0l-7.181-3.797c-1.02-.539-1.063-1.96-.13-2.575q.063.041.13.077l7.181 3.796a2 2 0 0 0 1.87 0l7.181-3.796a2 2 0 0 0 .128-.077m-9.178-7.873a2 2 0 0 1 1.87 0l7.182 3.796c1.065.563 1.065 2.09 0 2.652l-7.183 3.797a2 2 0 0 1-1.869 0L3.884 9.326c-1.065-.563-1.066-2.089 0-2.652z"/></svg> </template>
CSS
.icon-version-fill {
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%20d%3D%22M20.243%2014.75c.936.614.894%202.037-.127%202.576l-7.182%203.796a2%202%200%200%201-1.869%200l-7.181-3.796c-1.02-.54-1.063-1.962-.128-2.576q.06.041.128.076l7.181%203.796a2%202%200%200%200%201.87%200l7.181-3.796q.066-.036.127-.076m0-3.999c.936.614.894%202.036-.127%202.576l-7.182%203.796a2%202%200%200%201-1.869%200l-7.181-3.797c-1.02-.539-1.063-1.96-.13-2.575q.063.041.13.077l7.181%203.796a2%202%200%200%200%201.87%200l7.181-3.796a2%202%200%200%200%20.128-.077m-9.178-7.873a2%202%200%200%201%201.87%200l7.182%203.796c1.065.563%201.065%202.09%200%202.652l-7.183%203.797a2%202%200%200%201-1.869%200L3.884%209.326c-1.065-.563-1.066-2.089%200-2.652z%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%20d%3D%22M20.243%2014.75c.936.614.894%202.037-.127%202.576l-7.182%203.796a2%202%200%200%201-1.869%200l-7.181-3.796c-1.02-.54-1.063-1.962-.128-2.576q.06.041.128.076l7.181%203.796a2%202%200%200%200%201.87%200l7.181-3.796q.066-.036.127-.076m0-3.999c.936.614.894%202.036-.127%202.576l-7.182%203.796a2%202%200%200%201-1.869%200l-7.181-3.797c-1.02-.539-1.063-1.96-.13-2.575q.063.041.13.077l7.181%203.796a2%202%200%200%200%201.87%200l7.181-3.796a2%202%200%200%200%20.128-.077m-9.178-7.873a2%202%200%200%201%201.87%200l7.182%203.796c1.065.563%201.065%202.09%200%202.652l-7.183%203.797a2%202%200%200%201-1.869%200L3.884%209.326c-1.065-.563-1.066-2.089%200-2.652z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/version-fill.svg?color=%231a73e8&size=48