speed 2 icon
speed-2-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- speed-2-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 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.208 15.175q.476-.477.436-1.147t-.586-1.06q-1.327-.964-2.666-1.907T7.715 9.183q-.298-.21-.54.031t-.03.54q.947 1.342 1.893 2.672t1.912 2.65q.404.552 1.083.574t1.175-.474M5.106 19q-.278 0-.511-.112q-.233-.113-.393-.338q-.604-1.076-.906-2.252q-.302-1.177-.302-2.41q0-.868.166-1.712q.165-.843.515-1.643q.074-.175.272-.24q.197-.064.374.02q.177.085.247.29t-.002.393q-.302.696-.437 1.422q-.135.727-.135 1.482q0 1.1.268 2.138T5.108 18H18.9q.525-.9.813-1.912T20 14q0-3.325-2.337-5.663T12 6q-.655 0-1.286.11q-.63.11-1.237.307q-.208.068-.4-.012T8.8 6.133t-.003-.387t.286-.269q.729-.229 1.45-.353Q11.253 5 11.962 5q1.863 0 3.512.701t2.877 1.92t1.939 2.867q.71 1.649.71 3.503q0 1.207-.302 2.346t-.894 2.136q-.142.264-.387.395T18.9 19zm7.023-4.854"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpeed2OutlineRounded(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.208 15.175q.476-.477.436-1.147t-.586-1.06q-1.327-.964-2.666-1.907T7.715 9.183q-.298-.21-.54.031t-.03.54q.947 1.342 1.893 2.672t1.912 2.65q.404.552 1.083.574t1.175-.474M5.106 19q-.278 0-.511-.112q-.233-.113-.393-.338q-.604-1.076-.906-2.252q-.302-1.177-.302-2.41q0-.868.166-1.712q.165-.843.515-1.643q.074-.175.272-.24q.197-.064.374.02q.177.085.247.29t-.002.393q-.302.696-.437 1.422q-.135.727-.135 1.482q0 1.1.268 2.138T5.108 18H18.9q.525-.9.813-1.912T20 14q0-3.325-2.337-5.663T12 6q-.655 0-1.286.11q-.63.11-1.237.307q-.208.068-.4-.012T8.8 6.133t-.003-.387t.286-.269q.729-.229 1.45-.353Q11.253 5 11.962 5q1.863 0 3.512.701t2.877 1.92t1.939 2.867q.71 1.649.71 3.503q0 1.207-.302 2.346t-.894 2.136q-.142.264-.387.395T18.9 19zm7.023-4.854"/></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.208 15.175q.476-.477.436-1.147t-.586-1.06q-1.327-.964-2.666-1.907T7.715 9.183q-.298-.21-.54.031t-.03.54q.947 1.342 1.893 2.672t1.912 2.65q.404.552 1.083.574t1.175-.474M5.106 19q-.278 0-.511-.112q-.233-.113-.393-.338q-.604-1.076-.906-2.252q-.302-1.177-.302-2.41q0-.868.166-1.712q.165-.843.515-1.643q.074-.175.272-.24q.197-.064.374.02q.177.085.247.29t-.002.393q-.302.696-.437 1.422q-.135.727-.135 1.482q0 1.1.268 2.138T5.108 18H18.9q.525-.9.813-1.912T20 14q0-3.325-2.337-5.663T12 6q-.655 0-1.286.11q-.63.11-1.237.307q-.208.068-.4-.012T8.8 6.133t-.003-.387t.286-.269q.729-.229 1.45-.353Q11.253 5 11.962 5q1.863 0 3.512.701t2.877 1.92t1.939 2.867q.71 1.649.71 3.503q0 1.207-.302 2.346t-.894 2.136q-.142.264-.387.395T18.9 19zm7.023-4.854"/></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.208%2015.175q.476-.477.436-1.147t-.586-1.06q-1.327-.964-2.666-1.907T7.715%209.183q-.298-.21-.54.031t-.03.54q.947%201.342%201.893%202.672t1.912%202.65q.404.552%201.083.574t1.175-.474M5.106%2019q-.278%200-.511-.112q-.233-.113-.393-.338q-.604-1.076-.906-2.252q-.302-1.177-.302-2.41q0-.868.166-1.712q.165-.843.515-1.643q.074-.175.272-.24q.197-.064.374.02q.177.085.247.29t-.002.393q-.302.696-.437%201.422q-.135.727-.135%201.482q0%201.1.268%202.138T5.108%2018H18.9q.525-.9.813-1.912T20%2014q0-3.325-2.337-5.663T12%206q-.655%200-1.286.11q-.63.11-1.237.307q-.208.068-.4-.012T8.8%206.133t-.003-.387t.286-.269q.729-.229%201.45-.353Q11.253%205%2011.962%205q1.863%200%203.512.701t2.877%201.92t1.939%202.867q.71%201.649.71%203.503q0%201.207-.302%202.346t-.894%202.136q-.142.264-.387.395T18.9%2019zm7.023-4.854%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.208%2015.175q.476-.477.436-1.147t-.586-1.06q-1.327-.964-2.666-1.907T7.715%209.183q-.298-.21-.54.031t-.03.54q.947%201.342%201.893%202.672t1.912%202.65q.404.552%201.083.574t1.175-.474M5.106%2019q-.278%200-.511-.112q-.233-.113-.393-.338q-.604-1.076-.906-2.252q-.302-1.177-.302-2.41q0-.868.166-1.712q.165-.843.515-1.643q.074-.175.272-.24q.197-.064.374.02q.177.085.247.29t-.002.393q-.302.696-.437%201.422q-.135.727-.135%201.482q0%201.1.268%202.138T5.108%2018H18.9q.525-.9.813-1.912T20%2014q0-3.325-2.337-5.663T12%206q-.655%200-1.286.11q-.63.11-1.237.307q-.208.068-.4-.012T8.8%206.133t-.003-.387t.286-.269q.729-.229%201.45-.353Q11.253%205%2011.962%205q1.863%200%203.512.701t2.877%201.92t1.939%202.867q.71%201.649.71%203.503q0%201.207-.302%202.346t-.894%202.136q-.142.264-.387.395T18.9%2019zm7.023-4.854%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-2-outline-rounded.svg?color=%231a73e8&size=48