replay-30-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
replay-30-rounded
Set
Material Symbols
Style
Rounded
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
replay-30-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the replay 30 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 16H8.25q-.325 0-.537-.213T7.5 15.25t.213-.537t.537-.213H10v-1H9q-.2 0-.35-.15T8.5 13t.15-.35t.35-.15h1v-1H8.25q-.325 0-.537-.213T7.5 10.75t.213-.537T8.25 10h2.25q.425 0 .713.288T11.5 11v4q0 .425-.288.713T10.5 16m3 0q-.425 0-.712-.288T12.5 15v-4q0-.425.288-.712T13.5 10h2q.425 0 .713.288T16.5 11v4q0 .425-.288.713T15.5 16zm.5-1.5h1v-3h-1zm-5.512 6.788q-1.638-.713-2.85-1.925t-1.925-2.85T3 13q0-.425.288-.712T4 12t.713.288T5 13q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13t-2.037-4.962T12 6h-.15l.85.85q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L8.7 5.7q-.3-.3-.3-.7t.3-.7l2.575-2.575q.3-.3.713-.288t.712.313q.275.3.288.7t-.288.7l-.85.85H12q1.875 0 3.513.713t2.85 1.925t1.925 2.85T21 13t-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsReplay30Rounded(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.5 16H8.25q-.325 0-.537-.213T7.5 15.25t.213-.537t.537-.213H10v-1H9q-.2 0-.35-.15T8.5 13t.15-.35t.35-.15h1v-1H8.25q-.325 0-.537-.213T7.5 10.75t.213-.537T8.25 10h2.25q.425 0 .713.288T11.5 11v4q0 .425-.288.713T10.5 16m3 0q-.425 0-.712-.288T12.5 15v-4q0-.425.288-.712T13.5 10h2q.425 0 .713.288T16.5 11v4q0 .425-.288.713T15.5 16zm.5-1.5h1v-3h-1zm-5.512 6.788q-1.638-.713-2.85-1.925t-1.925-2.85T3 13q0-.425.288-.712T4 12t.713.288T5 13q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13t-2.037-4.962T12 6h-.15l.85.85q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L8.7 5.7q-.3-.3-.3-.7t.3-.7l2.575-2.575q.3-.3.713-.288t.712.313q.275.3.288.7t-.288.7l-.85.85H12q1.875 0 3.513.713t2.85 1.925t1.925 2.85T21 13t-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712"/></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.5 16H8.25q-.325 0-.537-.213T7.5 15.25t.213-.537t.537-.213H10v-1H9q-.2 0-.35-.15T8.5 13t.15-.35t.35-.15h1v-1H8.25q-.325 0-.537-.213T7.5 10.75t.213-.537T8.25 10h2.25q.425 0 .713.288T11.5 11v4q0 .425-.288.713T10.5 16m3 0q-.425 0-.712-.288T12.5 15v-4q0-.425.288-.712T13.5 10h2q.425 0 .713.288T16.5 11v4q0 .425-.288.713T15.5 16zm.5-1.5h1v-3h-1zm-5.512 6.788q-1.638-.713-2.85-1.925t-1.925-2.85T3 13q0-.425.288-.712T4 12t.713.288T5 13q0 2.925 2.038 4.963T12 20t4.963-2.037T19 13t-2.037-4.962T12 6h-.15l.85.85q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L8.7 5.7q-.3-.3-.3-.7t.3-.7l2.575-2.575q.3-.3.713-.288t.712.313q.275.3.288.7t-.288.7l-.85.85H12q1.875 0 3.513.713t2.85 1.925t1.925 2.85T21 13t-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712"/></svg>
</template>

CSS

.icon-replay-30-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.5%2016H8.25q-.325%200-.537-.213T7.5%2015.25t.213-.537t.537-.213H10v-1H9q-.2%200-.35-.15T8.5%2013t.15-.35t.35-.15h1v-1H8.25q-.325%200-.537-.213T7.5%2010.75t.213-.537T8.25%2010h2.25q.425%200%20.713.288T11.5%2011v4q0%20.425-.288.713T10.5%2016m3%200q-.425%200-.712-.288T12.5%2015v-4q0-.425.288-.712T13.5%2010h2q.425%200%20.713.288T16.5%2011v4q0%20.425-.288.713T15.5%2016zm.5-1.5h1v-3h-1zm-5.512%206.788q-1.638-.713-2.85-1.925t-1.925-2.85T3%2013q0-.425.288-.712T4%2012t.713.288T5%2013q0%202.925%202.038%204.963T12%2020t4.963-2.037T19%2013t-2.037-4.962T12%206h-.15l.85.85q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L8.7%205.7q-.3-.3-.3-.7t.3-.7l2.575-2.575q.3-.3.713-.288t.712.313q.275.3.288.7t-.288.7l-.85.85H12q1.875%200%203.513.713t2.85%201.925t1.925%202.85T21%2013t-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022t-3.512-.712%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.5%2016H8.25q-.325%200-.537-.213T7.5%2015.25t.213-.537t.537-.213H10v-1H9q-.2%200-.35-.15T8.5%2013t.15-.35t.35-.15h1v-1H8.25q-.325%200-.537-.213T7.5%2010.75t.213-.537T8.25%2010h2.25q.425%200%20.713.288T11.5%2011v4q0%20.425-.288.713T10.5%2016m3%200q-.425%200-.712-.288T12.5%2015v-4q0-.425.288-.712T13.5%2010h2q.425%200%20.713.288T16.5%2011v4q0%20.425-.288.713T15.5%2016zm.5-1.5h1v-3h-1zm-5.512%206.788q-1.638-.713-2.85-1.925t-1.925-2.85T3%2013q0-.425.288-.712T4%2012t.713.288T5%2013q0%202.925%202.038%204.963T12%2020t4.963-2.037T19%2013t-2.037-4.962T12%206h-.15l.85.85q.3.3.288.7t-.288.7q-.3.3-.712.313t-.713-.288L8.7%205.7q-.3-.3-.3-.7t.3-.7l2.575-2.575q.3-.3.713-.288t.712.313q.275.3.288.7t-.288.7l-.85.85H12q1.875%200%203.513.713t2.85%201.925t1.925%202.85T21%2013t-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022t-3.512-.712%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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