speed 2 icon
speed-2-outline-rounded from Material Symbols by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- speed-2-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- 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 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.4 15.425q.65-.65.6-1.513t-.75-1.387q-1.5-1.175-3.05-2.175t-3.125-2q-.35-.225-.65.075t-.075.65q1 1.575 2 3.138t2.1 3.112q.5.725 1.4.738t1.55-.638M5.125 20q-.55 0-1.012-.238t-.738-.712q-.7-1.2-1.05-2.512t-.35-2.688q0-.875.175-1.725t.525-1.65q.15-.375.55-.512t.75.062t.487.588t-.012.787q-.225.6-.35 1.225T3.975 13.9q0 1.1.287 2.138T5.125 18H18.9q.525-.9.813-1.912T20 14q0-3.325-2.337-5.663T12 6q-.675 0-1.325.125t-1.275.35q-.4.125-.775-.012T8.05 5.95T8 5.187t.525-.537q.825-.325 1.7-.488T12 4q2.075 0 3.888.788t3.175 2.15t2.15 3.175T22 14q0 1.35-.35 2.625t-1 2.425q-.275.475-.75.713t-1 .237zm6.85-5.95"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpeed2OutlineRounded(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="M13.4 15.425q.65-.65.6-1.513t-.75-1.387q-1.5-1.175-3.05-2.175t-3.125-2q-.35-.225-.65.075t-.075.65q1 1.575 2 3.138t2.1 3.112q.5.725 1.4.738t1.55-.638M5.125 20q-.55 0-1.012-.238t-.738-.712q-.7-1.2-1.05-2.512t-.35-2.688q0-.875.175-1.725t.525-1.65q.15-.375.55-.512t.75.062t.487.588t-.012.787q-.225.6-.35 1.225T3.975 13.9q0 1.1.287 2.138T5.125 18H18.9q.525-.9.813-1.912T20 14q0-3.325-2.337-5.663T12 6q-.675 0-1.325.125t-1.275.35q-.4.125-.775-.012T8.05 5.95T8 5.187t.525-.537q.825-.325 1.7-.488T12 4q2.075 0 3.888.788t3.175 2.15t2.15 3.175T22 14q0 1.35-.35 2.625t-1 2.425q-.275.475-.75.713t-1 .237zm6.85-5.95"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.4 15.425q.65-.65.6-1.513t-.75-1.387q-1.5-1.175-3.05-2.175t-3.125-2q-.35-.225-.65.075t-.075.65q1 1.575 2 3.138t2.1 3.112q.5.725 1.4.738t1.55-.638M5.125 20q-.55 0-1.012-.238t-.738-.712q-.7-1.2-1.05-2.512t-.35-2.688q0-.875.175-1.725t.525-1.65q.15-.375.55-.512t.75.062t.487.588t-.012.787q-.225.6-.35 1.225T3.975 13.9q0 1.1.287 2.138T5.125 18H18.9q.525-.9.813-1.912T20 14q0-3.325-2.337-5.663T12 6q-.675 0-1.325.125t-1.275.35q-.4.125-.775-.012T8.05 5.95T8 5.187t.525-.537q.825-.325 1.7-.488T12 4q2.075 0 3.888.788t3.175 2.15t2.15 3.175T22 14q0 1.35-.35 2.625t-1 2.425q-.275.475-.75.713t-1 .237zm6.85-5.95"/></svg> </template>
CSS
.icon-speed-2-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%22M13.4%2015.425q.65-.65.6-1.513t-.75-1.387q-1.5-1.175-3.05-2.175t-3.125-2q-.35-.225-.65.075t-.075.65q1%201.575%202%203.138t2.1%203.112q.5.725%201.4.738t1.55-.638M5.125%2020q-.55%200-1.012-.238t-.738-.712q-.7-1.2-1.05-2.512t-.35-2.688q0-.875.175-1.725t.525-1.65q.15-.375.55-.512t.75.062t.487.588t-.012.787q-.225.6-.35%201.225T3.975%2013.9q0%201.1.287%202.138T5.125%2018H18.9q.525-.9.813-1.912T20%2014q0-3.325-2.337-5.663T12%206q-.675%200-1.325.125t-1.275.35q-.4.125-.775-.012T8.05%205.95T8%205.187t.525-.537q.825-.325%201.7-.488T12%204q2.075%200%203.888.788t3.175%202.15t2.15%203.175T22%2014q0%201.35-.35%202.625t-1%202.425q-.275.475-.75.713t-1%20.237zm6.85-5.95%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%22M13.4%2015.425q.65-.65.6-1.513t-.75-1.387q-1.5-1.175-3.05-2.175t-3.125-2q-.35-.225-.65.075t-.075.65q1%201.575%202%203.138t2.1%203.112q.5.725%201.4.738t1.55-.638M5.125%2020q-.55%200-1.012-.238t-.738-.712q-.7-1.2-1.05-2.512t-.35-2.688q0-.875.175-1.725t.525-1.65q.15-.375.55-.512t.75.062t.487.588t-.012.787q-.225.6-.35%201.225T3.975%2013.9q0%201.1.287%202.138T5.125%2018H18.9q.525-.9.813-1.912T20%2014q0-3.325-2.337-5.663T12%206q-.675%200-1.325.125t-1.275.35q-.4.125-.775-.012T8.05%205.95T8%205.187t.525-.537q.825-.325%201.7-.488T12%204q2.075%200%203.888.788t3.175%202.15t2.15%203.175T22%2014q0%201.35-.35%202.625t-1%202.425q-.275.475-.75.713t-1%20.237zm6.85-5.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/speed-2-outline-rounded.svg?color=%231a73e8&size=48