speed 4 icon
speed-4-outline from Material Symbols Light by Google · Outline · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- speed-4-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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="M5.1 19q-.285 0-.524-.141q-.24-.142-.38-.386q-.592-1.021-.894-2.158T3 14q0-1.868.709-3.51t1.924-2.857T8.49 5.709T12 5q.383 0 .746.037q.363.036.746.104l-.652.915q-.215-.037-.42-.047T12 6Q8.65 6 6.325 8.325T4 14q0 1.05.287 2.063T5.1 18h13.794q.55-.9.825-1.925T19.994 14q0-1.616-.609-3.085q-.608-1.469-1.77-2.594l.314-1.098q1.471 1.29 2.268 3.051q.797 1.76.797 3.726q.006 1.216-.306 2.356q-.311 1.14-.89 2.194q-.14.244-.38.347q-.239.103-.524.103zm6.171-3.508q.627.292 1.256.046q.63-.246.823-.896q.667-2.194 1.284-4.378q.616-2.185 1.207-4.41q-1.325 1.879-2.611 3.744t-2.601 3.768q-.385.551-.181 1.19t.823.936m.646-1.363"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSpeed4Outline(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="M5.1 19q-.285 0-.524-.141q-.24-.142-.38-.386q-.592-1.021-.894-2.158T3 14q0-1.868.709-3.51t1.924-2.857T8.49 5.709T12 5q.383 0 .746.037q.363.036.746.104l-.652.915q-.215-.037-.42-.047T12 6Q8.65 6 6.325 8.325T4 14q0 1.05.287 2.063T5.1 18h13.794q.55-.9.825-1.925T19.994 14q0-1.616-.609-3.085q-.608-1.469-1.77-2.594l.314-1.098q1.471 1.29 2.268 3.051q.797 1.76.797 3.726q.006 1.216-.306 2.356q-.311 1.14-.89 2.194q-.14.244-.38.347q-.239.103-.524.103zm6.171-3.508q.627.292 1.256.046q.63-.246.823-.896q.667-2.194 1.284-4.378q.616-2.185 1.207-4.41q-1.325 1.879-2.611 3.744t-2.601 3.768q-.385.551-.181 1.19t.823.936m.646-1.363"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.1 19q-.285 0-.524-.141q-.24-.142-.38-.386q-.592-1.021-.894-2.158T3 14q0-1.868.709-3.51t1.924-2.857T8.49 5.709T12 5q.383 0 .746.037q.363.036.746.104l-.652.915q-.215-.037-.42-.047T12 6Q8.65 6 6.325 8.325T4 14q0 1.05.287 2.063T5.1 18h13.794q.55-.9.825-1.925T19.994 14q0-1.616-.609-3.085q-.608-1.469-1.77-2.594l.314-1.098q1.471 1.29 2.268 3.051q.797 1.76.797 3.726q.006 1.216-.306 2.356q-.311 1.14-.89 2.194q-.14.244-.38.347q-.239.103-.524.103zm6.171-3.508q.627.292 1.256.046q.63-.246.823-.896q.667-2.194 1.284-4.378q.616-2.185 1.207-4.41q-1.325 1.879-2.611 3.744t-2.601 3.768q-.385.551-.181 1.19t.823.936m.646-1.363"/></svg> </template>
CSS
.icon-speed-4-outline {
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%22M5.1%2019q-.285%200-.524-.141q-.24-.142-.38-.386q-.592-1.021-.894-2.158T3%2014q0-1.868.709-3.51t1.924-2.857T8.49%205.709T12%205q.383%200%20.746.037q.363.036.746.104l-.652.915q-.215-.037-.42-.047T12%206Q8.65%206%206.325%208.325T4%2014q0%201.05.287%202.063T5.1%2018h13.794q.55-.9.825-1.925T19.994%2014q0-1.616-.609-3.085q-.608-1.469-1.77-2.594l.314-1.098q1.471%201.29%202.268%203.051q.797%201.76.797%203.726q.006%201.216-.306%202.356q-.311%201.14-.89%202.194q-.14.244-.38.347q-.239.103-.524.103zm6.171-3.508q.627.292%201.256.046q.63-.246.823-.896q.667-2.194%201.284-4.378q.616-2.185%201.207-4.41q-1.325%201.879-2.611%203.744t-2.601%203.768q-.385.551-.181%201.19t.823.936m.646-1.363%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%22M5.1%2019q-.285%200-.524-.141q-.24-.142-.38-.386q-.592-1.021-.894-2.158T3%2014q0-1.868.709-3.51t1.924-2.857T8.49%205.709T12%205q.383%200%20.746.037q.363.036.746.104l-.652.915q-.215-.037-.42-.047T12%206Q8.65%206%206.325%208.325T4%2014q0%201.05.287%202.063T5.1%2018h13.794q.55-.9.825-1.925T19.994%2014q0-1.616-.609-3.085q-.608-1.469-1.77-2.594l.314-1.098q1.471%201.29%202.268%203.051q.797%201.76.797%203.726q.006%201.216-.306%202.356q-.311%201.14-.89%202.194q-.14.244-.38.347q-.239.103-.524.103zm6.171-3.508q.627.292%201.256.046q.63-.246.823-.896q.667-2.194%201.284-4.378q.616-2.185%201.207-4.41q-1.325%201.879-2.611%203.744t-2.601%203.768q-.385.551-.181%201.19t.823.936m.646-1.363%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.svg?color=%231a73e8&size=48