preference vertical icon
preference-vertical from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- preference-vertical
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the preference 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 11v10m15-8v8m0-18v4m-7.5-4v10M4 3v2m7.5 14v2M2 9.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C2.801 8 3.034 8 3.5 8h1c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541C6 8.801 6 9.034 6 9.5s0 .699-.076.883a1 1 0 0 1-.541.54C5.199 11 4.966 11 4.5 11h-1c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 10.199 2 9.966 2 9.5m15 2c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077h1c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077h-1c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C17 12.199 17 11.966 17 11.5m-7.5 3c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C10.301 13 10.534 13 11 13h1c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54C12.699 16 12.466 16 12 16h-1c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPreferenceVertical(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="M4 11v10m15-8v8m0-18v4m-7.5-4v10M4 3v2m7.5 14v2M2 9.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C2.801 8 3.034 8 3.5 8h1c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541C6 8.801 6 9.034 6 9.5s0 .699-.076.883a1 1 0 0 1-.541.54C5.199 11 4.966 11 4.5 11h-1c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 10.199 2 9.966 2 9.5m15 2c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077h1c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077h-1c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C17 12.199 17 11.966 17 11.5m-7.5 3c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C10.301 13 10.534 13 11 13h1c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54C12.699 16 12.466 16 12 16h-1c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883"/></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="M4 11v10m15-8v8m0-18v4m-7.5-4v10M4 3v2m7.5 14v2M2 9.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C2.801 8 3.034 8 3.5 8h1c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541C6 8.801 6 9.034 6 9.5s0 .699-.076.883a1 1 0 0 1-.541.54C5.199 11 4.966 11 4.5 11h-1c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C2 10.199 2 9.966 2 9.5m15 2c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077h1c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077h-1c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C17 12.199 17 11.966 17 11.5m-7.5 3c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C10.301 13 10.534 13 11 13h1c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54C12.699 16 12.466 16 12 16h-1c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541c-.077-.184-.077-.417-.077-.883"/></svg> </template>
CSS
.icon-preference-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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4%2011v10m15-8v8m0-18v4m-7.5-4v10M4%203v2m7.5%2014v2M2%209.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C2.801%208%203.034%208%203.5%208h1c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541C6%208.801%206%209.034%206%209.5s0%20.699-.076.883a1%201%200%200%201-.541.54C5.199%2011%204.966%2011%204.5%2011h-1c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C2%2010.199%202%209.966%202%209.5m15%202c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54c.184-.077.417-.077.883-.077h1c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077h-1c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C17%2012.199%2017%2011.966%2017%2011.5m-7.5%203c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C10.301%2013%2010.534%2013%2011%2013h1c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54C12.699%2016%2012.466%2016%2012%2016h-1c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883%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%22M4%2011v10m15-8v8m0-18v4m-7.5-4v10M4%203v2m7.5%2014v2M2%209.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C2.801%208%203.034%208%203.5%208h1c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541C6%208.801%206%209.034%206%209.5s0%20.699-.076.883a1%201%200%200%201-.541.54C5.199%2011%204.966%2011%204.5%2011h-1c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C2%2010.199%202%209.966%202%209.5m15%202c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54c.184-.077.417-.077.883-.077h1c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077h-1c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C17%2012.199%2017%2011.966%2017%2011.5m-7.5%203c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C10.301%2013%2010.534%2013%2011%2013h1c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54C12.699%2016%2012.466%2016%2012%2016h-1c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541c-.077-.184-.077-.417-.077-.883%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/preference-vertical.svg?color=%231a73e8&size=48