ios gear icon

ios-gear-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-gear-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios gear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256.9 159.9c-25.701 0-49.801 10-67.9 28.1s-28.1 42.199-28.1 67.9c0 25.699 10 49.699 28.1 67.9 18.1 18.1 42.301 28.1 67.9 28.1 25.699 0 49.799-10 67.9-28.1 18.1-18.102 28.1-42.201 28.1-67.9 0-25.701-10-49.701-28.1-67.9-18.101-18.1-42.2-28.1-67.9-28.1zm0 176c-44.301 0-80-35.9-80-80 0-44.101 35.699-80 80-80 44.299 0 80 35.899 80 80 0 44.1-35.701 80-80 80z" fill="currentColor"/><path d="M201.787 82.828a65.378 65.378 0 0 0 16.775 17.069c11.012 7.715 23.957 11.793 37.438 11.793 13.481 0 26.428-4.078 37.439-11.793a65.398 65.398 0 0 0 16.773-17.068 179.969 179.969 0 0 1 29.927 12.411 65.403 65.403 0 0 0-.203 23.933c2.333 13.235 8.604 25.269 18.133 34.798 12.335 12.336 28.737 19.129 46.185 19.129 4.242 0 8.424-.399 12.52-1.195a179.858 179.858 0 0 1 12.405 29.947 65.388 65.388 0 0 0-17.054 16.776c-7.705 11.008-11.777 23.946-11.776 37.418 0 13.467 4.069 26.401 11.768 37.406a65.378 65.378 0 0 0 17.036 16.771 179.868 179.868 0 0 1-12.428 29.957 65.615 65.615 0 0 0-12.472-1.187c-17.448 0-33.85 6.795-46.183 19.131-9.515 9.514-15.781 21.527-18.123 34.74a65.397 65.397 0 0 0 .176 23.895 179.911 179.911 0 0 1-29.967 12.421 65.372 65.372 0 0 0-16.771-17.022c-11-7.689-23.928-11.754-37.386-11.754-13.457 0-26.385 4.064-37.385 11.755a65.399 65.399 0 0 0-16.771 17.021 179.932 179.932 0 0 1-29.966-12.42 65.397 65.397 0 0 0 .176-23.895c-2.342-13.214-8.608-25.228-18.123-34.741-12.335-12.336-28.737-19.13-46.185-19.13-4.226 0-8.39.396-12.471 1.187a180.012 180.012 0 0 1-12.428-29.958 65.378 65.378 0 0 0 17.036-16.771c7.699-11.004 11.769-23.939 11.769-37.408 0-13.471-4.072-26.41-11.777-37.418A65.403 65.403 0 0 0 82.82 201.85a179.882 179.882 0 0 1 12.405-29.946 65.54 65.54 0 0 0 12.521 1.196c17.446 0 33.849-6.794 46.185-19.13 9.529-9.53 15.799-21.563 18.133-34.799a65.376 65.376 0 0 0-.203-23.932 180.164 180.164 0 0 1 29.926-12.411M302.074 64C294.971 82.529 277.027 95.69 256 95.69c-21.025 0-38.969-13.161-46.073-31.69a196.255 196.255 0 0 0-57.128 23.688c8.068 18.122 4.682 40.104-10.182 54.97-9.631 9.631-22.25 14.443-34.87 14.443a49.429 49.429 0 0 1-20.083-4.255A196.3 196.3 0 0 0 64 209.984c18.51 7.112 31.652 25.049 31.652 46.062 0 21.008-13.133 38.936-31.631 46.054a196.32 196.32 0 0 0 23.693 57.128 49.42 49.42 0 0 1 20.031-4.232c12.621 0 25.238 4.812 34.871 14.443 14.841 14.841 18.238 36.781 10.215 54.889a196.251 196.251 0 0 0 57.131 23.673c7.127-18.479 25.046-31.596 46.037-31.596 20.992 0 38.91 13.115 46.037 31.596a196.234 196.234 0 0 0 57.132-23.675c-8.023-18.106-4.626-40.046 10.216-54.887 9.629-9.632 22.248-14.444 34.868-14.444 6.836 0 13.67 1.411 20.033 4.233a196.318 196.318 0 0 0 23.692-57.128c-18.498-7.118-31.63-25.048-31.63-46.054-.001-21.013 13.143-38.948 31.651-46.062a196.302 196.302 0 0 0-23.664-57.139 49.423 49.423 0 0 1-20.082 4.254c-12.621 0-25.238-4.811-34.871-14.442-14.863-14.863-18.248-36.846-10.18-54.97A196.24 196.24 0 0 0 302.074 64z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosGearOutline(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.9 159.9c-25.701 0-49.801 10-67.9 28.1s-28.1 42.199-28.1 67.9c0 25.699 10 49.699 28.1 67.9 18.1 18.1 42.301 28.1 67.9 28.1 25.699 0 49.799-10 67.9-28.1 18.1-18.102 28.1-42.201 28.1-67.9 0-25.701-10-49.701-28.1-67.9-18.101-18.1-42.2-28.1-67.9-28.1zm0 176c-44.301 0-80-35.9-80-80 0-44.101 35.699-80 80-80 44.299 0 80 35.899 80 80 0 44.1-35.701 80-80 80z" fill="currentColor"/><path d="M201.787 82.828a65.378 65.378 0 0 0 16.775 17.069c11.012 7.715 23.957 11.793 37.438 11.793 13.481 0 26.428-4.078 37.439-11.793a65.398 65.398 0 0 0 16.773-17.068 179.969 179.969 0 0 1 29.927 12.411 65.403 65.403 0 0 0-.203 23.933c2.333 13.235 8.604 25.269 18.133 34.798 12.335 12.336 28.737 19.129 46.185 19.129 4.242 0 8.424-.399 12.52-1.195a179.858 179.858 0 0 1 12.405 29.947 65.388 65.388 0 0 0-17.054 16.776c-7.705 11.008-11.777 23.946-11.776 37.418 0 13.467 4.069 26.401 11.768 37.406a65.378 65.378 0 0 0 17.036 16.771 179.868 179.868 0 0 1-12.428 29.957 65.615 65.615 0 0 0-12.472-1.187c-17.448 0-33.85 6.795-46.183 19.131-9.515 9.514-15.781 21.527-18.123 34.74a65.397 65.397 0 0 0 .176 23.895 179.911 179.911 0 0 1-29.967 12.421 65.372 65.372 0 0 0-16.771-17.022c-11-7.689-23.928-11.754-37.386-11.754-13.457 0-26.385 4.064-37.385 11.755a65.399 65.399 0 0 0-16.771 17.021 179.932 179.932 0 0 1-29.966-12.42 65.397 65.397 0 0 0 .176-23.895c-2.342-13.214-8.608-25.228-18.123-34.741-12.335-12.336-28.737-19.13-46.185-19.13-4.226 0-8.39.396-12.471 1.187a180.012 180.012 0 0 1-12.428-29.958 65.378 65.378 0 0 0 17.036-16.771c7.699-11.004 11.769-23.939 11.769-37.408 0-13.471-4.072-26.41-11.777-37.418A65.403 65.403 0 0 0 82.82 201.85a179.882 179.882 0 0 1 12.405-29.946 65.54 65.54 0 0 0 12.521 1.196c17.446 0 33.849-6.794 46.185-19.13 9.529-9.53 15.799-21.563 18.133-34.799a65.376 65.376 0 0 0-.203-23.932 180.164 180.164 0 0 1 29.926-12.411M302.074 64C294.971 82.529 277.027 95.69 256 95.69c-21.025 0-38.969-13.161-46.073-31.69a196.255 196.255 0 0 0-57.128 23.688c8.068 18.122 4.682 40.104-10.182 54.97-9.631 9.631-22.25 14.443-34.87 14.443a49.429 49.429 0 0 1-20.083-4.255A196.3 196.3 0 0 0 64 209.984c18.51 7.112 31.652 25.049 31.652 46.062 0 21.008-13.133 38.936-31.631 46.054a196.32 196.32 0 0 0 23.693 57.128 49.42 49.42 0 0 1 20.031-4.232c12.621 0 25.238 4.812 34.871 14.443 14.841 14.841 18.238 36.781 10.215 54.889a196.251 196.251 0 0 0 57.131 23.673c7.127-18.479 25.046-31.596 46.037-31.596 20.992 0 38.91 13.115 46.037 31.596a196.234 196.234 0 0 0 57.132-23.675c-8.023-18.106-4.626-40.046 10.216-54.887 9.629-9.632 22.248-14.444 34.868-14.444 6.836 0 13.67 1.411 20.033 4.233a196.318 196.318 0 0 0 23.692-57.128c-18.498-7.118-31.63-25.048-31.63-46.054-.001-21.013 13.143-38.948 31.651-46.062a196.302 196.302 0 0 0-23.664-57.139 49.423 49.423 0 0 1-20.082 4.254c-12.621 0-25.238-4.811-34.871-14.442-14.863-14.863-18.248-36.846-10.18-54.97A196.24 196.24 0 0 0 302.074 64z" 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.9 159.9c-25.701 0-49.801 10-67.9 28.1s-28.1 42.199-28.1 67.9c0 25.699 10 49.699 28.1 67.9 18.1 18.1 42.301 28.1 67.9 28.1 25.699 0 49.799-10 67.9-28.1 18.1-18.102 28.1-42.201 28.1-67.9 0-25.701-10-49.701-28.1-67.9-18.101-18.1-42.2-28.1-67.9-28.1zm0 176c-44.301 0-80-35.9-80-80 0-44.101 35.699-80 80-80 44.299 0 80 35.899 80 80 0 44.1-35.701 80-80 80z" fill="currentColor"/><path d="M201.787 82.828a65.378 65.378 0 0 0 16.775 17.069c11.012 7.715 23.957 11.793 37.438 11.793 13.481 0 26.428-4.078 37.439-11.793a65.398 65.398 0 0 0 16.773-17.068 179.969 179.969 0 0 1 29.927 12.411 65.403 65.403 0 0 0-.203 23.933c2.333 13.235 8.604 25.269 18.133 34.798 12.335 12.336 28.737 19.129 46.185 19.129 4.242 0 8.424-.399 12.52-1.195a179.858 179.858 0 0 1 12.405 29.947 65.388 65.388 0 0 0-17.054 16.776c-7.705 11.008-11.777 23.946-11.776 37.418 0 13.467 4.069 26.401 11.768 37.406a65.378 65.378 0 0 0 17.036 16.771 179.868 179.868 0 0 1-12.428 29.957 65.615 65.615 0 0 0-12.472-1.187c-17.448 0-33.85 6.795-46.183 19.131-9.515 9.514-15.781 21.527-18.123 34.74a65.397 65.397 0 0 0 .176 23.895 179.911 179.911 0 0 1-29.967 12.421 65.372 65.372 0 0 0-16.771-17.022c-11-7.689-23.928-11.754-37.386-11.754-13.457 0-26.385 4.064-37.385 11.755a65.399 65.399 0 0 0-16.771 17.021 179.932 179.932 0 0 1-29.966-12.42 65.397 65.397 0 0 0 .176-23.895c-2.342-13.214-8.608-25.228-18.123-34.741-12.335-12.336-28.737-19.13-46.185-19.13-4.226 0-8.39.396-12.471 1.187a180.012 180.012 0 0 1-12.428-29.958 65.378 65.378 0 0 0 17.036-16.771c7.699-11.004 11.769-23.939 11.769-37.408 0-13.471-4.072-26.41-11.777-37.418A65.403 65.403 0 0 0 82.82 201.85a179.882 179.882 0 0 1 12.405-29.946 65.54 65.54 0 0 0 12.521 1.196c17.446 0 33.849-6.794 46.185-19.13 9.529-9.53 15.799-21.563 18.133-34.799a65.376 65.376 0 0 0-.203-23.932 180.164 180.164 0 0 1 29.926-12.411M302.074 64C294.971 82.529 277.027 95.69 256 95.69c-21.025 0-38.969-13.161-46.073-31.69a196.255 196.255 0 0 0-57.128 23.688c8.068 18.122 4.682 40.104-10.182 54.97-9.631 9.631-22.25 14.443-34.87 14.443a49.429 49.429 0 0 1-20.083-4.255A196.3 196.3 0 0 0 64 209.984c18.51 7.112 31.652 25.049 31.652 46.062 0 21.008-13.133 38.936-31.631 46.054a196.32 196.32 0 0 0 23.693 57.128 49.42 49.42 0 0 1 20.031-4.232c12.621 0 25.238 4.812 34.871 14.443 14.841 14.841 18.238 36.781 10.215 54.889a196.251 196.251 0 0 0 57.131 23.673c7.127-18.479 25.046-31.596 46.037-31.596 20.992 0 38.91 13.115 46.037 31.596a196.234 196.234 0 0 0 57.132-23.675c-8.023-18.106-4.626-40.046 10.216-54.887 9.629-9.632 22.248-14.444 34.868-14.444 6.836 0 13.67 1.411 20.033 4.233a196.318 196.318 0 0 0 23.692-57.128c-18.498-7.118-31.63-25.048-31.63-46.054-.001-21.013 13.143-38.948 31.651-46.062a196.302 196.302 0 0 0-23.664-57.139 49.423 49.423 0 0 1-20.082 4.254c-12.621 0-25.238-4.811-34.871-14.442-14.863-14.863-18.248-36.846-10.18-54.97A196.24 196.24 0 0 0 302.074 64z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-gear-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%20512%20512%22%3E%3Cpath%20d%3D%22M256.9%20159.9c-25.701%200-49.801%2010-67.9%2028.1s-28.1%2042.199-28.1%2067.9c0%2025.699%2010%2049.699%2028.1%2067.9%2018.1%2018.1%2042.301%2028.1%2067.9%2028.1%2025.699%200%2049.799-10%2067.9-28.1%2018.1-18.102%2028.1-42.201%2028.1-67.9%200-25.701-10-49.701-28.1-67.9-18.101-18.1-42.2-28.1-67.9-28.1zm0%20176c-44.301%200-80-35.9-80-80%200-44.101%2035.699-80%2080-80%2044.299%200%2080%2035.899%2080%2080%200%2044.1-35.701%2080-80%2080z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M201.787%2082.828a65.378%2065.378%200%200%200%2016.775%2017.069c11.012%207.715%2023.957%2011.793%2037.438%2011.793%2013.481%200%2026.428-4.078%2037.439-11.793a65.398%2065.398%200%200%200%2016.773-17.068%20179.969%20179.969%200%200%201%2029.927%2012.411%2065.403%2065.403%200%200%200-.203%2023.933c2.333%2013.235%208.604%2025.269%2018.133%2034.798%2012.335%2012.336%2028.737%2019.129%2046.185%2019.129%204.242%200%208.424-.399%2012.52-1.195a179.858%20179.858%200%200%201%2012.405%2029.947%2065.388%2065.388%200%200%200-17.054%2016.776c-7.705%2011.008-11.777%2023.946-11.776%2037.418%200%2013.467%204.069%2026.401%2011.768%2037.406a65.378%2065.378%200%200%200%2017.036%2016.771%20179.868%20179.868%200%200%201-12.428%2029.957%2065.615%2065.615%200%200%200-12.472-1.187c-17.448%200-33.85%206.795-46.183%2019.131-9.515%209.514-15.781%2021.527-18.123%2034.74a65.397%2065.397%200%200%200%20.176%2023.895%20179.911%20179.911%200%200%201-29.967%2012.421%2065.372%2065.372%200%200%200-16.771-17.022c-11-7.689-23.928-11.754-37.386-11.754-13.457%200-26.385%204.064-37.385%2011.755a65.399%2065.399%200%200%200-16.771%2017.021%20179.932%20179.932%200%200%201-29.966-12.42%2065.397%2065.397%200%200%200%20.176-23.895c-2.342-13.214-8.608-25.228-18.123-34.741-12.335-12.336-28.737-19.13-46.185-19.13-4.226%200-8.39.396-12.471%201.187a180.012%20180.012%200%200%201-12.428-29.958%2065.378%2065.378%200%200%200%2017.036-16.771c7.699-11.004%2011.769-23.939%2011.769-37.408%200-13.471-4.072-26.41-11.777-37.418A65.403%2065.403%200%200%200%2082.82%20201.85a179.882%20179.882%200%200%201%2012.405-29.946%2065.54%2065.54%200%200%200%2012.521%201.196c17.446%200%2033.849-6.794%2046.185-19.13%209.529-9.53%2015.799-21.563%2018.133-34.799a65.376%2065.376%200%200%200-.203-23.932%20180.164%20180.164%200%200%201%2029.926-12.411M302.074%2064C294.971%2082.529%20277.027%2095.69%20256%2095.69c-21.025%200-38.969-13.161-46.073-31.69a196.255%20196.255%200%200%200-57.128%2023.688c8.068%2018.122%204.682%2040.104-10.182%2054.97-9.631%209.631-22.25%2014.443-34.87%2014.443a49.429%2049.429%200%200%201-20.083-4.255A196.3%20196.3%200%200%200%2064%20209.984c18.51%207.112%2031.652%2025.049%2031.652%2046.062%200%2021.008-13.133%2038.936-31.631%2046.054a196.32%20196.32%200%200%200%2023.693%2057.128%2049.42%2049.42%200%200%201%2020.031-4.232c12.621%200%2025.238%204.812%2034.871%2014.443%2014.841%2014.841%2018.238%2036.781%2010.215%2054.889a196.251%20196.251%200%200%200%2057.131%2023.673c7.127-18.479%2025.046-31.596%2046.037-31.596%2020.992%200%2038.91%2013.115%2046.037%2031.596a196.234%20196.234%200%200%200%2057.132-23.675c-8.023-18.106-4.626-40.046%2010.216-54.887%209.629-9.632%2022.248-14.444%2034.868-14.444%206.836%200%2013.67%201.411%2020.033%204.233a196.318%20196.318%200%200%200%2023.692-57.128c-18.498-7.118-31.63-25.048-31.63-46.054-.001-21.013%2013.143-38.948%2031.651-46.062a196.302%20196.302%200%200%200-23.664-57.139%2049.423%2049.423%200%200%201-20.082%204.254c-12.621%200-25.238-4.811-34.871-14.442-14.863-14.863-18.248-36.846-10.18-54.97A196.24%20196.24%200%200%200%20302.074%2064z%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.9%20159.9c-25.701%200-49.801%2010-67.9%2028.1s-28.1%2042.199-28.1%2067.9c0%2025.699%2010%2049.699%2028.1%2067.9%2018.1%2018.1%2042.301%2028.1%2067.9%2028.1%2025.699%200%2049.799-10%2067.9-28.1%2018.1-18.102%2028.1-42.201%2028.1-67.9%200-25.701-10-49.701-28.1-67.9-18.101-18.1-42.2-28.1-67.9-28.1zm0%20176c-44.301%200-80-35.9-80-80%200-44.101%2035.699-80%2080-80%2044.299%200%2080%2035.899%2080%2080%200%2044.1-35.701%2080-80%2080z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M201.787%2082.828a65.378%2065.378%200%200%200%2016.775%2017.069c11.012%207.715%2023.957%2011.793%2037.438%2011.793%2013.481%200%2026.428-4.078%2037.439-11.793a65.398%2065.398%200%200%200%2016.773-17.068%20179.969%20179.969%200%200%201%2029.927%2012.411%2065.403%2065.403%200%200%200-.203%2023.933c2.333%2013.235%208.604%2025.269%2018.133%2034.798%2012.335%2012.336%2028.737%2019.129%2046.185%2019.129%204.242%200%208.424-.399%2012.52-1.195a179.858%20179.858%200%200%201%2012.405%2029.947%2065.388%2065.388%200%200%200-17.054%2016.776c-7.705%2011.008-11.777%2023.946-11.776%2037.418%200%2013.467%204.069%2026.401%2011.768%2037.406a65.378%2065.378%200%200%200%2017.036%2016.771%20179.868%20179.868%200%200%201-12.428%2029.957%2065.615%2065.615%200%200%200-12.472-1.187c-17.448%200-33.85%206.795-46.183%2019.131-9.515%209.514-15.781%2021.527-18.123%2034.74a65.397%2065.397%200%200%200%20.176%2023.895%20179.911%20179.911%200%200%201-29.967%2012.421%2065.372%2065.372%200%200%200-16.771-17.022c-11-7.689-23.928-11.754-37.386-11.754-13.457%200-26.385%204.064-37.385%2011.755a65.399%2065.399%200%200%200-16.771%2017.021%20179.932%20179.932%200%200%201-29.966-12.42%2065.397%2065.397%200%200%200%20.176-23.895c-2.342-13.214-8.608-25.228-18.123-34.741-12.335-12.336-28.737-19.13-46.185-19.13-4.226%200-8.39.396-12.471%201.187a180.012%20180.012%200%200%201-12.428-29.958%2065.378%2065.378%200%200%200%2017.036-16.771c7.699-11.004%2011.769-23.939%2011.769-37.408%200-13.471-4.072-26.41-11.777-37.418A65.403%2065.403%200%200%200%2082.82%20201.85a179.882%20179.882%200%200%201%2012.405-29.946%2065.54%2065.54%200%200%200%2012.521%201.196c17.446%200%2033.849-6.794%2046.185-19.13%209.529-9.53%2015.799-21.563%2018.133-34.799a65.376%2065.376%200%200%200-.203-23.932%20180.164%20180.164%200%200%201%2029.926-12.411M302.074%2064C294.971%2082.529%20277.027%2095.69%20256%2095.69c-21.025%200-38.969-13.161-46.073-31.69a196.255%20196.255%200%200%200-57.128%2023.688c8.068%2018.122%204.682%2040.104-10.182%2054.97-9.631%209.631-22.25%2014.443-34.87%2014.443a49.429%2049.429%200%200%201-20.083-4.255A196.3%20196.3%200%200%200%2064%20209.984c18.51%207.112%2031.652%2025.049%2031.652%2046.062%200%2021.008-13.133%2038.936-31.631%2046.054a196.32%20196.32%200%200%200%2023.693%2057.128%2049.42%2049.42%200%200%201%2020.031-4.232c12.621%200%2025.238%204.812%2034.871%2014.443%2014.841%2014.841%2018.238%2036.781%2010.215%2054.889a196.251%20196.251%200%200%200%2057.131%2023.673c7.127-18.479%2025.046-31.596%2046.037-31.596%2020.992%200%2038.91%2013.115%2046.037%2031.596a196.234%20196.234%200%200%200%2057.132-23.675c-8.023-18.106-4.626-40.046%2010.216-54.887%209.629-9.632%2022.248-14.444%2034.868-14.444%206.836%200%2013.67%201.411%2020.033%204.233a196.318%20196.318%200%200%200%2023.692-57.128c-18.498-7.118-31.63-25.048-31.63-46.054-.001-21.013%2013.143-38.948%2031.651-46.062a196.302%20196.302%200%200%200-23.664-57.139%2049.423%2049.423%200%200%201-20.082%204.254c-12.621%200-25.238-4.811-34.871-14.442-14.863-14.863-18.248-36.846-10.18-54.97A196.24%20196.24%200%200%200%20302.074%2064z%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-gear-outline.svg?color=%231a73e8&size=48