ios speedometer icon
ios-speedometer from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-speedometer
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios speedometer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64C132.3 64 32 164.2 32 287.9c0 57 21.3 109 56.3 148.5 1.1 1.2 2.1 2.4 3.2 3.5C96.3 445 103 448 110 448c7.1 0 13.8-3 18.6-8.2 31.6-34.4 77-55.9 127.4-55.9s95.8 21.6 127.4 55.9c4.8 5.2 11.5 8.2 18.6 8.2 7 0 13.7-2.9 18.5-8.1 1.1-1.2 2.1-2.3 3.2-3.5 35-39.5 56.3-91.5 56.3-148.5C480 164.2 379.7 64 256 64zm-14 45.9c0-7.7 6.3-14 14-14s14 6.3 14 14v36c0 7.7-6.3 14-14 14s-14-6.3-14-14v-36zm-128 192H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm51.5-104.5c-5.4 5.4-14.4 5.4-19.8 0L120.2 172c-5.4-5.4-5.4-14.4 0-19.8s14.4-5.4 19.8 0l25.5 25.5c5.4 5.4 5.4 14.3 0 19.7zm160.6 34.5l-47.5 75.5c-1.9 2.6-4.3 5.1-7 7-13.5 9.7-32.3 6.5-42-7s-6.5-32.3 7-42l75.5-47.5c3.4-2.4 8.1-2.5 11.7 0 4.5 3.2 5.5 9.5 2.3 14zm40.2-34.5c-5.4 5.4-14.4 5.4-19.8 0s-5.4-14.4 0-19.8l25.5-25.5c5.4-5.4 14.4-5.4 19.8 0s5.4 14.4 0 19.8l-25.5 25.5zM434 301.9h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosSpeedometer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64C132.3 64 32 164.2 32 287.9c0 57 21.3 109 56.3 148.5 1.1 1.2 2.1 2.4 3.2 3.5C96.3 445 103 448 110 448c7.1 0 13.8-3 18.6-8.2 31.6-34.4 77-55.9 127.4-55.9s95.8 21.6 127.4 55.9c4.8 5.2 11.5 8.2 18.6 8.2 7 0 13.7-2.9 18.5-8.1 1.1-1.2 2.1-2.3 3.2-3.5 35-39.5 56.3-91.5 56.3-148.5C480 164.2 379.7 64 256 64zm-14 45.9c0-7.7 6.3-14 14-14s14 6.3 14 14v36c0 7.7-6.3 14-14 14s-14-6.3-14-14v-36zm-128 192H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm51.5-104.5c-5.4 5.4-14.4 5.4-19.8 0L120.2 172c-5.4-5.4-5.4-14.4 0-19.8s14.4-5.4 19.8 0l25.5 25.5c5.4 5.4 5.4 14.3 0 19.7zm160.6 34.5l-47.5 75.5c-1.9 2.6-4.3 5.1-7 7-13.5 9.7-32.3 6.5-42-7s-6.5-32.3 7-42l75.5-47.5c3.4-2.4 8.1-2.5 11.7 0 4.5 3.2 5.5 9.5 2.3 14zm40.2-34.5c-5.4 5.4-14.4 5.4-19.8 0s-5.4-14.4 0-19.8l25.5-25.5c5.4-5.4 14.4-5.4 19.8 0s5.4 14.4 0 19.8l-25.5 25.5zM434 301.9h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64C132.3 64 32 164.2 32 287.9c0 57 21.3 109 56.3 148.5 1.1 1.2 2.1 2.4 3.2 3.5C96.3 445 103 448 110 448c7.1 0 13.8-3 18.6-8.2 31.6-34.4 77-55.9 127.4-55.9s95.8 21.6 127.4 55.9c4.8 5.2 11.5 8.2 18.6 8.2 7 0 13.7-2.9 18.5-8.1 1.1-1.2 2.1-2.3 3.2-3.5 35-39.5 56.3-91.5 56.3-148.5C480 164.2 379.7 64 256 64zm-14 45.9c0-7.7 6.3-14 14-14s14 6.3 14 14v36c0 7.7-6.3 14-14 14s-14-6.3-14-14v-36zm-128 192H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm51.5-104.5c-5.4 5.4-14.4 5.4-19.8 0L120.2 172c-5.4-5.4-5.4-14.4 0-19.8s14.4-5.4 19.8 0l25.5 25.5c5.4 5.4 5.4 14.3 0 19.7zm160.6 34.5l-47.5 75.5c-1.9 2.6-4.3 5.1-7 7-13.5 9.7-32.3 6.5-42-7s-6.5-32.3 7-42l75.5-47.5c3.4-2.4 8.1-2.5 11.7 0 4.5 3.2 5.5 9.5 2.3 14zm40.2-34.5c-5.4 5.4-14.4 5.4-19.8 0s-5.4-14.4 0-19.8l25.5-25.5c5.4-5.4 14.4-5.4 19.8 0s5.4 14.4 0 19.8l-25.5 25.5zM434 301.9h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-speedometer {
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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2064C132.3%2064%2032%20164.2%2032%20287.9c0%2057%2021.3%20109%2056.3%20148.5%201.1%201.2%202.1%202.4%203.2%203.5C96.3%20445%20103%20448%20110%20448c7.1%200%2013.8-3%2018.6-8.2%2031.6-34.4%2077-55.9%20127.4-55.9s95.8%2021.6%20127.4%2055.9c4.8%205.2%2011.5%208.2%2018.6%208.2%207%200%2013.7-2.9%2018.5-8.1%201.1-1.2%202.1-2.3%203.2-3.5%2035-39.5%2056.3-91.5%2056.3-148.5C480%20164.2%20379.7%2064%20256%2064zm-14%2045.9c0-7.7%206.3-14%2014-14s14%206.3%2014%2014v36c0%207.7-6.3%2014-14%2014s-14-6.3-14-14v-36zm-128%20192H78c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014zm51.5-104.5c-5.4%205.4-14.4%205.4-19.8%200L120.2%20172c-5.4-5.4-5.4-14.4%200-19.8s14.4-5.4%2019.8%200l25.5%2025.5c5.4%205.4%205.4%2014.3%200%2019.7zm160.6%2034.5l-47.5%2075.5c-1.9%202.6-4.3%205.1-7%207-13.5%209.7-32.3%206.5-42-7s-6.5-32.3%207-42l75.5-47.5c3.4-2.4%208.1-2.5%2011.7%200%204.5%203.2%205.5%209.5%202.3%2014zm40.2-34.5c-5.4%205.4-14.4%205.4-19.8%200s-5.4-14.4%200-19.8l25.5-25.5c5.4-5.4%2014.4-5.4%2019.8%200s5.4%2014.4%200%2019.8l-25.5%2025.5zM434%20301.9h-36c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2064C132.3%2064%2032%20164.2%2032%20287.9c0%2057%2021.3%20109%2056.3%20148.5%201.1%201.2%202.1%202.4%203.2%203.5C96.3%20445%20103%20448%20110%20448c7.1%200%2013.8-3%2018.6-8.2%2031.6-34.4%2077-55.9%20127.4-55.9s95.8%2021.6%20127.4%2055.9c4.8%205.2%2011.5%208.2%2018.6%208.2%207%200%2013.7-2.9%2018.5-8.1%201.1-1.2%202.1-2.3%203.2-3.5%2035-39.5%2056.3-91.5%2056.3-148.5C480%20164.2%20379.7%2064%20256%2064zm-14%2045.9c0-7.7%206.3-14%2014-14s14%206.3%2014%2014v36c0%207.7-6.3%2014-14%2014s-14-6.3-14-14v-36zm-128%20192H78c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014zm51.5-104.5c-5.4%205.4-14.4%205.4-19.8%200L120.2%20172c-5.4-5.4-5.4-14.4%200-19.8s14.4-5.4%2019.8%200l25.5%2025.5c5.4%205.4%205.4%2014.3%200%2019.7zm160.6%2034.5l-47.5%2075.5c-1.9%202.6-4.3%205.1-7%207-13.5%209.7-32.3%206.5-42-7s-6.5-32.3%207-42l75.5-47.5c3.4-2.4%208.1-2.5%2011.7%200%204.5%203.2%205.5%209.5%202.3%2014zm40.2-34.5c-5.4%205.4-14.4%205.4-19.8%200s-5.4-14.4%200-19.8l25.5-25.5c5.4-5.4%2014.4-5.4%2019.8%200s5.4%2014.4%200%2019.8l-25.5%2025.5zM434%20301.9h-36c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-speedometer.svg?color=%231a73e8&size=48