slider v icon

slider-v-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
slider-v-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

More ui icons from Reicon

Use the slider v icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.419 8c0-2.828 0-4.243.817-5.121S9.369 2 12 2s3.947 0 4.764.879c.817.878.817 2.293.817 5.121v8c0 2.828 0 4.243-.817 5.121S14.631 22 12 22s-3.947 0-4.764-.879c-.817-.878-.817-2.293-.817-5.121zm-1.396-.099V16.1c0 .982 0 1.865.046 2.629q.025.405.069.764q.02.16.046.32c.036.217-.131.42-.35.401c-.43-.037-.82-.118-1.183-.317a3.15 3.15 0 0 1-1.321-1.42c-.186-.391-.26-.81-.296-1.273C2 16.756 2 16.205 2 15.531V8.47c0-.674 0-1.224.034-1.672c.035-.463.11-.882.296-1.272a3.15 3.15 0 0 1 1.32-1.42c.364-.2.753-.28 1.184-.318c.219-.02.386.184.35.4a8 8 0 0 0-.046.321q-.044.36-.069.764c-.046.764-.046 1.646-.046 2.63m13.954 8.196V7.9c0-.983 0-1.865-.047-2.629q-.023-.404-.068-.764a8 8 0 0 0-.046-.32c-.036-.217.131-.42.35-.401c.43.037.82.118 1.183.317a3.15 3.15 0 0 1 1.322 1.42c.185.391.26.81.295 1.273c.034.448.034.998.034 1.672v7.062c0 .674 0 1.225-.034 1.672c-.035.463-.11.882-.296 1.273a3.15 3.15 0 0 1-1.32 1.42c-.364.199-.753.28-1.184.317c-.219.02-.386-.184-.35-.4q.026-.16.046-.321q.044-.36.069-.764c.046-.764.046-1.647.046-2.63"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSliderVFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.419 8c0-2.828 0-4.243.817-5.121S9.369 2 12 2s3.947 0 4.764.879c.817.878.817 2.293.817 5.121v8c0 2.828 0 4.243-.817 5.121S14.631 22 12 22s-3.947 0-4.764-.879c-.817-.878-.817-2.293-.817-5.121zm-1.396-.099V16.1c0 .982 0 1.865.046 2.629q.025.405.069.764q.02.16.046.32c.036.217-.131.42-.35.401c-.43-.037-.82-.118-1.183-.317a3.15 3.15 0 0 1-1.321-1.42c-.186-.391-.26-.81-.296-1.273C2 16.756 2 16.205 2 15.531V8.47c0-.674 0-1.224.034-1.672c.035-.463.11-.882.296-1.272a3.15 3.15 0 0 1 1.32-1.42c.364-.2.753-.28 1.184-.318c.219-.02.386.184.35.4a8 8 0 0 0-.046.321q-.044.36-.069.764c-.046.764-.046 1.646-.046 2.63m13.954 8.196V7.9c0-.983 0-1.865-.047-2.629q-.023-.404-.068-.764a8 8 0 0 0-.046-.32c-.036-.217.131-.42.35-.401c.43.037.82.118 1.183.317a3.15 3.15 0 0 1 1.322 1.42c.185.391.26.81.295 1.273c.034.448.034.998.034 1.672v7.062c0 .674 0 1.225-.034 1.672c-.035.463-.11.882-.296 1.273a3.15 3.15 0 0 1-1.32 1.42c-.364.199-.753.28-1.184.317c-.219.02-.386-.184-.35-.4q.026-.16.046-.321q.044-.36.069-.764c.046-.764.046-1.647.046-2.63"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.419 8c0-2.828 0-4.243.817-5.121S9.369 2 12 2s3.947 0 4.764.879c.817.878.817 2.293.817 5.121v8c0 2.828 0 4.243-.817 5.121S14.631 22 12 22s-3.947 0-4.764-.879c-.817-.878-.817-2.293-.817-5.121zm-1.396-.099V16.1c0 .982 0 1.865.046 2.629q.025.405.069.764q.02.16.046.32c.036.217-.131.42-.35.401c-.43-.037-.82-.118-1.183-.317a3.15 3.15 0 0 1-1.321-1.42c-.186-.391-.26-.81-.296-1.273C2 16.756 2 16.205 2 15.531V8.47c0-.674 0-1.224.034-1.672c.035-.463.11-.882.296-1.272a3.15 3.15 0 0 1 1.32-1.42c.364-.2.753-.28 1.184-.318c.219-.02.386.184.35.4a8 8 0 0 0-.046.321q-.044.36-.069.764c-.046.764-.046 1.646-.046 2.63m13.954 8.196V7.9c0-.983 0-1.865-.047-2.629q-.023-.404-.068-.764a8 8 0 0 0-.046-.32c-.036-.217.131-.42.35-.401c.43.037.82.118 1.183.317a3.15 3.15 0 0 1 1.322 1.42c.185.391.26.81.295 1.273c.034.448.034.998.034 1.672v7.062c0 .674 0 1.225-.034 1.672c-.035.463-.11.882-.296 1.273a3.15 3.15 0 0 1-1.32 1.42c-.364.199-.753.28-1.184.317c-.219.02-.386-.184-.35-.4q.026-.16.046-.321q.044-.36.069-.764c.046-.764.046-1.647.046-2.63"/></svg>
</template>

