speed-4-outline-sharp from Material Symbols by Google · Outline Sharp · Audio & Video · Apache-2.0 Free for personal and commercial use.

Name
speed-4-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Audio & Video
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

Use the speed 4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.9 20q-.775-1.4-1.325-2.9t-.55-3.1q0-2.075.788-3.9T4.95 6.925t3.175-2.137t3.9-.788q.575 0 1.15.075t1.15.2L13 6.075q-.25-.05-.488-.062T12.026 6Q8.675 6 6.35 8.325T4.025 14q0 1.05.287 2.063T5.125 18H18.9q.55-.9.825-1.925T20 14q0-1.65-.638-3.15t-1.837-2.625l.525-2.175q1.875 1.425 2.9 3.512T22 14q0 1.625-.55 3.113T20.1 20zm7.3-4.2q.8.35 1.613.038t1.062-1.138q.725-2.4 1.3-4.812t1.05-4.863q-1.55 1.95-3.05 3.938T10.25 13q-.5.725-.2 1.575T11.2 15.8m.8-1.825"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpeed4OutlineSharp(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="M3.9 20q-.775-1.4-1.325-2.9t-.55-3.1q0-2.075.788-3.9T4.95 6.925t3.175-2.137t3.9-.788q.575 0 1.15.075t1.15.2L13 6.075q-.25-.05-.488-.062T12.026 6Q8.675 6 6.35 8.325T4.025 14q0 1.05.287 2.063T5.125 18H18.9q.55-.9.825-1.925T20 14q0-1.65-.638-3.15t-1.837-2.625l.525-2.175q1.875 1.425 2.9 3.512T22 14q0 1.625-.55 3.113T20.1 20zm7.3-4.2q.8.35 1.613.038t1.062-1.138q.725-2.4 1.3-4.812t1.05-4.863q-1.55 1.95-3.05 3.938T10.25 13q-.5.725-.2 1.575T11.2 15.8m.8-1.825"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.9 20q-.775-1.4-1.325-2.9t-.55-3.1q0-2.075.788-3.9T4.95 6.925t3.175-2.137t3.9-.788q.575 0 1.15.075t1.15.2L13 6.075q-.25-.05-.488-.062T12.026 6Q8.675 6 6.35 8.325T4.025 14q0 1.05.287 2.063T5.125 18H18.9q.55-.9.825-1.925T20 14q0-1.65-.638-3.15t-1.837-2.625l.525-2.175q1.875 1.425 2.9 3.512T22 14q0 1.625-.55 3.113T20.1 20zm7.3-4.2q.8.35 1.613.038t1.062-1.138q.725-2.4 1.3-4.812t1.05-4.863q-1.55 1.95-3.05 3.938T10.25 13q-.5.725-.2 1.575T11.2 15.8m.8-1.825"/></svg>
</template>

CSS

.icon-speed-4-outline-sharp {
  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%22M3.9%2020q-.775-1.4-1.325-2.9t-.55-3.1q0-2.075.788-3.9T4.95%206.925t3.175-2.137t3.9-.788q.575%200%201.15.075t1.15.2L13%206.075q-.25-.05-.488-.062T12.026%206Q8.675%206%206.35%208.325T4.025%2014q0%201.05.287%202.063T5.125%2018H18.9q.55-.9.825-1.925T20%2014q0-1.65-.638-3.15t-1.837-2.625l.525-2.175q1.875%201.425%202.9%203.512T22%2014q0%201.625-.55%203.113T20.1%2020zm7.3-4.2q.8.35%201.613.038t1.062-1.138q.725-2.4%201.3-4.812t1.05-4.863q-1.55%201.95-3.05%203.938T10.25%2013q-.5.725-.2%201.575T11.2%2015.8m.8-1.825%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%22M3.9%2020q-.775-1.4-1.325-2.9t-.55-3.1q0-2.075.788-3.9T4.95%206.925t3.175-2.137t3.9-.788q.575%200%201.15.075t1.15.2L13%206.075q-.25-.05-.488-.062T12.026%206Q8.675%206%206.35%208.325T4.025%2014q0%201.05.287%202.063T5.125%2018H18.9q.55-.9.825-1.925T20%2014q0-1.65-.638-3.15t-1.837-2.625l.525-2.175q1.875%201.425%202.9%203.512T22%2014q0%201.625-.55%203.113T20.1%2020zm7.3-4.2q.8.35%201.613.038t1.062-1.138q.725-2.4%201.3-4.812t1.05-4.863q-1.55%201.95-3.05%203.938T10.25%2013q-.5.725-.2%201.575T11.2%2015.8m.8-1.825%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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