scroll vertical icon
scroll-vertical from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- scroll-vertical
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the scroll vertical 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-width="1.5" d="M14 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0ZM11.933 2c1.38-.04 4.628 5.345 3.983 5.852c-.73.575-2.902-.8-3.594-1.11c-.416-.186-.596-.181-1.012.03c-1.881.96-2.818 1.436-3.224 1.14c-.646-.471 2.5-5.872 3.847-5.912Zm.134 20c-1.38.04-4.628-5.32-3.983-5.824c.73-.573 2.902.796 3.594 1.104c.416.185.596.18 1.012-.03c.58-.295 2.51-1.65 3.224-1.134c.646.469-2.5 5.844-3.847 5.884Z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsScrollVertical(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" strokeWidth="1.5" d="M14 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0ZM11.933 2c1.38-.04 4.628 5.345 3.983 5.852c-.73.575-2.902-.8-3.594-1.11c-.416-.186-.596-.181-1.012.03c-1.881.96-2.818 1.436-3.224 1.14c-.646-.471 2.5-5.872 3.847-5.912Zm.134 20c-1.38.04-4.628-5.32-3.983-5.824c.73-.573 2.902.796 3.594 1.104c.416.185.596.18 1.012-.03c.58-.295 2.51-1.65 3.224-1.134c.646.469-2.5 5.844-3.847 5.884Z"/></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-width="1.5" d="M14 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0ZM11.933 2c1.38-.04 4.628 5.345 3.983 5.852c-.73.575-2.902-.8-3.594-1.11c-.416-.186-.596-.181-1.012.03c-1.881.96-2.818 1.436-3.224 1.14c-.646-.471 2.5-5.872 3.847-5.912Zm.134 20c-1.38.04-4.628-5.32-3.983-5.824c.73-.573 2.902.796 3.594 1.104c.416.185.596.18 1.012-.03c.58-.295 2.51-1.65 3.224-1.134c.646.469-2.5 5.844-3.847 5.884Z"/></svg> </template>
CSS
.icon-scroll-vertical {
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-width%3D%221.5%22%20d%3D%22M14%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200ZM11.933%202c1.38-.04%204.628%205.345%203.983%205.852c-.73.575-2.902-.8-3.594-1.11c-.416-.186-.596-.181-1.012.03c-1.881.96-2.818%201.436-3.224%201.14c-.646-.471%202.5-5.872%203.847-5.912Zm.134%2020c-1.38.04-4.628-5.32-3.983-5.824c.73-.573%202.902.796%203.594%201.104c.416.185.596.18%201.012-.03c.58-.295%202.51-1.65%203.224-1.134c.646.469-2.5%205.844-3.847%205.884Z%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-width%3D%221.5%22%20d%3D%22M14%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200ZM11.933%202c1.38-.04%204.628%205.345%203.983%205.852c-.73.575-2.902-.8-3.594-1.11c-.416-.186-.596-.181-1.012.03c-1.881.96-2.818%201.436-3.224%201.14c-.646-.471%202.5-5.872%203.847-5.912Zm.134%2020c-1.38.04-4.628-5.32-3.983-5.824c.73-.573%202.902.796%203.594%201.104c.416.185.596.18%201.012-.03c.58-.295%202.51-1.65%203.224-1.134c.646.469-2.5%205.844-3.847%205.884Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/scroll-vertical.svg?color=%231a73e8&size=48