speed 0 75 icon
speed-0-75-rounded from Material Symbols by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- speed-0-75-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- speed-0-75-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
More audio & video icons from Material Symbols
Use the speed 0 75 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 17q-.425 0-.712-.288T14 16t.288-.712T15 15h3v-2h-3q-.425 0-.712-.288T14 12V8q0-.425.288-.712T15 7h4q.425 0 .713.288T20 8t-.288.713T19 9h-3v2h2q.825 0 1.413.588T20 13v2q0 .825-.587 1.413T18 17zm-4-8H8q-.425 0-.712-.288T7 8t.288-.712T8 7h3.25q.725 0 1.238.538T13 8.8l-.05.45l-1.775 7.025q-.075.325-.325.525t-.6.2q-.475 0-.775-.375T9.3 15.8zm-5.712 7.713Q5 16.425 5 16t.288-.712T6 15t.713.288T7 16t-.288.713T6 17t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSpeed075Rounded(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="M15 17q-.425 0-.712-.288T14 16t.288-.712T15 15h3v-2h-3q-.425 0-.712-.288T14 12V8q0-.425.288-.712T15 7h4q.425 0 .713.288T20 8t-.288.713T19 9h-3v2h2q.825 0 1.413.588T20 13v2q0 .825-.587 1.413T18 17zm-4-8H8q-.425 0-.712-.288T7 8t.288-.712T8 7h3.25q.725 0 1.238.538T13 8.8l-.05.45l-1.775 7.025q-.075.325-.325.525t-.6.2q-.475 0-.775-.375T9.3 15.8zm-5.712 7.713Q5 16.425 5 16t.288-.712T6 15t.713.288T7 16t-.288.713T6 17t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 17q-.425 0-.712-.288T14 16t.288-.712T15 15h3v-2h-3q-.425 0-.712-.288T14 12V8q0-.425.288-.712T15 7h4q.425 0 .713.288T20 8t-.288.713T19 9h-3v2h2q.825 0 1.413.588T20 13v2q0 .825-.587 1.413T18 17zm-4-8H8q-.425 0-.712-.288T7 8t.288-.712T8 7h3.25q.725 0 1.238.538T13 8.8l-.05.45l-1.775 7.025q-.075.325-.325.525t-.6.2q-.475 0-.775-.375T9.3 15.8zm-5.712 7.713Q5 16.425 5 16t.288-.712T6 15t.713.288T7 16t-.288.713T6 17t-.712-.288"/></svg> </template>
CSS
.icon-speed-0-75-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%22M15%2017q-.425%200-.712-.288T14%2016t.288-.712T15%2015h3v-2h-3q-.425%200-.712-.288T14%2012V8q0-.425.288-.712T15%207h4q.425%200%20.713.288T20%208t-.288.713T19%209h-3v2h2q.825%200%201.413.588T20%2013v2q0%20.825-.587%201.413T18%2017zm-4-8H8q-.425%200-.712-.288T7%208t.288-.712T8%207h3.25q.725%200%201.238.538T13%208.8l-.05.45l-1.775%207.025q-.075.325-.325.525t-.6.2q-.475%200-.775-.375T9.3%2015.8zm-5.712%207.713Q5%2016.425%205%2016t.288-.712T6%2015t.713.288T7%2016t-.288.713T6%2017t-.712-.288%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%22M15%2017q-.425%200-.712-.288T14%2016t.288-.712T15%2015h3v-2h-3q-.425%200-.712-.288T14%2012V8q0-.425.288-.712T15%207h4q.425%200%20.713.288T20%208t-.288.713T19%209h-3v2h2q.825%200%201.413.588T20%2013v2q0%20.825-.587%201.413T18%2017zm-4-8H8q-.425%200-.712-.288T7%208t.288-.712T8%207h3.25q.725%200%201.238.538T13%208.8l-.05.45l-1.775%207.025q-.075.325-.325.525t-.6.2q-.475%200-.775-.375T9.3%2015.8zm-5.712%207.713Q5%2016.425%205%2016t.288-.712T6%2015t.713.288T7%2016t-.288.713T6%2017t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/speed-0-75-rounded.svg?color=%231a73e8&size=48