CSS

.icon-slider-v-filled {
  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%22currentColor%22%20d%3D%22M6.419%208c0-2.828%200-4.243.817-5.121S9.369%202%2012%202s3.947%200%204.764.879c.817.878.817%202.293.817%205.121v8c0%202.828%200%204.243-.817%205.121S14.631%2022%2012%2022s-3.947%200-4.764-.879c-.817-.878-.817-2.293-.817-5.121zm-1.396-.099V16.1c0%20.982%200%201.865.046%202.629q.025.405.069.764q.02.16.046.32c.036.217-.131.42-.35.401c-.43-.037-.82-.118-1.183-.317a3.15%203.15%200%200%201-1.321-1.42c-.186-.391-.26-.81-.296-1.273C2%2016.756%202%2016.205%202%2015.531V8.47c0-.674%200-1.224.034-1.672c.035-.463.11-.882.296-1.272a3.15%203.15%200%200%201%201.32-1.42c.364-.2.753-.28%201.184-.318c.219-.02.386.184.35.4a8%208%200%200%200-.046.321q-.044.36-.069.764c-.046.764-.046%201.646-.046%202.63m13.954%208.196V7.9c0-.983%200-1.865-.047-2.629q-.023-.404-.068-.764a8%208%200%200%200-.046-.32c-.036-.217.131-.42.35-.401c.43.037.82.118%201.183.317a3.15%203.15%200%200%201%201.322%201.42c.185.391.26.81.295%201.273c.034.448.034.998.034%201.672v7.062c0%20.674%200%201.225-.034%201.672c-.035.463-.11.882-.296%201.273a3.15%203.15%200%200%201-1.32%201.42c-.364.199-.753.28-1.184.317c-.219.02-.386-.184-.35-.4q.026-.16.046-.321q.044-.36.069-.764c.046-.764.046-1.647.046-2.63%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%22currentColor%22%20d%3D%22M6.419%208c0-2.828%200-4.243.817-5.121S9.369%202%2012%202s3.947%200%204.764.879c.817.878.817%202.293.817%205.121v8c0%202.828%200%204.243-.817%205.121S14.631%2022%2012%2022s-3.947%200-4.764-.879c-.817-.878-.817-2.293-.817-5.121zm-1.396-.099V16.1c0%20.982%200%201.865.046%202.629q.025.405.069.764q.02.16.046.32c.036.217-.131.42-.35.401c-.43-.037-.82-.118-1.183-.317a3.15%203.15%200%200%201-1.321-1.42c-.186-.391-.26-.81-.296-1.273C2%2016.756%202%2016.205%202%2015.531V8.47c0-.674%200-1.224.034-1.672c.035-.463.11-.882.296-1.272a3.15%203.15%200%200%201%201.32-1.42c.364-.2.753-.28%201.184-.318c.219-.02.386.184.35.4a8%208%200%200%200-.046.321q-.044.36-.069.764c-.046.764-.046%201.646-.046%202.63m13.954%208.196V7.9c0-.983%200-1.865-.047-2.629q-.023-.404-.068-.764a8%208%200%200%200-.046-.32c-.036-.217.131-.42.35-.401c.43.037.82.118%201.183.317a3.15%203.15%200%200%201%201.322%201.42c.185.391.26.81.295%201.273c.034.448.034.998.034%201.672v7.062c0%20.674%200%201.225-.034%201.672c-.035.463-.11.882-.296%201.273a3.15%203.15%200%200%201-1.32%201.42c-.364.199-.753.28-1.184.317c-.219.02-.386-.184-.35-.4q.026-.16.046-.321q.044-.36.069-.764c.046-.764.046-1.647.046-2.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/slider-v-filled.svg?color=%231a73e8&size=48