align top icon
align-top from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- align-top
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
align-topAkar Iconsalign-topBootstrap Iconsalign-top-16-filledFluent UI System Iconsalign-topcss.ggalign-topHuge Iconsalign-topIconParkalign-topIconPark Outlinealign-topIconPark Solidalign-topIconPark TwoTonealign-topMajesticonsalign-top-fillMingCute Iconalign-topPhosphoralign-topRadix Iconsalign-topRemix Iconalign-top-boldSolaralign-topTDesign Iconsalign-top-outlineTeenyicons
Related icons in Myna UI Icons
Use the align top icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 18v-8c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C8.398 7 7.932 7 7 7s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C4 8.602 4 9.068 4 10v8c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C5.602 21 6.068 21 7 21s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C10 19.398 10 18.932 10 18m10-4v-4c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C18.398 7 17.932 7 17 7s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C14 8.602 14 9.068 14 10v4c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C15.602 17 16.068 17 17 17s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C20 15.398 20 14.932 20 14m1-11H3"/></svg>
React
import type { SVGProps } from "react";
export function MynauiAlignTop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M10 18v-8c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C8.398 7 7.932 7 7 7s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C4 8.602 4 9.068 4 10v8c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C5.602 21 6.068 21 7 21s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C10 19.398 10 18.932 10 18m10-4v-4c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C18.398 7 17.932 7 17 7s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C14 8.602 14 9.068 14 10v4c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C15.602 17 16.068 17 17 17s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C20 15.398 20 14.932 20 14m1-11H3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10 18v-8c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C8.398 7 7.932 7 7 7s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C4 8.602 4 9.068 4 10v8c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C5.602 21 6.068 21 7 21s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C10 19.398 10 18.932 10 18m10-4v-4c0-.932 0-1.398-.152-1.765a2 2 0 0 0-1.083-1.083C18.398 7 17.932 7 17 7s-1.398 0-1.765.152a2 2 0 0 0-1.083 1.083C14 8.602 14 9.068 14 10v4c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C15.602 17 16.068 17 17 17s1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C20 15.398 20 14.932 20 14m1-11H3"/></svg> </template>
CSS
.icon-align-top {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%2018v-8c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C8.398%207%207.932%207%207%207s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C4%208.602%204%209.068%204%2010v8c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C5.602%2021%206.068%2021%207%2021s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C10%2019.398%2010%2018.932%2010%2018m10-4v-4c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C18.398%207%2017.932%207%2017%207s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C14%208.602%2014%209.068%2014%2010v4c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C15.602%2017%2016.068%2017%2017%2017s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C20%2015.398%2020%2014.932%2020%2014m1-11H3%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10%2018v-8c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C8.398%207%207.932%207%207%207s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C4%208.602%204%209.068%204%2010v8c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C5.602%2021%206.068%2021%207%2021s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C10%2019.398%2010%2018.932%2010%2018m10-4v-4c0-.932%200-1.398-.152-1.765a2%202%200%200%200-1.083-1.083C18.398%207%2017.932%207%2017%207s-1.398%200-1.765.152a2%202%200%200%200-1.083%201.083C14%208.602%2014%209.068%2014%2010v4c0%20.932%200%201.398.152%201.765a2%202%200%200%200%201.083%201.083C15.602%2017%2016.068%2017%2017%2017s1.398%200%201.765-.152a2%202%200%200%200%201.083-1.083C20%2015.398%2020%2014.932%2020%2014m1-11H3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/align-top.svg?color=%231a73e8&size=48