page-control from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
page-control
Set
Material Symbols
Style
Regular
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
page-control-outline, page-control-outline-rounded, page-control-outline-sharp, page-control-rounded, page-control-sharp

The same icon in other sets

More ui actions icons from Material Symbols

Use the page control icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.588 13.413Q2 12.825 2 12t.588-1.412T4 10t1.413.588T6 12t-.587 1.413T4 14t-1.412-.587m1.874-.95q.188-.188.188-.463t-.187-.462T4 11.35t-.462.188T3.35 12t.188.463t.462.187t.463-.187m3.475.95Q7.35 12.825 7.35 12t.588-1.412T9.35 10t1.413.588T11.35 12t-.587 1.413T9.35 14t-1.412-.587m1.875-.95Q10 12.275 10 12t-.187-.462t-.463-.188t-.462.188T8.7 12t.188.463t.462.187t.463-.187m3.424.95q-.587-.588-.587-1.413t.588-1.412T14.65 10t1.413.588T16.65 12t-.587 1.413T14.65 14t-1.412-.587m1.875-.95q.187-.188.187-.463t-.187-.462t-.463-.188t-.462.188T14 12t.188.463t.462.187t.463-.187m3.475.95Q18 12.825 18 12t.588-1.412T20 10t1.413.588T22 12t-.587 1.413T20 14t-1.412-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPageControl(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="M2.588 13.413Q2 12.825 2 12t.588-1.412T4 10t1.413.588T6 12t-.587 1.413T4 14t-1.412-.587m1.874-.95q.188-.188.188-.463t-.187-.462T4 11.35t-.462.188T3.35 12t.188.463t.462.187t.463-.187m3.475.95Q7.35 12.825 7.35 12t.588-1.412T9.35 10t1.413.588T11.35 12t-.587 1.413T9.35 14t-1.412-.587m1.875-.95Q10 12.275 10 12t-.187-.462t-.463-.188t-.462.188T8.7 12t.188.463t.462.187t.463-.187m3.424.95q-.587-.588-.587-1.413t.588-1.412T14.65 10t1.413.588T16.65 12t-.587 1.413T14.65 14t-1.412-.587m1.875-.95q.187-.188.187-.463t-.187-.462t-.463-.188t-.462.188T14 12t.188.463t.462.187t.463-.187m3.475.95Q18 12.825 18 12t.588-1.412T20 10t1.413.588T22 12t-.587 1.413T20 14t-1.412-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.588 13.413Q2 12.825 2 12t.588-1.412T4 10t1.413.588T6 12t-.587 1.413T4 14t-1.412-.587m1.874-.95q.188-.188.188-.463t-.187-.462T4 11.35t-.462.188T3.35 12t.188.463t.462.187t.463-.187m3.475.95Q7.35 12.825 7.35 12t.588-1.412T9.35 10t1.413.588T11.35 12t-.587 1.413T9.35 14t-1.412-.587m1.875-.95Q10 12.275 10 12t-.187-.462t-.463-.188t-.462.188T8.7 12t.188.463t.462.187t.463-.187m3.424.95q-.587-.588-.587-1.413t.588-1.412T14.65 10t1.413.588T16.65 12t-.587 1.413T14.65 14t-1.412-.587m1.875-.95q.187-.188.187-.463t-.187-.462t-.463-.188t-.462.188T14 12t.188.463t.462.187t.463-.187m3.475.95Q18 12.825 18 12t.588-1.412T20 10t1.413.588T22 12t-.587 1.413T20 14t-1.412-.587"/></svg>
</template>

CSS

.icon-page-control {
  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%22M2.588%2013.413Q2%2012.825%202%2012t.588-1.412T4%2010t1.413.588T6%2012t-.587%201.413T4%2014t-1.412-.587m1.874-.95q.188-.188.188-.463t-.187-.462T4%2011.35t-.462.188T3.35%2012t.188.463t.462.187t.463-.187m3.475.95Q7.35%2012.825%207.35%2012t.588-1.412T9.35%2010t1.413.588T11.35%2012t-.587%201.413T9.35%2014t-1.412-.587m1.875-.95Q10%2012.275%2010%2012t-.187-.462t-.463-.188t-.462.188T8.7%2012t.188.463t.462.187t.463-.187m3.424.95q-.587-.588-.587-1.413t.588-1.412T14.65%2010t1.413.588T16.65%2012t-.587%201.413T14.65%2014t-1.412-.587m1.875-.95q.187-.188.187-.463t-.187-.462t-.463-.188t-.462.188T14%2012t.188.463t.462.187t.463-.187m3.475.95Q18%2012.825%2018%2012t.588-1.412T20%2010t1.413.588T22%2012t-.587%201.413T20%2014t-1.412-.587%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%22M2.588%2013.413Q2%2012.825%202%2012t.588-1.412T4%2010t1.413.588T6%2012t-.587%201.413T4%2014t-1.412-.587m1.874-.95q.188-.188.188-.463t-.187-.462T4%2011.35t-.462.188T3.35%2012t.188.463t.462.187t.463-.187m3.475.95Q7.35%2012.825%207.35%2012t.588-1.412T9.35%2010t1.413.588T11.35%2012t-.587%201.413T9.35%2014t-1.412-.587m1.875-.95Q10%2012.275%2010%2012t-.187-.462t-.463-.188t-.462.188T8.7%2012t.188.463t.462.187t.463-.187m3.424.95q-.587-.588-.587-1.413t.588-1.412T14.65%2010t1.413.588T16.65%2012t-.587%201.413T14.65%2014t-1.412-.587m1.875-.95q.187-.188.187-.463t-.187-.462t-.463-.188t-.462.188T14%2012t.188.463t.462.187t.463-.187m3.475.95Q18%2012.825%2018%2012t.588-1.412T20%2010t1.413.588T22%2012t-.587%201.413T20%2014t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/page-control.svg?color=%231a73e8&size=48