transition push icon

transition-push-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
transition-push-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the transition push icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 20H8.975q-.425 0-.7-.288T8 19t.288-.7t.712-.275h1V6H9q-.425 0-.712-.288T8 5t.288-.712T9 4h1q.825 0 1.413.588T12 6v12q0 .825-.587 1.413T10 20m6 0q-.825 0-1.412-.587T14 18V6q0-.825.588-1.412T16 4h5q.825 0 1.413.588T23 6v12q0 .825-.587 1.413T21 20zM5.15 13H2q-.425 0-.712-.288T1 12t.288-.712T2 11h3.15l-.875-.875q-.3-.3-.288-.712T4.3 8.7t.713-.3t.712.3L8.3 11.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.288T4.3 15.3q-.3-.275-.3-.7t.275-.725z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTransitionPushRounded(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="M10 20H8.975q-.425 0-.7-.288T8 19t.288-.7t.712-.275h1V6H9q-.425 0-.712-.288T8 5t.288-.712T9 4h1q.825 0 1.413.588T12 6v12q0 .825-.587 1.413T10 20m6 0q-.825 0-1.412-.587T14 18V6q0-.825.588-1.412T16 4h5q.825 0 1.413.588T23 6v12q0 .825-.587 1.413T21 20zM5.15 13H2q-.425 0-.712-.288T1 12t.288-.712T2 11h3.15l-.875-.875q-.3-.3-.288-.712T4.3 8.7t.713-.3t.712.3L8.3 11.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.288T4.3 15.3q-.3-.275-.3-.7t.275-.725z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 20H8.975q-.425 0-.7-.288T8 19t.288-.7t.712-.275h1V6H9q-.425 0-.712-.288T8 5t.288-.712T9 4h1q.825 0 1.413.588T12 6v12q0 .825-.587 1.413T10 20m6 0q-.825 0-1.412-.587T14 18V6q0-.825.588-1.412T16 4h5q.825 0 1.413.588T23 6v12q0 .825-.587 1.413T21 20zM5.15 13H2q-.425 0-.712-.288T1 12t.288-.712T2 11h3.15l-.875-.875q-.3-.3-.288-.712T4.3 8.7t.713-.3t.712.3L8.3 11.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6 2.6q-.275.275-.687.288T4.3 15.3q-.3-.275-.3-.7t.275-.725z"/></svg>
</template>

CSS

.icon-transition-push-rounded {
  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%22M10%2020H8.975q-.425%200-.7-.288T8%2019t.288-.7t.712-.275h1V6H9q-.425%200-.712-.288T8%205t.288-.712T9%204h1q.825%200%201.413.588T12%206v12q0%20.825-.587%201.413T10%2020m6%200q-.825%200-1.412-.587T14%2018V6q0-.825.588-1.412T16%204h5q.825%200%201.413.588T23%206v12q0%20.825-.587%201.413T21%2020zM5.15%2013H2q-.425%200-.712-.288T1%2012t.288-.712T2%2011h3.15l-.875-.875q-.3-.3-.288-.712T4.3%208.7t.713-.3t.712.3L8.3%2011.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6%202.6q-.275.275-.687.288T4.3%2015.3q-.3-.275-.3-.7t.275-.725z%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%22M10%2020H8.975q-.425%200-.7-.288T8%2019t.288-.7t.712-.275h1V6H9q-.425%200-.712-.288T8%205t.288-.712T9%204h1q.825%200%201.413.588T12%206v12q0%20.825-.587%201.413T10%2020m6%200q-.825%200-1.412-.587T14%2018V6q0-.825.588-1.412T16%204h5q.825%200%201.413.588T23%206v12q0%20.825-.587%201.413T21%2020zM5.15%2013H2q-.425%200-.712-.288T1%2012t.288-.712T2%2011h3.15l-.875-.875q-.3-.3-.288-.712T4.3%208.7t.713-.3t.712.3L8.3%2011.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-2.6%202.6q-.275.275-.687.288T4.3%2015.3q-.3-.275-.3-.7t.275-.725z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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