ios settings icon
ios-settings from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-settings
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
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 settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416.3 256c0-21 13.1-38.9 31.7-46.1-4.9-20.5-13-39.7-23.7-57.1-6.4 2.8-13.2 4.3-20.1 4.3-12.6 0-25.2-4.8-34.9-14.4-14.9-14.9-18.2-36.8-10.2-55-17.3-10.7-36.6-18.8-57-23.7C295 82.5 277 95.7 256 95.7S217 82.5 209.9 64c-20.5 4.9-39.7 13-57.1 23.7 8.1 18.1 4.7 40.1-10.2 55-9.6 9.6-22.3 14.4-34.9 14.4-6.9 0-13.7-1.4-20.1-4.3C77 170.3 68.9 189.5 64 210c18.5 7.1 31.7 25 31.7 46.1 0 21-13.1 38.9-31.6 46.1 4.9 20.5 13 39.7 23.7 57.1 6.4-2.8 13.2-4.2 20-4.2 12.6 0 25.2 4.8 34.9 14.4 14.8 14.8 18.2 36.8 10.2 54.9 17.4 10.7 36.7 18.8 57.1 23.7 7.1-18.5 25-31.6 46-31.6s38.9 13.1 46 31.6c20.5-4.9 39.7-13 57.1-23.7-8-18.1-4.6-40 10.2-54.9 9.6-9.6 22.2-14.4 34.9-14.4 6.8 0 13.7 1.4 20 4.2 10.7-17.4 18.8-36.7 23.7-57.1-18.4-7.2-31.6-25.1-31.6-46.2zm-159.4 79.9c-44.3 0-80-35.9-80-80s35.7-80 80-80 80 35.9 80 80-35.7 80-80 80z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosSettings(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416.3 256c0-21 13.1-38.9 31.7-46.1-4.9-20.5-13-39.7-23.7-57.1-6.4 2.8-13.2 4.3-20.1 4.3-12.6 0-25.2-4.8-34.9-14.4-14.9-14.9-18.2-36.8-10.2-55-17.3-10.7-36.6-18.8-57-23.7C295 82.5 277 95.7 256 95.7S217 82.5 209.9 64c-20.5 4.9-39.7 13-57.1 23.7 8.1 18.1 4.7 40.1-10.2 55-9.6 9.6-22.3 14.4-34.9 14.4-6.9 0-13.7-1.4-20.1-4.3C77 170.3 68.9 189.5 64 210c18.5 7.1 31.7 25 31.7 46.1 0 21-13.1 38.9-31.6 46.1 4.9 20.5 13 39.7 23.7 57.1 6.4-2.8 13.2-4.2 20-4.2 12.6 0 25.2 4.8 34.9 14.4 14.8 14.8 18.2 36.8 10.2 54.9 17.4 10.7 36.7 18.8 57.1 23.7 7.1-18.5 25-31.6 46-31.6s38.9 13.1 46 31.6c20.5-4.9 39.7-13 57.1-23.7-8-18.1-4.6-40 10.2-54.9 9.6-9.6 22.2-14.4 34.9-14.4 6.8 0 13.7 1.4 20 4.2 10.7-17.4 18.8-36.7 23.7-57.1-18.4-7.2-31.6-25.1-31.6-46.2zm-159.4 79.9c-44.3 0-80-35.9-80-80s35.7-80 80-80 80 35.9 80 80-35.7 80-80 80z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M416.3 256c0-21 13.1-38.9 31.7-46.1-4.9-20.5-13-39.7-23.7-57.1-6.4 2.8-13.2 4.3-20.1 4.3-12.6 0-25.2-4.8-34.9-14.4-14.9-14.9-18.2-36.8-10.2-55-17.3-10.7-36.6-18.8-57-23.7C295 82.5 277 95.7 256 95.7S217 82.5 209.9 64c-20.5 4.9-39.7 13-57.1 23.7 8.1 18.1 4.7 40.1-10.2 55-9.6 9.6-22.3 14.4-34.9 14.4-6.9 0-13.7-1.4-20.1-4.3C77 170.3 68.9 189.5 64 210c18.5 7.1 31.7 25 31.7 46.1 0 21-13.1 38.9-31.6 46.1 4.9 20.5 13 39.7 23.7 57.1 6.4-2.8 13.2-4.2 20-4.2 12.6 0 25.2 4.8 34.9 14.4 14.8 14.8 18.2 36.8 10.2 54.9 17.4 10.7 36.7 18.8 57.1 23.7 7.1-18.5 25-31.6 46-31.6s38.9 13.1 46 31.6c20.5-4.9 39.7-13 57.1-23.7-8-18.1-4.6-40 10.2-54.9 9.6-9.6 22.2-14.4 34.9-14.4 6.8 0 13.7 1.4 20 4.2 10.7-17.4 18.8-36.7 23.7-57.1-18.4-7.2-31.6-25.1-31.6-46.2zm-159.4 79.9c-44.3 0-80-35.9-80-80s35.7-80 80-80 80 35.9 80 80-35.7 80-80 80z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-settings {
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%22M416.3%20256c0-21%2013.1-38.9%2031.7-46.1-4.9-20.5-13-39.7-23.7-57.1-6.4%202.8-13.2%204.3-20.1%204.3-12.6%200-25.2-4.8-34.9-14.4-14.9-14.9-18.2-36.8-10.2-55-17.3-10.7-36.6-18.8-57-23.7C295%2082.5%20277%2095.7%20256%2095.7S217%2082.5%20209.9%2064c-20.5%204.9-39.7%2013-57.1%2023.7%208.1%2018.1%204.7%2040.1-10.2%2055-9.6%209.6-22.3%2014.4-34.9%2014.4-6.9%200-13.7-1.4-20.1-4.3C77%20170.3%2068.9%20189.5%2064%20210c18.5%207.1%2031.7%2025%2031.7%2046.1%200%2021-13.1%2038.9-31.6%2046.1%204.9%2020.5%2013%2039.7%2023.7%2057.1%206.4-2.8%2013.2-4.2%2020-4.2%2012.6%200%2025.2%204.8%2034.9%2014.4%2014.8%2014.8%2018.2%2036.8%2010.2%2054.9%2017.4%2010.7%2036.7%2018.8%2057.1%2023.7%207.1-18.5%2025-31.6%2046-31.6s38.9%2013.1%2046%2031.6c20.5-4.9%2039.7-13%2057.1-23.7-8-18.1-4.6-40%2010.2-54.9%209.6-9.6%2022.2-14.4%2034.9-14.4%206.8%200%2013.7%201.4%2020%204.2%2010.7-17.4%2018.8-36.7%2023.7-57.1-18.4-7.2-31.6-25.1-31.6-46.2zm-159.4%2079.9c-44.3%200-80-35.9-80-80s35.7-80%2080-80%2080%2035.9%2080%2080-35.7%2080-80%2080z%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%22M416.3%20256c0-21%2013.1-38.9%2031.7-46.1-4.9-20.5-13-39.7-23.7-57.1-6.4%202.8-13.2%204.3-20.1%204.3-12.6%200-25.2-4.8-34.9-14.4-14.9-14.9-18.2-36.8-10.2-55-17.3-10.7-36.6-18.8-57-23.7C295%2082.5%20277%2095.7%20256%2095.7S217%2082.5%20209.9%2064c-20.5%204.9-39.7%2013-57.1%2023.7%208.1%2018.1%204.7%2040.1-10.2%2055-9.6%209.6-22.3%2014.4-34.9%2014.4-6.9%200-13.7-1.4-20.1-4.3C77%20170.3%2068.9%20189.5%2064%20210c18.5%207.1%2031.7%2025%2031.7%2046.1%200%2021-13.1%2038.9-31.6%2046.1%204.9%2020.5%2013%2039.7%2023.7%2057.1%206.4-2.8%2013.2-4.2%2020-4.2%2012.6%200%2025.2%204.8%2034.9%2014.4%2014.8%2014.8%2018.2%2036.8%2010.2%2054.9%2017.4%2010.7%2036.7%2018.8%2057.1%2023.7%207.1-18.5%2025-31.6%2046-31.6s38.9%2013.1%2046%2031.6c20.5-4.9%2039.7-13%2057.1-23.7-8-18.1-4.6-40%2010.2-54.9%209.6-9.6%2022.2-14.4%2034.9-14.4%206.8%200%2013.7%201.4%2020%204.2%2010.7-17.4%2018.8-36.7%2023.7-57.1-18.4-7.2-31.6-25.1-31.6-46.2zm-159.4%2079.9c-44.3%200-80-35.9-80-80s35.7-80%2080-80%2080%2035.9%2080%2080-35.7%2080-80%2080z%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-settings.svg?color=%231a73e8&size=48