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

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

2 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the speed 2x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 17H7q-.825 0-1.412-.587T5 15v-2q0-.825.588-1.412T7 11h2V9H6q-.425 0-.712-.288T5 8t.288-.712T6 7h3q.825 0 1.413.588T11 9v2q0 .825-.587 1.413T9 13H7v2h3q.425 0 .713.288T11 16t-.288.713T10 17m6-3.325l-1.75 2.9q-.125.2-.312.313t-.413.112q-.5 0-.763-.437t.013-.863L15 12l-2.225-3.7q-.275-.425-.012-.862T13.525 7q.225 0 .413.113t.312.312l1.75 2.9l1.75-2.9q.125-.2.313-.312T18.475 7q.5 0 .763.438t-.013.862L17 12l2.225 3.7q.275.425.013.863t-.763.437q-.225 0-.413-.112t-.312-.313z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpeed2xRounded(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 17H7q-.825 0-1.412-.587T5 15v-2q0-.825.588-1.412T7 11h2V9H6q-.425 0-.712-.288T5 8t.288-.712T6 7h3q.825 0 1.413.588T11 9v2q0 .825-.587 1.413T9 13H7v2h3q.425 0 .713.288T11 16t-.288.713T10 17m6-3.325l-1.75 2.9q-.125.2-.312.313t-.413.112q-.5 0-.763-.437t.013-.863L15 12l-2.225-3.7q-.275-.425-.012-.862T13.525 7q.225 0 .413.113t.312.312l1.75 2.9l1.75-2.9q.125-.2.313-.312T18.475 7q.5 0 .763.438t-.013.862L17 12l2.225 3.7q.275.425.013.863t-.763.437q-.225 0-.413-.112t-.312-.313z"/></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 17H7q-.825 0-1.412-.587T5 15v-2q0-.825.588-1.412T7 11h2V9H6q-.425 0-.712-.288T5 8t.288-.712T6 7h3q.825 0 1.413.588T11 9v2q0 .825-.587 1.413T9 13H7v2h3q.425 0 .713.288T11 16t-.288.713T10 17m6-3.325l-1.75 2.9q-.125.2-.312.313t-.413.112q-.5 0-.763-.437t.013-.863L15 12l-2.225-3.7q-.275-.425-.012-.862T13.525 7q.225 0 .413.113t.312.312l1.75 2.9l1.75-2.9q.125-.2.313-.312T18.475 7q.5 0 .763.438t-.013.862L17 12l2.225 3.7q.275.425.013.863t-.763.437q-.225 0-.413-.112t-.312-.313z"/></svg>
</template>

CSS

.icon-speed-2x-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%2017H7q-.825%200-1.412-.587T5%2015v-2q0-.825.588-1.412T7%2011h2V9H6q-.425%200-.712-.288T5%208t.288-.712T6%207h3q.825%200%201.413.588T11%209v2q0%20.825-.587%201.413T9%2013H7v2h3q.425%200%20.713.288T11%2016t-.288.713T10%2017m6-3.325l-1.75%202.9q-.125.2-.312.313t-.413.112q-.5%200-.763-.437t.013-.863L15%2012l-2.225-3.7q-.275-.425-.012-.862T13.525%207q.225%200%20.413.113t.312.312l1.75%202.9l1.75-2.9q.125-.2.313-.312T18.475%207q.5%200%20.763.438t-.013.862L17%2012l2.225%203.7q.275.425.013.863t-.763.437q-.225%200-.413-.112t-.312-.313z%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%2017H7q-.825%200-1.412-.587T5%2015v-2q0-.825.588-1.412T7%2011h2V9H6q-.425%200-.712-.288T5%208t.288-.712T6%207h3q.825%200%201.413.588T11%209v2q0%20.825-.587%201.413T9%2013H7v2h3q.425%200%20.713.288T11%2016t-.288.713T10%2017m6-3.325l-1.75%202.9q-.125.2-.312.313t-.413.112q-.5%200-.763-.437t.013-.863L15%2012l-2.225-3.7q-.275-.425-.012-.862T13.525%207q.225%200%20.413.113t.312.312l1.75%202.9l1.75-2.9q.125-.2.313-.312T18.475%207q.5%200%20.763.438t-.013.862L17%2012l2.225%203.7q.275.425.013.863t-.763.437q-.225%200-.413-.112t-.312-.313z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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