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

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

3 other variants in Material Symbols

The same icon in other sets

More audio & video icons from Material Symbols

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="M12 16.088q.95-.013 1.4-.688L19 7l-8.4 5.6q-.675.45-.712 1.375t.562 1.525t1.55.588M12 4q1.475 0 2.838.413T17.4 5.65l-1.9 1.2q-.825-.425-1.712-.637T12 6Q8.675 6 6.337 8.338T4 14q0 1.05.288 2.075T5.1 18h13.8q.575-.95.838-1.975T20 13.9q0-.9-.213-1.75t-.637-1.65l1.2-1.9q.75 1.175 1.188 2.5T22 13.85t-.325 2.725t-1.025 2.475q-.275.45-.75.7t-1 .25H5.1q-.525 0-1-.25t-.75-.7q-.65-1.125-1-2.387T2 14q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12 4m.175 7.825"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpeedOutline(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="M12 16.088q.95-.013 1.4-.688L19 7l-8.4 5.6q-.675.45-.712 1.375t.562 1.525t1.55.588M12 4q1.475 0 2.838.413T17.4 5.65l-1.9 1.2q-.825-.425-1.712-.637T12 6Q8.675 6 6.337 8.338T4 14q0 1.05.288 2.075T5.1 18h13.8q.575-.95.838-1.975T20 13.9q0-.9-.213-1.75t-.637-1.65l1.2-1.9q.75 1.175 1.188 2.5T22 13.85t-.325 2.725t-1.025 2.475q-.275.45-.75.7t-1 .25H5.1q-.525 0-1-.25t-.75-.7q-.65-1.125-1-2.387T2 14q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12 4m.175 7.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="M12 16.088q.95-.013 1.4-.688L19 7l-8.4 5.6q-.675.45-.712 1.375t.562 1.525t1.55.588M12 4q1.475 0 2.838.413T17.4 5.65l-1.9 1.2q-.825-.425-1.712-.637T12 6Q8.675 6 6.337 8.338T4 14q0 1.05.288 2.075T5.1 18h13.8q.575-.95.838-1.975T20 13.9q0-.9-.213-1.75t-.637-1.65l1.2-1.9q.75 1.175 1.188 2.5T22 13.85t-.325 2.725t-1.025 2.475q-.275.45-.75.7t-1 .25H5.1q-.525 0-1-.25t-.75-.7q-.65-1.125-1-2.387T2 14q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12 4m.175 7.825"/></svg>
</template>

CSS

.icon-speed-outline {
  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%22M12%2016.088q.95-.013%201.4-.688L19%207l-8.4%205.6q-.675.45-.712%201.375t.562%201.525t1.55.588M12%204q1.475%200%202.838.413T17.4%205.65l-1.9%201.2q-.825-.425-1.712-.637T12%206Q8.675%206%206.337%208.338T4%2014q0%201.05.288%202.075T5.1%2018h13.8q.575-.95.838-1.975T20%2013.9q0-.9-.213-1.75t-.637-1.65l1.2-1.9q.75%201.175%201.188%202.5T22%2013.85t-.325%202.725t-1.025%202.475q-.275.45-.75.7t-1%20.25H5.1q-.525%200-1-.25t-.75-.7q-.65-1.125-1-2.387T2%2014q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12%204m.175%207.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%22M12%2016.088q.95-.013%201.4-.688L19%207l-8.4%205.6q-.675.45-.712%201.375t.562%201.525t1.55.588M12%204q1.475%200%202.838.413T17.4%205.65l-1.9%201.2q-.825-.425-1.712-.637T12%206Q8.675%206%206.337%208.338T4%2014q0%201.05.288%202.075T5.1%2018h13.8q.575-.95.838-1.975T20%2013.9q0-.9-.213-1.75t-.637-1.65l1.2-1.9q.75%201.175%201.188%202.5T22%2013.85t-.325%202.725t-1.025%202.475q-.275.45-.75.7t-1%20.25H5.1q-.525%200-1-.25t-.75-.7q-.65-1.125-1-2.387T2%2014q0-2.075.788-3.887t2.15-3.175t3.187-2.15T12%204m.175%207.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-outline.svg?color=%231a73e8&size=48