setting icon
setting-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- setting-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- setting-fill
2 other variants in Ant Design Icons
The same icon in other sets
Use the setting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512.5 390.6c-29.9 0-57.9 11.6-79.1 32.8c-21.1 21.2-32.8 49.2-32.8 79.1s11.7 57.9 32.8 79.1c21.2 21.1 49.2 32.8 79.1 32.8s57.9-11.7 79.1-32.8c21.1-21.2 32.8-49.2 32.8-79.1s-11.7-57.9-32.8-79.1a110.96 110.96 0 0 0-79.1-32.8m412.3 235.5l-65.4-55.9c3.1-19 4.7-38.4 4.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a442.5 442.5 0 0 0-79.6-137.7l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.2 28.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.3a353.4 353.4 0 0 0-98.9 57.3l-81.8-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a445.9 445.9 0 0 0-79.6 137.7l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.2 56.5c-3.1 18.8-4.6 38-4.6 57c0 19.2 1.5 38.4 4.6 57l-66 56.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.3 44.8 96.8 79.6 137.7l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.8-29.1c29.8 24.5 63 43.9 98.9 57.3l15.8 85.3a32.05 32.05 0 0 0 25.8 25.7l2.7.5a448.3 448.3 0 0 0 158.8 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35m-412.3 52.2c-97.1 0-175.8-78.7-175.8-175.8s78.7-175.8 175.8-175.8s175.8 78.7 175.8 175.8s-78.7 175.8-175.8 175.8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignSettingFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512.5 390.6c-29.9 0-57.9 11.6-79.1 32.8c-21.1 21.2-32.8 49.2-32.8 79.1s11.7 57.9 32.8 79.1c21.2 21.1 49.2 32.8 79.1 32.8s57.9-11.7 79.1-32.8c21.1-21.2 32.8-49.2 32.8-79.1s-11.7-57.9-32.8-79.1a110.96 110.96 0 0 0-79.1-32.8m412.3 235.5l-65.4-55.9c3.1-19 4.7-38.4 4.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a442.5 442.5 0 0 0-79.6-137.7l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.2 28.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.3a353.4 353.4 0 0 0-98.9 57.3l-81.8-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a445.9 445.9 0 0 0-79.6 137.7l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.2 56.5c-3.1 18.8-4.6 38-4.6 57c0 19.2 1.5 38.4 4.6 57l-66 56.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.3 44.8 96.8 79.6 137.7l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.8-29.1c29.8 24.5 63 43.9 98.9 57.3l15.8 85.3a32.05 32.05 0 0 0 25.8 25.7l2.7.5a448.3 448.3 0 0 0 158.8 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35m-412.3 52.2c-97.1 0-175.8-78.7-175.8-175.8s78.7-175.8 175.8-175.8s175.8 78.7 175.8 175.8s-78.7 175.8-175.8 175.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512.5 390.6c-29.9 0-57.9 11.6-79.1 32.8c-21.1 21.2-32.8 49.2-32.8 79.1s11.7 57.9 32.8 79.1c21.2 21.1 49.2 32.8 79.1 32.8s57.9-11.7 79.1-32.8c21.1-21.2 32.8-49.2 32.8-79.1s-11.7-57.9-32.8-79.1a110.96 110.96 0 0 0-79.1-32.8m412.3 235.5l-65.4-55.9c3.1-19 4.7-38.4 4.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03 32.03 0 0 0 9.3-35.2l-.9-2.6a442.5 442.5 0 0 0-79.6-137.7l-1.8-2.1a32.12 32.12 0 0 0-35.1-9.5l-81.2 28.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05 32.05 0 0 0-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8 0l-2.7.5a32.05 32.05 0 0 0-25.8 25.7l-15.8 85.3a353.4 353.4 0 0 0-98.9 57.3l-81.8-29.1a32 32 0 0 0-35.1 9.5l-1.8 2.1a445.9 445.9 0 0 0-79.6 137.7l-.9 2.6c-4.5 12.5-.8 26.5 9.3 35.2l66.2 56.5c-3.1 18.8-4.6 38-4.6 57c0 19.2 1.5 38.4 4.6 57l-66 56.5a32.03 32.03 0 0 0-9.3 35.2l.9 2.6c18.1 50.3 44.8 96.8 79.6 137.7l1.8 2.1a32.12 32.12 0 0 0 35.1 9.5l81.8-29.1c29.8 24.5 63 43.9 98.9 57.3l15.8 85.3a32.05 32.05 0 0 0 25.8 25.7l2.7.5a448.3 448.3 0 0 0 158.8 0l2.7-.5a32.05 32.05 0 0 0 25.8-25.7l15.7-84.9c36.2-13.6 69.6-32.9 99.6-57.5l81.2 28.9a32 32 0 0 0 35.1-9.5l1.8-2.1c34.8-41.1 61.5-87.4 79.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35m-412.3 52.2c-97.1 0-175.8-78.7-175.8-175.8s78.7-175.8 175.8-175.8s175.8 78.7 175.8 175.8s-78.7 175.8-175.8 175.8"/></svg> </template>
CSS
.icon-setting-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512.5%20390.6c-29.9%200-57.9%2011.6-79.1%2032.8c-21.1%2021.2-32.8%2049.2-32.8%2079.1s11.7%2057.9%2032.8%2079.1c21.2%2021.1%2049.2%2032.8%2079.1%2032.8s57.9-11.7%2079.1-32.8c21.1-21.2%2032.8-49.2%2032.8-79.1s-11.7-57.9-32.8-79.1a110.96%20110.96%200%200%200-79.1-32.8m412.3%20235.5l-65.4-55.9c3.1-19%204.7-38.4%204.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03%2032.03%200%200%200%209.3-35.2l-.9-2.6a442.5%20442.5%200%200%200-79.6-137.7l-1.8-2.1a32.12%2032.12%200%200%200-35.1-9.5l-81.2%2028.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05%2032.05%200%200%200-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8%200l-2.7.5a32.05%2032.05%200%200%200-25.8%2025.7l-15.8%2085.3a353.4%20353.4%200%200%200-98.9%2057.3l-81.8-29.1a32%2032%200%200%200-35.1%209.5l-1.8%202.1a445.9%20445.9%200%200%200-79.6%20137.7l-.9%202.6c-4.5%2012.5-.8%2026.5%209.3%2035.2l66.2%2056.5c-3.1%2018.8-4.6%2038-4.6%2057c0%2019.2%201.5%2038.4%204.6%2057l-66%2056.5a32.03%2032.03%200%200%200-9.3%2035.2l.9%202.6c18.1%2050.3%2044.8%2096.8%2079.6%20137.7l1.8%202.1a32.12%2032.12%200%200%200%2035.1%209.5l81.8-29.1c29.8%2024.5%2063%2043.9%2098.9%2057.3l15.8%2085.3a32.05%2032.05%200%200%200%2025.8%2025.7l2.7.5a448.3%20448.3%200%200%200%20158.8%200l2.7-.5a32.05%2032.05%200%200%200%2025.8-25.7l15.7-84.9c36.2-13.6%2069.6-32.9%2099.6-57.5l81.2%2028.9a32%2032%200%200%200%2035.1-9.5l1.8-2.1c34.8-41.1%2061.5-87.4%2079.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35m-412.3%2052.2c-97.1%200-175.8-78.7-175.8-175.8s78.7-175.8%20175.8-175.8s175.8%2078.7%20175.8%20175.8s-78.7%20175.8-175.8%20175.8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512.5%20390.6c-29.9%200-57.9%2011.6-79.1%2032.8c-21.1%2021.2-32.8%2049.2-32.8%2079.1s11.7%2057.9%2032.8%2079.1c21.2%2021.1%2049.2%2032.8%2079.1%2032.8s57.9-11.7%2079.1-32.8c21.1-21.2%2032.8-49.2%2032.8-79.1s-11.7-57.9-32.8-79.1a110.96%20110.96%200%200%200-79.1-32.8m412.3%20235.5l-65.4-55.9c3.1-19%204.7-38.4%204.7-57.7s-1.6-38.8-4.7-57.7l65.4-55.9a32.03%2032.03%200%200%200%209.3-35.2l-.9-2.6a442.5%20442.5%200%200%200-79.6-137.7l-1.8-2.1a32.12%2032.12%200%200%200-35.1-9.5l-81.2%2028.9c-30-24.6-63.4-44-99.6-57.5l-15.7-84.9a32.05%2032.05%200%200%200-25.8-25.7l-2.7-.5c-52-9.4-106.8-9.4-158.8%200l-2.7.5a32.05%2032.05%200%200%200-25.8%2025.7l-15.8%2085.3a353.4%20353.4%200%200%200-98.9%2057.3l-81.8-29.1a32%2032%200%200%200-35.1%209.5l-1.8%202.1a445.9%20445.9%200%200%200-79.6%20137.7l-.9%202.6c-4.5%2012.5-.8%2026.5%209.3%2035.2l66.2%2056.5c-3.1%2018.8-4.6%2038-4.6%2057c0%2019.2%201.5%2038.4%204.6%2057l-66%2056.5a32.03%2032.03%200%200%200-9.3%2035.2l.9%202.6c18.1%2050.3%2044.8%2096.8%2079.6%20137.7l1.8%202.1a32.12%2032.12%200%200%200%2035.1%209.5l81.8-29.1c29.8%2024.5%2063%2043.9%2098.9%2057.3l15.8%2085.3a32.05%2032.05%200%200%200%2025.8%2025.7l2.7.5a448.3%20448.3%200%200%200%20158.8%200l2.7-.5a32.05%2032.05%200%200%200%2025.8-25.7l15.7-84.9c36.2-13.6%2069.6-32.9%2099.6-57.5l81.2%2028.9a32%2032%200%200%200%2035.1-9.5l1.8-2.1c34.8-41.1%2061.5-87.4%2079.6-137.7l.9-2.6c4.3-12.4.6-26.3-9.5-35m-412.3%2052.2c-97.1%200-175.8-78.7-175.8-175.8s78.7-175.8%20175.8-175.8s175.8%2078.7%20175.8%20175.8s-78.7%20175.8-175.8%20175.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/setting-filled.svg?color=%231a73e8&size=48