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

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

5 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

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="M11.277 15.492q.6.293 1.243.053t.836-.903q.473-1.58.913-3.16q.44-1.578.879-3.172q.1-.335-.216-.484t-.534.143q-.938 1.366-1.888 2.7t-1.875 2.697q-.39.557-.173 1.196t.815.93M5.106 19q-.275 0-.51-.132q-.234-.131-.394-.395q-.496-.856-.846-1.964T3.006 14q0-2.1.872-3.892q.872-1.793 2.374-3.039q1.31-1.098 2.932-1.63q1.622-.533 3.312-.42q.188.025.312.177q.123.152.092.36t-.179.335t-.338.128q-1.471-.083-2.854.383Q8.146 6.867 6.98 7.8q-1.35 1.125-2.163 2.725T4.006 14q0 1.05.287 2.075T5.106 18H18.9q.575-.95.838-1.963T20 14q0-1.552-.553-2.929t-1.541-2.446q-.147-.177-.139-.37t.167-.345q.16-.154.374-.157q.213-.003.376.191q1.122 1.222 1.719 2.786T21 14q0 1.21-.277 2.315t-.92 2.235q-.095.206-.352.328T18.9 19zm6.817-4.871"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpeed4OutlineRounded(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="M11.277 15.492q.6.293 1.243.053t.836-.903q.473-1.58.913-3.16q.44-1.578.879-3.172q.1-.335-.216-.484t-.534.143q-.938 1.366-1.888 2.7t-1.875 2.697q-.39.557-.173 1.196t.815.93M5.106 19q-.275 0-.51-.132q-.234-.131-.394-.395q-.496-.856-.846-1.964T3.006 14q0-2.1.872-3.892q.872-1.793 2.374-3.039q1.31-1.098 2.932-1.63q1.622-.533 3.312-.42q.188.025.312.177q.123.152.092.36t-.179.335t-.338.128q-1.471-.083-2.854.383Q8.146 6.867 6.98 7.8q-1.35 1.125-2.163 2.725T4.006 14q0 1.05.287 2.075T5.106 18H18.9q.575-.95.838-1.963T20 14q0-1.552-.553-2.929t-1.541-2.446q-.147-.177-.139-.37t.167-.345q.16-.154.374-.157q.213-.003.376.191q1.122 1.222 1.719 2.786T21 14q0 1.21-.277 2.315t-.92 2.235q-.095.206-.352.328T18.9 19zm6.817-4.871"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.277 15.492q.6.293 1.243.053t.836-.903q.473-1.58.913-3.16q.44-1.578.879-3.172q.1-.335-.216-.484t-.534.143q-.938 1.366-1.888 2.7t-1.875 2.697q-.39.557-.173 1.196t.815.93M5.106 19q-.275 0-.51-.132q-.234-.131-.394-.395q-.496-.856-.846-1.964T3.006 14q0-2.1.872-3.892q.872-1.793 2.374-3.039q1.31-1.098 2.932-1.63q1.622-.533 3.312-.42q.188.025.312.177q.123.152.092.36t-.179.335t-.338.128q-1.471-.083-2.854.383Q8.146 6.867 6.98 7.8q-1.35 1.125-2.163 2.725T4.006 14q0 1.05.287 2.075T5.106 18H18.9q.575-.95.838-1.963T20 14q0-1.552-.553-2.929t-1.541-2.446q-.147-.177-.139-.37t.167-.345q.16-.154.374-.157q.213-.003.376.191q1.122 1.222 1.719 2.786T21 14q0 1.21-.277 2.315t-.92 2.235q-.095.206-.352.328T18.9 19zm6.817-4.871"/></svg>
</template>

CSS

.icon-speed-4-outline-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%22M11.277%2015.492q.6.293%201.243.053t.836-.903q.473-1.58.913-3.16q.44-1.578.879-3.172q.1-.335-.216-.484t-.534.143q-.938%201.366-1.888%202.7t-1.875%202.697q-.39.557-.173%201.196t.815.93M5.106%2019q-.275%200-.51-.132q-.234-.131-.394-.395q-.496-.856-.846-1.964T3.006%2014q0-2.1.872-3.892q.872-1.793%202.374-3.039q1.31-1.098%202.932-1.63q1.622-.533%203.312-.42q.188.025.312.177q.123.152.092.36t-.179.335t-.338.128q-1.471-.083-2.854.383Q8.146%206.867%206.98%207.8q-1.35%201.125-2.163%202.725T4.006%2014q0%201.05.287%202.075T5.106%2018H18.9q.575-.95.838-1.963T20%2014q0-1.552-.553-2.929t-1.541-2.446q-.147-.177-.139-.37t.167-.345q.16-.154.374-.157q.213-.003.376.191q1.122%201.222%201.719%202.786T21%2014q0%201.21-.277%202.315t-.92%202.235q-.095.206-.352.328T18.9%2019zm6.817-4.871%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%22M11.277%2015.492q.6.293%201.243.053t.836-.903q.473-1.58.913-3.16q.44-1.578.879-3.172q.1-.335-.216-.484t-.534.143q-.938%201.366-1.888%202.7t-1.875%202.697q-.39.557-.173%201.196t.815.93M5.106%2019q-.275%200-.51-.132q-.234-.131-.394-.395q-.496-.856-.846-1.964T3.006%2014q0-2.1.872-3.892q.872-1.793%202.374-3.039q1.31-1.098%202.932-1.63q1.622-.533%203.312-.42q.188.025.312.177q.123.152.092.36t-.179.335t-.338.128q-1.471-.083-2.854.383Q8.146%206.867%206.98%207.8q-1.35%201.125-2.163%202.725T4.006%2014q0%201.05.287%202.075T5.106%2018H18.9q.575-.95.838-1.963T20%2014q0-1.552-.553-2.929t-1.541-2.446q-.147-.177-.139-.37t.167-.345q.16-.154.374-.157q.213-.003.376.191q1.122%201.222%201.719%202.786T21%2014q0%201.21-.277%202.315t-.92%202.235q-.095.206-.352.328T18.9%2019zm6.817-4.871%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-4-outline-rounded.svg?color=%231a73e8&size=48