pointing up icon
pointing-up from Akar Icons by Arturo Wibawa · Outline · MIT Free for personal and commercial use.
- Name
- pointing-up
- Set
- Akar Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Use the pointing up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m19 16l.87-11.735a2.102 2.102 0 0 0-4.181-.433L15 9m-7 6v-3a2 2 0 1 0-4 0v4m8-3v-1.5a2 2 0 1 0-4 0V15"/><path stroke-linecap="round" stroke-linejoin="round" d="M16 13v-2a2 2 0 1 0-4 0v2"/><path d="M19 16c-.536 4-3.358 6-7.5 6S4 20 4 16"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.692 17H11a2 2 0 1 1 0-4h4c2.21 0 4.5 2 3.5 5"/></g></svg>
React
import type { SVGProps } from "react";
export function AkarIconsPointingUp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="m19 16l.87-11.735a2.102 2.102 0 0 0-4.181-.433L15 9m-7 6v-3a2 2 0 1 0-4 0v4m8-3v-1.5a2 2 0 1 0-4 0V15"/><path strokeLinecap="round" strokeLinejoin="round" d="M16 13v-2a2 2 0 1 0-4 0v2"/><path d="M19 16c-.536 4-3.358 6-7.5 6S4 20 4 16"/><path strokeLinecap="round" strokeLinejoin="round" d="M13.692 17H11a2 2 0 1 1 0-4h4c2.21 0 4.5 2 3.5 5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m19 16l.87-11.735a2.102 2.102 0 0 0-4.181-.433L15 9m-7 6v-3a2 2 0 1 0-4 0v4m8-3v-1.5a2 2 0 1 0-4 0V15"/><path stroke-linecap="round" stroke-linejoin="round" d="M16 13v-2a2 2 0 1 0-4 0v2"/><path d="M19 16c-.536 4-3.358 6-7.5 6S4 20 4 16"/><path stroke-linecap="round" stroke-linejoin="round" d="M13.692 17H11a2 2 0 1 1 0-4h4c2.21 0 4.5 2 3.5 5"/></g></svg> </template>
CSS
.icon-pointing-up {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19%2016l.87-11.735a2.102%202.102%200%200%200-4.181-.433L15%209m-7%206v-3a2%202%200%201%200-4%200v4m8-3v-1.5a2%202%200%201%200-4%200V15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2013v-2a2%202%200%201%200-4%200v2%22%2F%3E%3Cpath%20d%3D%22M19%2016c-.536%204-3.358%206-7.5%206S4%2020%204%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.692%2017H11a2%202%200%201%201%200-4h4c2.21%200%204.5%202%203.5%205%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m19%2016l.87-11.735a2.102%202.102%200%200%200-4.181-.433L15%209m-7%206v-3a2%202%200%201%200-4%200v4m8-3v-1.5a2%202%200%201%200-4%200V15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16%2013v-2a2%202%200%201%200-4%200v2%22%2F%3E%3Cpath%20d%3D%22M19%2016c-.536%204-3.358%206-7.5%206S4%2020%204%2016%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13.692%2017H11a2%202%200%201%201%200-4h4c2.21%200%204.5%202%203.5%205%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/akar-icons/pointing-up.svg?color=%231a73e8&size=48