slider horizontal icon
slider-horizontal-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.
- Name
- slider-horizontal-broken
- Set
- Solar
- Style
- Broken
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the slider horizontal 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="1.5"><path d="M19.5 6C19.5 4.59987 19.5 3.8998 19.2275 3.36502C18.9878 2.89462 18.6054 2.51217 18.135 2.27248C17.6002 2 16.9001 2 15.5 2L8.5 2C7.09987 2 6.3998 2 5.86502 2.27248C5.39462 2.51217 5.01217 2.89462 4.77248 3.36502C4.5 3.8998 4.5 4.59987 4.5 6"/><path d="M19.5 18C19.5 19.4001 19.5 20.1002 19.2275 20.635C18.9878 21.1054 18.6054 21.4878 18.135 21.7275C17.6002 22 16.9001 22 15.5 22L8.5 22C7.09987 22 6.3998 22 5.86502 21.7275C5.39462 21.4878 5.01217 21.1054 4.77248 20.635C4.5 20.1002 4.5 19.4001 4.5 18"/><path stroke-linecap="round" d="M8 6C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.75736 18 5.17157 18 8 18L16 18C18.8284 18 20.2426 18 21.1213 17.1213C22 16.2426 22 14.8284 22 12C22 9.17157 22 7.75736 21.1213 6.87868C20.2426 6 18.8284 6 16 6L12 6"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarSliderHorizontalBroken(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="1.5"><path d="M19.5 6C19.5 4.59987 19.5 3.8998 19.2275 3.36502C18.9878 2.89462 18.6054 2.51217 18.135 2.27248C17.6002 2 16.9001 2 15.5 2L8.5 2C7.09987 2 6.3998 2 5.86502 2.27248C5.39462 2.51217 5.01217 2.89462 4.77248 3.36502C4.5 3.8998 4.5 4.59987 4.5 6"/><path d="M19.5 18C19.5 19.4001 19.5 20.1002 19.2275 20.635C18.9878 21.1054 18.6054 21.4878 18.135 21.7275C17.6002 22 16.9001 22 15.5 22L8.5 22C7.09987 22 6.3998 22 5.86502 21.7275C5.39462 21.4878 5.01217 21.1054 4.77248 20.635C4.5 20.1002 4.5 19.4001 4.5 18"/><path strokeLinecap="round" d="M8 6C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.75736 18 5.17157 18 8 18L16 18C18.8284 18 20.2426 18 21.1213 17.1213C22 16.2426 22 14.8284 22 12C22 9.17157 22 7.75736 21.1213 6.87868C20.2426 6 18.8284 6 16 6L12 6"/></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="1.5"><path d="M19.5 6C19.5 4.59987 19.5 3.8998 19.2275 3.36502C18.9878 2.89462 18.6054 2.51217 18.135 2.27248C17.6002 2 16.9001 2 15.5 2L8.5 2C7.09987 2 6.3998 2 5.86502 2.27248C5.39462 2.51217 5.01217 2.89462 4.77248 3.36502C4.5 3.8998 4.5 4.59987 4.5 6"/><path d="M19.5 18C19.5 19.4001 19.5 20.1002 19.2275 20.635C18.9878 21.1054 18.6054 21.4878 18.135 21.7275C17.6002 22 16.9001 22 15.5 22L8.5 22C7.09987 22 6.3998 22 5.86502 21.7275C5.39462 21.4878 5.01217 21.1054 4.77248 20.635C4.5 20.1002 4.5 19.4001 4.5 18"/><path stroke-linecap="round" d="M8 6C5.17157 6 3.75736 6 2.87868 6.87868C2 7.75736 2 9.17157 2 12C2 14.8284 2 16.2426 2.87868 17.1213C3.75736 18 5.17157 18 8 18L16 18C18.8284 18 20.2426 18 21.1213 17.1213C22 16.2426 22 14.8284 22 12C22 9.17157 22 7.75736 21.1213 6.87868C20.2426 6 18.8284 6 16 6L12 6"/></g></svg> </template>
CSS
.icon-slider-horizontal-broken {
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%221.5%22%3E%3Cpath%20d%3D%22M19.5%206C19.5%204.59987%2019.5%203.8998%2019.2275%203.36502C18.9878%202.89462%2018.6054%202.51217%2018.135%202.27248C17.6002%202%2016.9001%202%2015.5%202L8.5%202C7.09987%202%206.3998%202%205.86502%202.27248C5.39462%202.51217%205.01217%202.89462%204.77248%203.36502C4.5%203.8998%204.5%204.59987%204.5%206%22%2F%3E%3Cpath%20d%3D%22M19.5%2018C19.5%2019.4001%2019.5%2020.1002%2019.2275%2020.635C18.9878%2021.1054%2018.6054%2021.4878%2018.135%2021.7275C17.6002%2022%2016.9001%2022%2015.5%2022L8.5%2022C7.09987%2022%206.3998%2022%205.86502%2021.7275C5.39462%2021.4878%205.01217%2021.1054%204.77248%2020.635C4.5%2020.1002%204.5%2019.4001%204.5%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%206C5.17157%206%203.75736%206%202.87868%206.87868C2%207.75736%202%209.17157%202%2012C2%2014.8284%202%2016.2426%202.87868%2017.1213C3.75736%2018%205.17157%2018%208%2018L16%2018C18.8284%2018%2020.2426%2018%2021.1213%2017.1213C22%2016.2426%2022%2014.8284%2022%2012C22%209.17157%2022%207.75736%2021.1213%206.87868C20.2426%206%2018.8284%206%2016%206L12%206%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%221.5%22%3E%3Cpath%20d%3D%22M19.5%206C19.5%204.59987%2019.5%203.8998%2019.2275%203.36502C18.9878%202.89462%2018.6054%202.51217%2018.135%202.27248C17.6002%202%2016.9001%202%2015.5%202L8.5%202C7.09987%202%206.3998%202%205.86502%202.27248C5.39462%202.51217%205.01217%202.89462%204.77248%203.36502C4.5%203.8998%204.5%204.59987%204.5%206%22%2F%3E%3Cpath%20d%3D%22M19.5%2018C19.5%2019.4001%2019.5%2020.1002%2019.2275%2020.635C18.9878%2021.1054%2018.6054%2021.4878%2018.135%2021.7275C17.6002%2022%2016.9001%2022%2015.5%2022L8.5%2022C7.09987%2022%206.3998%2022%205.86502%2021.7275C5.39462%2021.4878%205.01217%2021.1054%204.77248%2020.635C4.5%2020.1002%204.5%2019.4001%204.5%2018%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8%206C5.17157%206%203.75736%206%202.87868%206.87868C2%207.75736%202%209.17157%202%2012C2%2014.8284%202%2016.2426%202.87868%2017.1213C3.75736%2018%205.17157%2018%208%2018L16%2018C18.8284%2018%2020.2426%2018%2021.1213%2017.1213C22%2016.2426%2022%2014.8284%2022%2012C22%209.17157%2022%207.75736%2021.1213%206.87868C20.2426%206%2018.8284%206%2016%206L12%206%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/slider-horizontal-broken.svg?color=%231a73e8&size=48