slider h2 icon
slider-h2-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- slider-h2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the slider h2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M20.25 2.77a.76.76 0 0 1-.75.768h-15a.76.76 0 0 1-.75-.769A.76.76 0 0 1 4.5 2h15a.76.76 0 0 1 .75.77m0 18.46a.76.76 0 0 1-.75.77h-15a.76.76 0 0 1-.75-.77a.76.76 0 0 1 .75-.768h15a.76.76 0 0 1 .75.769" clip-rule="evenodd" opacity=".5"/><path d="M16 5.846c2.828 0 4.243 0 5.121.901C22 7.65 22 9.1 22 12s0 4.352-.879 5.253c-.878.9-2.293.9-5.121.9H8c-2.828 0-4.243 0-5.121-.9C2 16.352 2 14.9 2 12s0-4.351.879-5.253c.878-.9 2.293-.9 5.121-.9z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSliderH2Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M20.25 2.77a.76.76 0 0 1-.75.768h-15a.76.76 0 0 1-.75-.769A.76.76 0 0 1 4.5 2h15a.76.76 0 0 1 .75.77m0 18.46a.76.76 0 0 1-.75.77h-15a.76.76 0 0 1-.75-.77a.76.76 0 0 1 .75-.768h15a.76.76 0 0 1 .75.769" clipRule="evenodd" opacity=".5"/><path d="M16 5.846c2.828 0 4.243 0 5.121.901C22 7.65 22 9.1 22 12s0 4.352-.879 5.253c-.878.9-2.293.9-5.121.9H8c-2.828 0-4.243 0-5.121-.9C2 16.352 2 14.9 2 12s0-4.351.879-5.253c.878-.9 2.293-.9 5.121-.9z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M20.25 2.77a.76.76 0 0 1-.75.768h-15a.76.76 0 0 1-.75-.769A.76.76 0 0 1 4.5 2h15a.76.76 0 0 1 .75.77m0 18.46a.76.76 0 0 1-.75.77h-15a.76.76 0 0 1-.75-.77a.76.76 0 0 1 .75-.768h15a.76.76 0 0 1 .75.769" clip-rule="evenodd" opacity=".5"/><path d="M16 5.846c2.828 0 4.243 0 5.121.901C22 7.65 22 9.1 22 12s0 4.352-.879 5.253c-.878.9-2.293.9-5.121.9H8c-2.828 0-4.243 0-5.121-.9C2 16.352 2 14.9 2 12s0-4.351.879-5.253c.878-.9 2.293-.9 5.121-.9z"/></g></svg> </template>
CSS
.icon-slider-h2-duotone {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.25%202.77a.76.76%200%200%201-.75.768h-15a.76.76%200%200%201-.75-.769A.76.76%200%200%201%204.5%202h15a.76.76%200%200%201%20.75.77m0%2018.46a.76.76%200%200%201-.75.77h-15a.76.76%200%200%201-.75-.77a.76.76%200%200%201%20.75-.768h15a.76.76%200%200%201%20.75.769%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%205.846c2.828%200%204.243%200%205.121.901C22%207.65%2022%209.1%2022%2012s0%204.352-.879%205.253c-.878.9-2.293.9-5.121.9H8c-2.828%200-4.243%200-5.121-.9C2%2016.352%202%2014.9%202%2012s0-4.351.879-5.253c.878-.9%202.293-.9%205.121-.9z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M20.25%202.77a.76.76%200%200%201-.75.768h-15a.76.76%200%200%201-.75-.769A.76.76%200%200%201%204.5%202h15a.76.76%200%200%201%20.75.77m0%2018.46a.76.76%200%200%201-.75.77h-15a.76.76%200%200%201-.75-.77a.76.76%200%200%201%20.75-.768h15a.76.76%200%200%201%20.75.769%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16%205.846c2.828%200%204.243%200%205.121.901C22%207.65%2022%209.1%2022%2012s0%204.352-.879%205.253c-.878.9-2.293.9-5.121.9H8c-2.828%200-4.243%200-5.121-.9C2%2016.352%202%2014.9%202%2012s0-4.351.879-5.253c.878-.9%202.293-.9%205.121-.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/slider-h2-duotone.svg?color=%231a73e8&size=48