speed from Material Symbols Light by Google · Regular · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
speed
Set
Material Symbols Light
Style
Regular
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0
Aliases
speed-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the speed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.758 15.192q.452.452 1.18.415q.73-.038 1.078-.515l5.253-7.323l-7.361 5.216q-.496.334-.559 1.035t.409 1.172M5.1 19q-.28 0-.512-.141q-.232-.142-.392-.386q-.592-1.021-.894-2.158T3 14q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 6.42 8.494 5.71T12 5q1.858 0 3.485.698t2.852 1.901t1.938 2.817t.72 3.472q.005 1.24-.294 2.409t-.903 2.253q-.14.244-.382.347q-.241.103-.522.103z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpeed(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.758 15.192q.452.452 1.18.415q.73-.038 1.078-.515l5.253-7.323l-7.361 5.216q-.496.334-.559 1.035t.409 1.172M5.1 19q-.28 0-.512-.141q-.232-.142-.392-.386q-.592-1.021-.894-2.158T3 14q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 6.42 8.494 5.71T12 5q1.858 0 3.485.698t2.852 1.901t1.938 2.817t.72 3.472q.005 1.24-.294 2.409t-.903 2.253q-.14.244-.382.347q-.241.103-.522.103z"/></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.758 15.192q.452.452 1.18.415q.73-.038 1.078-.515l5.253-7.323l-7.361 5.216q-.496.334-.559 1.035t.409 1.172M5.1 19q-.28 0-.512-.141q-.232-.142-.392-.386q-.592-1.021-.894-2.158T3 14q0-1.864.71-3.506q.711-1.642 1.927-2.857Q6.852 6.42 8.494 5.71T12 5q1.858 0 3.485.698t2.852 1.901t1.938 2.817t.72 3.472q.005 1.24-.294 2.409t-.903 2.253q-.14.244-.382.347q-.241.103-.522.103z"/></svg>
</template>

CSS

.icon-speed {
  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.758%2015.192q.452.452%201.18.415q.73-.038%201.078-.515l5.253-7.323l-7.361%205.216q-.496.334-.559%201.035t.409%201.172M5.1%2019q-.28%200-.512-.141q-.232-.142-.392-.386q-.592-1.021-.894-2.158T3%2014q0-1.864.71-3.506q.711-1.642%201.927-2.857Q6.852%206.42%208.494%205.71T12%205q1.858%200%203.485.698t2.852%201.901t1.938%202.817t.72%203.472q.005%201.24-.294%202.409t-.903%202.253q-.14.244-.382.347q-.241.103-.522.103z%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.758%2015.192q.452.452%201.18.415q.73-.038%201.078-.515l5.253-7.323l-7.361%205.216q-.496.334-.559%201.035t.409%201.172M5.1%2019q-.28%200-.512-.141q-.232-.142-.392-.386q-.592-1.021-.894-2.158T3%2014q0-1.864.71-3.506q.711-1.642%201.927-2.857Q6.852%206.42%208.494%205.71T12%205q1.858%200%203.485.698t2.852%201.901t1.938%202.817t.72%203.472q.005%201.24-.294%202.409t-.903%202.253q-.14.244-.382.347q-.241.103-.522.103z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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