skip-forward-30-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
skip-forward-30-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the skip forward 30 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 2.25a1 1 0 0 1 1 1V9a1 1 0 0 1-1 1h-5.25a1 1 0 1 1 0-2h3.387c-.985-1.179-2.208-2.113-3.682-2.57a9.44 9.44 0 0 0-6.106.16c-1.981.738-3.81 2.232-4.722 3.894a1 1 0 1 1-1.754-.961C4.048 6.38 6.288 4.596 8.652 3.716a11.44 11.44 0 0 1 7.394-.196c1.576.488 2.886 1.38 3.954 2.459V3.25a1 1 0 0 1 1-1M6.456 13.708c.154-.153.307-.304.578-.436C7.306 13.14 7.755 13 8.5 13c1.607 0 1.924.77 1.933 1.035c.009.242-.217.965-1.683.965a1 1 0 0 0 0 2c1.466 0 1.692.723 1.683.964c-.01.267-.326 1.036-1.933 1.036c-.745 0-1.194-.14-1.466-.273a2 2 0 0 1-.578-.436a1 1 0 0 0-1.412 1.417l.008.008c.186.185.53.53 1.105.81c.581.282 1.337.474 2.343.474c2.244 0 3.87-1.23 3.932-2.965A2.62 2.62 0 0 0 11.59 16a2.62 2.62 0 0 0 .843-2.036C12.37 12.23 10.744 11 8.5 11c-1.006 0-1.762.191-2.343.475c-.574.28-.92.623-1.105.81l-.008.006a1 1 0 0 0 1.412 1.417m7.786-1.047C14.85 11.635 15.864 11 17.25 11s2.4.635 3.008 1.661c.564.95.742 2.161.742 3.339s-.178 2.39-.742 3.339c-.608 1.025-1.622 1.66-3.008 1.66s-2.4-.635-3.008-1.66c-.564-.95-.742-2.161-.742-3.34c0-1.177.178-2.389.742-3.338m1.72 1.02c-.296.499-.462 1.288-.462 2.319s.166 1.82.461 2.318c.251.422.613.682 1.289.682s1.038-.26 1.288-.682C18.835 17.82 19 17.03 19 16s-.166-1.82-.462-2.318c-.25-.422-.612-.682-1.288-.682s-1.038.26-1.289.682"/></svg>

React

import type { SVGProps } from "react";

