preference horizontal icon
preference-horizontal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- preference-horizontal
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the preference horizontal 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="M13 4H3m8 15H3m18 0h-4m4-7.5H11M21 4h-2M5 11.5H3M14.5 2c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C15.199 6 14.966 6 14.5 6s-.699 0-.883-.076a1 1 0 0 1-.54-.541C13 5.199 13 4.966 13 4.5v-1c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C13.801 2 14.034 2 14.5 2m-2 15c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C11 20.199 11 19.966 11 19.5v-1c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077m-3-7.5c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C8 12.699 8 12.466 8 12v-1c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPreferenceHorizontal(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="M13 4H3m8 15H3m18 0h-4m4-7.5H11M21 4h-2M5 11.5H3M14.5 2c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C15.199 6 14.966 6 14.5 6s-.699 0-.883-.076a1 1 0 0 1-.54-.541C13 5.199 13 4.966 13 4.5v-1c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C13.801 2 14.034 2 14.5 2m-2 15c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C11 20.199 11 19.966 11 19.5v-1c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077m-3-7.5c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C8 12.699 8 12.466 8 12v-1c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077"/></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="M13 4H3m8 15H3m18 0h-4m4-7.5H11M21 4h-2M5 11.5H3M14.5 2c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54C15.199 6 14.966 6 14.5 6s-.699 0-.883-.076a1 1 0 0 1-.54-.541C13 5.199 13 4.966 13 4.5v-1c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C13.801 2 14.034 2 14.5 2m-2 15c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C11 20.199 11 19.966 11 19.5v-1c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077m-3-7.5c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883v1c0 .466 0 .699-.076.883a1 1 0 0 1-.541.54c-.184.077-.417.077-.883.077s-.699 0-.883-.076a1 1 0 0 1-.54-.541C8 12.699 8 12.466 8 12v-1c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54c.184-.077.417-.077.883-.077"/></svg> </template>
CSS
.icon-preference-horizontal {
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%22M13%204H3m8%2015H3m18%200h-4m4-7.5H11M21%204h-2M5%2011.5H3M14.5%202c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v1c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C15.199%206%2014.966%206%2014.5%206s-.699%200-.883-.076a1%201%200%200%201-.54-.541C13%205.199%2013%204.966%2013%204.5v-1c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C13.801%202%2014.034%202%2014.5%202m-2%2015c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v1c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C11%2020.199%2011%2019.966%2011%2019.5v-1c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54c.184-.077.417-.077.883-.077m-3-7.5c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v1c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C8%2012.699%208%2012.466%208%2012v-1c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54c.184-.077.417-.077.883-.077%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%22M13%204H3m8%2015H3m18%200h-4m4-7.5H11M21%204h-2M5%2011.5H3M14.5%202c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v1c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54C15.199%206%2014.966%206%2014.5%206s-.699%200-.883-.076a1%201%200%200%201-.54-.541C13%205.199%2013%204.966%2013%204.5v-1c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C13.801%202%2014.034%202%2014.5%202m-2%2015c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v1c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C11%2020.199%2011%2019.966%2011%2019.5v-1c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54c.184-.077.417-.077.883-.077m-3-7.5c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883v1c0%20.466%200%20.699-.076.883a1%201%200%200%201-.541.54c-.184.077-.417.077-.883.077s-.699%200-.883-.076a1%201%200%200%201-.54-.541C8%2012.699%208%2012.466%208%2012v-1c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54c.184-.077.417-.077.883-.077%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/preference-horizontal.svg?color=%231a73e8&size=48