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

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

2 other variants in Material Symbols Light

The same icon in other sets

More audio & video icons from Material Symbols Light

Use the speed 0 7x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.616 12.714l-2.135 3.553q-.068.11-.17.172t-.225.061q-.272 0-.41-.236q-.137-.235.003-.468l2.398-3.988l-2.148-3.585q-.16-.252-.003-.487q.157-.236.429-.236q.123 0 .225.062q.102.061.17.17l1.885 3.15l1.884-3.15q.068-.109.17-.17t.225-.062q.272 0 .41.236q.137.235-.003.468l-2.148 3.565l2.398 4.008q.16.252.003.488q-.157.235-.429.235q-.123 0-.225-.061q-.102-.062-.17-.172zM8.92 16.5q-.241 0-.397-.192t-.089-.431L10.27 8.5H6.808q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.558q.378 0 .66.268t.282.648q0 .25-.07.43l-1.832 7.275q-.056.171-.183.275q-.126.104-.303.104m-3.777-.144Q5 16.212 5 15.999t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpeed07xRounded(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="m16.616 12.714l-2.135 3.553q-.068.11-.17.172t-.225.061q-.272 0-.41-.236q-.137-.235.003-.468l2.398-3.988l-2.148-3.585q-.16-.252-.003-.487q.157-.236.429-.236q.123 0 .225.062q.102.061.17.17l1.885 3.15l1.884-3.15q.068-.109.17-.17t.225-.062q.272 0 .41.236q.137.235-.003.468l-2.148 3.565l2.398 4.008q.16.252.003.488q-.157.235-.429.235q-.123 0-.225-.061q-.102-.062-.17-.172zM8.92 16.5q-.241 0-.397-.192t-.089-.431L10.27 8.5H6.808q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.558q.378 0 .66.268t.282.648q0 .25-.07.43l-1.832 7.275q-.056.171-.183.275q-.126.104-.303.104m-3.777-.144Q5 16.212 5 15.999t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.616 12.714l-2.135 3.553q-.068.11-.17.172t-.225.061q-.272 0-.41-.236q-.137-.235.003-.468l2.398-3.988l-2.148-3.585q-.16-.252-.003-.487q.157-.236.429-.236q.123 0 .225.062q.102.061.17.17l1.885 3.15l1.884-3.15q.068-.109.17-.17t.225-.062q.272 0 .41.236q.137.235-.003.468l-2.148 3.565l2.398 4.008q.16.252.003.488q-.157.235-.429.235q-.123 0-.225-.061q-.102-.062-.17-.172zM8.92 16.5q-.241 0-.397-.192t-.089-.431L10.27 8.5H6.808q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h3.558q.378 0 .66.268t.282.648q0 .25-.07.43l-1.832 7.275q-.056.171-.183.275q-.126.104-.303.104m-3.777-.144Q5 16.212 5 15.999t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144"/></svg>
</template>

CSS

.icon-speed-0-7x-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%22m16.616%2012.714l-2.135%203.553q-.068.11-.17.172t-.225.061q-.272%200-.41-.236q-.137-.235.003-.468l2.398-3.988l-2.148-3.585q-.16-.252-.003-.487q.157-.236.429-.236q.123%200%20.225.062q.102.061.17.17l1.885%203.15l1.884-3.15q.068-.109.17-.17t.225-.062q.272%200%20.41.236q.137.235-.003.468l-2.148%203.565l2.398%204.008q.16.252.003.488q-.157.235-.429.235q-.123%200-.225-.061q-.102-.062-.17-.172zM8.92%2016.5q-.241%200-.397-.192t-.089-.431L10.27%208.5H6.808q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.558q.378%200%20.66.268t.282.648q0%20.25-.07.43l-1.832%207.275q-.056.171-.183.275q-.126.104-.303.104m-3.777-.144Q5%2016.212%205%2015.999t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144%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%22m16.616%2012.714l-2.135%203.553q-.068.11-.17.172t-.225.061q-.272%200-.41-.236q-.137-.235.003-.468l2.398-3.988l-2.148-3.585q-.16-.252-.003-.487q.157-.236.429-.236q.123%200%20.225.062q.102.061.17.17l1.885%203.15l1.884-3.15q.068-.109.17-.17t.225-.062q.272%200%20.41.236q.137.235-.003.468l-2.148%203.565l2.398%204.008q.16.252.003.488q-.157.235-.429.235q-.123%200-.225-.061q-.102-.062-.17-.172zM8.92%2016.5q-.241%200-.397-.192t-.089-.431L10.27%208.5H6.808q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.143h3.558q.378%200%20.66.268t.282.648q0%20.25-.07.43l-1.832%207.275q-.056.171-.183.275q-.126.104-.303.104m-3.777-.144Q5%2016.212%205%2015.999t.144-.356t.357-.143t.356.144t.143.357t-.144.356t-.357.143t-.356-.144%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-0-7x-rounded.svg?color=%231a73e8&size=48