export function FluentSkipForward3024Filled(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="M21 2.25a1 1 0 0 1 1 1V9a1 1 0 0 1-1 1h-5.25a1 1 0 1 1 0-2h3.387c-.985-1.179-2.208-2.113-3.682-2.57a9.44 9.44 0 0 0-6.106.16c-1.981.738-3.81 2.232-4.722 3.894a1 1 0 1 1-1.754-.961C4.048 6.38 6.288 4.596 8.652 3.716a11.44 11.44 0 0 1 7.394-.196c1.576.488 2.886 1.38 3.954 2.459V3.25a1 1 0 0 1 1-1M6.456 13.708c.154-.153.307-.304.578-.436C7.306 13.14 7.755 13 8.5 13c1.607 0 1.924.77 1.933 1.035c.009.242-.217.965-1.683.965a1 1 0 0 0 0 2c1.466 0 1.692.723 1.683.964c-.01.267-.326 1.036-1.933 1.036c-.745 0-1.194-.14-1.466-.273a2 2 0 0 1-.578-.436a1 1 0 0 0-1.412 1.417l.008.008c.186.185.53.53 1.105.81c.581.282 1.337.474 2.343.474c2.244 0 3.87-1.23 3.932-2.965A2.62 2.62 0 0 0 11.59 16a2.62 2.62 0 0 0 .843-2.036C12.37 12.23 10.744 11 8.5 11c-1.006 0-1.762.191-2.343.475c-.574.28-.92.623-1.105.81l-.008.006a1 1 0 0 0 1.412 1.417m7.786-1.047C14.85 11.635 15.864 11 17.25 11s2.4.635 3.008 1.661c.564.95.742 2.161.742 3.339s-.178 2.39-.742 3.339c-.608 1.025-1.622 1.66-3.008 1.66s-2.4-.635-3.008-1.66c-.564-.95-.742-2.161-.742-3.34c0-1.177.178-2.389.742-3.338m1.72 1.02c-.296.499-.462 1.288-.462 2.319s.166 1.82.461 2.318c.251.422.613.682 1.289.682s1.038-.26 1.288-.682C18.835 17.82 19 17.03 19 16s-.166-1.82-.462-2.318c-.25-.422-.612-.682-1.288-.682s-1.038.26-1.289.682"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 2.25a1 1 0 0 1 1 1V9a1 1 0 0 1-1 1h-5.25a1 1 0 1 1 0-2h3.387c-.985-1.179-2.208-2.113-3.682-2.57a9.44 9.44 0 0 0-6.106.16c-1.981.738-3.81 2.232-4.722 3.894a1 1 0 1 1-1.754-.961C4.048 6.38 6.288 4.596 8.652 3.716a11.44 11.44 0 0 1 7.394-.196c1.576.488 2.886 1.38 3.954 2.459V3.25a1 1 0 0 1 1-1M6.456 13.708c.154-.153.307-.304.578-.436C7.306 13.14 7.755 13 8.5 13c1.607 0 1.924.77 1.933 1.035c.009.242-.217.965-1.683.965a1 1 0 0 0 0 2c1.466 0 1.692.723 1.683.964c-.01.267-.326 1.036-1.933 1.036c-.745 0-1.194-.14-1.466-.273a2 2 0 0 1-.578-.436a1 1 0 0 0-1.412 1.417l.008.008c.186.185.53.53 1.105.81c.581.282 1.337.474 2.343.474c2.244 0 3.87-1.23 3.932-2.965A2.62 2.62 0 0 0 11.59 16a2.62 2.62 0 0 0 .843-2.036C12.37 12.23 10.744 11 8.5 11c-1.006 0-1.762.191-2.343.475c-.574.28-.92.623-1.105.81l-.008.006a1 1 0 0 0 1.412 1.417m7.786-1.047C14.85 11.635 15.864 11 17.25 11s2.4.635 3.008 1.661c.564.95.742 2.161.742 3.339s-.178 2.39-.742 3.339c-.608 1.025-1.622 1.66-3.008 1.66s-2.4-.635-3.008-1.66c-.564-.95-.742-2.161-.742-3.34c0-1.177.178-2.389.742-3.338m1.72 1.02c-.296.499-.462 1.288-.462 2.319s.166 1.82.461 2.318c.251.422.613.682 1.289.682s1.038-.26 1.288-.682C18.835 17.82 19 17.03 19 16s-.166-1.82-.462-2.318c-.25-.422-.612-.682-1.288-.682s-1.038.26-1.289.682"/></svg>
</template>

CSS

.icon-skip-forward-30-24-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%22M21%202.25a1%201%200%200%201%201%201V9a1%201%200%200%201-1%201h-5.25a1%201%200%201%201%200-2h3.387c-.985-1.179-2.208-2.113-3.682-2.57a9.44%209.44%200%200%200-6.106.16c-1.981.738-3.81%202.232-4.722%203.894a1%201%200%201%201-1.754-.961C4.048%206.38%206.288%204.596%208.652%203.716a11.44%2011.44%200%200%201%207.394-.196c1.576.488%202.886%201.38%203.954%202.459V3.25a1%201%200%200%201%201-1M6.456%2013.708c.154-.153.307-.304.578-.436C7.306%2013.14%207.755%2013%208.5%2013c1.607%200%201.924.77%201.933%201.035c.009.242-.217.965-1.683.965a1%201%200%200%200%200%202c1.466%200%201.692.723%201.683.964c-.01.267-.326%201.036-1.933%201.036c-.745%200-1.194-.14-1.466-.273a2%202%200%200%201-.578-.436a1%201%200%200%200-1.412%201.417l.008.008c.186.185.53.53%201.105.81c.581.282%201.337.474%202.343.474c2.244%200%203.87-1.23%203.932-2.965A2.62%202.62%200%200%200%2011.59%2016a2.62%202.62%200%200%200%20.843-2.036C12.37%2012.23%2010.744%2011%208.5%2011c-1.006%200-1.762.191-2.343.475c-.574.28-.92.623-1.105.81l-.008.006a1%201%200%200%200%201.412%201.417m7.786-1.047C14.85%2011.635%2015.864%2011%2017.25%2011s2.4.635%203.008%201.661c.564.95.742%202.161.742%203.339s-.178%202.39-.742%203.339c-.608%201.025-1.622%201.66-3.008%201.66s-2.4-.635-3.008-1.66c-.564-.95-.742-2.161-.742-3.34c0-1.177.178-2.389.742-3.338m1.72%201.02c-.296.499-.462%201.288-.462%202.319s.166%201.82.461%202.318c.251.422.613.682%201.289.682s1.038-.26%201.288-.682C18.835%2017.82%2019%2017.03%2019%2016s-.166-1.82-.462-2.318c-.25-.422-.612-.682-1.288-.682s-1.038.26-1.289.682%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%22M21%202.25a1%201%200%200%201%201%201V9a1%201%200%200%201-1%201h-5.25a1%201%200%201%201%200-2h3.387c-.985-1.179-2.208-2.113-3.682-2.57a9.44%209.44%200%200%200-6.106.16c-1.981.738-3.81%202.232-4.722%203.894a1%201%200%201%201-1.754-.961C4.048%206.38%206.288%204.596%208.652%203.716a11.44%2011.44%200%200%201%207.394-.196c1.576.488%202.886%201.38%203.954%202.459V3.25a1%201%200%200%201%201-1M6.456%2013.708c.154-.153.307-.304.578-.436C7.306%2013.14%207.755%2013%208.5%2013c1.607%200%201.924.77%201.933%201.035c.009.242-.217.965-1.683.965a1%201%200%200%200%200%202c1.466%200%201.692.723%201.683.964c-.01.267-.326%201.036-1.933%201.036c-.745%200-1.194-.14-1.466-.273a2%202%200%200%201-.578-.436a1%201%200%200%200-1.412%201.417l.008.008c.186.185.53.53%201.105.81c.581.282%201.337.474%202.343.474c2.244%200%203.87-1.23%203.932-2.965A2.62%202.62%200%200%200%2011.59%2016a2.62%202.62%200%200%200%20.843-2.036C12.37%2012.23%2010.744%2011%208.5%2011c-1.006%200-1.762.191-2.343.475c-.574.28-.92.623-1.105.81l-.008.006a1%201%200%200%200%201.412%201.417m7.786-1.047C14.85%2011.635%2015.864%2011%2017.25%2011s2.4.635%203.008%201.661c.564.95.742%202.161.742%203.339s-.178%202.39-.742%203.339c-.608%201.025-1.622%201.66-3.008%201.66s-2.4-.635-3.008-1.66c-.564-.95-.742-2.161-.742-3.34c0-1.177.178-2.389.742-3.338m1.72%201.02c-.296.499-.462%201.288-.462%202.319s.166%201.82.461%202.318c.251.422.613.682%201.289.682s1.038-.26%201.288-.682C18.835%2017.82%2019%2017.03%2019%2016s-.166-1.82-.462-2.318c-.25-.422-.612-.682-1.288-.682s-1.038.26-1.289.682%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/skip-forward-30-24-filled.svg?color=%231a73e8&size=48