speed 3 icon
speed-3-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- speed-3-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 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.729 15.492q.596-.292.814-.93t-.172-1.196q-.927-1.364-1.876-2.698T9.608 7.97q-.218-.292-.534-.143t-.216.484q.438 1.594.878 3.173q.441 1.579.914 3.16q.192.663.835.902q.644.24 1.244-.053M5.106 19q-.294 0-.551-.122t-.353-.328q-.643-1.13-.92-2.235Q3.007 15.21 3.007 14q0-1.706.597-3.27t1.718-2.786q.164-.194.377-.191q.214.003.373.157q.16.154.168.346t-.139.369q-.988 1.07-1.541 2.446T4.006 14q0 1.025.263 2.038T5.107 18h13.792q.525-.9.813-1.925T20 14q0-1.875-.812-3.475T17.025 7.8q-1.165-.933-2.548-1.398t-2.854-.383q-.19 0-.338-.128q-.148-.127-.18-.335t.093-.36q.123-.152.312-.177q1.69-.113 3.312.42q1.622.532 2.932 1.63q1.502 1.247 2.374 3.039T21 14q0 1.4-.35 2.509t-.846 1.964q-.16.264-.395.395q-.234.132-.509.132zm6.977-4.871"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpeed3OutlineRounded(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.729 15.492q.596-.292.814-.93t-.172-1.196q-.927-1.364-1.876-2.698T9.608 7.97q-.218-.292-.534-.143t-.216.484q.438 1.594.878 3.173q.441 1.579.914 3.16q.192.663.835.902q.644.24 1.244-.053M5.106 19q-.294 0-.551-.122t-.353-.328q-.643-1.13-.92-2.235Q3.007 15.21 3.007 14q0-1.706.597-3.27t1.718-2.786q.164-.194.377-.191q.214.003.373.157q.16.154.168.346t-.139.369q-.988 1.07-1.541 2.446T4.006 14q0 1.025.263 2.038T5.107 18h13.792q.525-.9.813-1.925T20 14q0-1.875-.812-3.475T17.025 7.8q-1.165-.933-2.548-1.398t-2.854-.383q-.19 0-.338-.128q-.148-.127-.18-.335t.093-.36q.123-.152.312-.177q1.69-.113 3.312.42q1.622.532 2.932 1.63q1.502 1.247 2.374 3.039T21 14q0 1.4-.35 2.509t-.846 1.964q-.16.264-.395.395q-.234.132-.509.132zm6.977-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="M12.729 15.492q.596-.292.814-.93t-.172-1.196q-.927-1.364-1.876-2.698T9.608 7.97q-.218-.292-.534-.143t-.216.484q.438 1.594.878 3.173q.441 1.579.914 3.16q.192.663.835.902q.644.24 1.244-.053M5.106 19q-.294 0-.551-.122t-.353-.328q-.643-1.13-.92-2.235Q3.007 15.21 3.007 14q0-1.706.597-3.27t1.718-2.786q.164-.194.377-.191q.214.003.373.157q.16.154.168.346t-.139.369q-.988 1.07-1.541 2.446T4.006 14q0 1.025.263 2.038T5.107 18h13.792q.525-.9.813-1.925T20 14q0-1.875-.812-3.475T17.025 7.8q-1.165-.933-2.548-1.398t-2.854-.383q-.19 0-.338-.128q-.148-.127-.18-.335t.093-.36q.123-.152.312-.177q1.69-.113 3.312.42q1.622.532 2.932 1.63q1.502 1.247 2.374 3.039T21 14q0 1.4-.35 2.509t-.846 1.964q-.16.264-.395.395q-.234.132-.509.132zm6.977-4.871"/></svg> </template>
CSS
.icon-speed-3-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%22M12.729%2015.492q.596-.292.814-.93t-.172-1.196q-.927-1.364-1.876-2.698T9.608%207.97q-.218-.292-.534-.143t-.216.484q.438%201.594.878%203.173q.441%201.579.914%203.16q.192.663.835.902q.644.24%201.244-.053M5.106%2019q-.294%200-.551-.122t-.353-.328q-.643-1.13-.92-2.235Q3.007%2015.21%203.007%2014q0-1.706.597-3.27t1.718-2.786q.164-.194.377-.191q.214.003.373.157q.16.154.168.346t-.139.369q-.988%201.07-1.541%202.446T4.006%2014q0%201.025.263%202.038T5.107%2018h13.792q.525-.9.813-1.925T20%2014q0-1.875-.812-3.475T17.025%207.8q-1.165-.933-2.548-1.398t-2.854-.383q-.19%200-.338-.128q-.148-.127-.18-.335t.093-.36q.123-.152.312-.177q1.69-.113%203.312.42q1.622.532%202.932%201.63q1.502%201.247%202.374%203.039T21%2014q0%201.4-.35%202.509t-.846%201.964q-.16.264-.395.395q-.234.132-.509.132zm6.977-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%22M12.729%2015.492q.596-.292.814-.93t-.172-1.196q-.927-1.364-1.876-2.698T9.608%207.97q-.218-.292-.534-.143t-.216.484q.438%201.594.878%203.173q.441%201.579.914%203.16q.192.663.835.902q.644.24%201.244-.053M5.106%2019q-.294%200-.551-.122t-.353-.328q-.643-1.13-.92-2.235Q3.007%2015.21%203.007%2014q0-1.706.597-3.27t1.718-2.786q.164-.194.377-.191q.214.003.373.157q.16.154.168.346t-.139.369q-.988%201.07-1.541%202.446T4.006%2014q0%201.025.263%202.038T5.107%2018h13.792q.525-.9.813-1.925T20%2014q0-1.875-.812-3.475T17.025%207.8q-1.165-.933-2.548-1.398t-2.854-.383q-.19%200-.338-.128q-.148-.127-.18-.335t.093-.36q.123-.152.312-.177q1.69-.113%203.312.42q1.622.532%202.932%201.63q1.502%201.247%202.374%203.039T21%2014q0%201.4-.35%202.509t-.846%201.964q-.16.264-.395.395q-.234.132-.509.132zm6.977-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-3-outline-rounded.svg?color=%231a73e8&size=48