Lineage Settings Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineage Settings icon is commonly used in admin panels, user preferences and configuration pages. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/343096.svg" alt="Lineage Settings icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343096.svg" alt="Lineage Settings icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343096.svg" alt="Lineage Settings icon" :width="24" :height="24" />
CSS background
.icon-lineage-settings {
background-image: url('https://proicons.com/icon/343096.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.6605,18.0319l1.5556,3.3942a.7265.7265,0,0,0,.3578.3578L29.9682,23.34a.7267.7267,0,0,1,0,1.3211l-3.3943,1.5555a.7271.7271,0,0,0-.3578.3579l-1.5556,3.3942a.7266.7266,0,0,1-1.3211,0L21.7839,26.574a.7273.7273,0,0,0-.3579-.3579l-3.3942-1.5555a.7266.7266,0,0,1,0-1.3211l3.3942-1.5556a.7267.7267,0,0,0,.3579-.3578l1.5555-3.3942A.7266.7266,0,0,1,24.6605,18.0319Z"/><circle class="a" cx="24" cy="24" r="14"/><path class="a" d="M43.5378,29.0432h0a5.8234,5.8234,0,0,1,0-10.0864h0a2.0582,2.0582,0,0,0,.7533-2.8116l-3.3431-5.79a2.0581,2.0581,0,0,0-2.8115-.7533h0a5.8234,5.8234,0,0,1-8.7351-5.0432v0A2.0582,2.0582,0,0,0,27.3431,2.5H20.6569a2.0582,2.0582,0,0,0-2.0582,2.0582v0A5.8234,5.8234,0,0,1,9.8636,9.6015l0,0a2.0582,2.0582,0,0,0-2.8115.7534l-3.3431,5.79a2.0582,2.0582,0,0,0,.7533,2.8116h0a5.8234,5.8234,0,0,1,0,10.0864h0a2.0582,2.0582,0,0,0-.7533,2.8116l3.3431,5.79a2.0583,2.0583,0,0,0,2.8116.7534h0a5.8234,5.8234,0,0,1,8.7351,5.0432h0A2.0582,2.0582,0,0,0,20.6569,45.5h6.6862a2.0582,2.0582,0,0,0,2.0582-2.0582h0a5.8234,5.8234,0,0,1,8.7351-5.0432h0a2.0582,2.0582,0,0,0,2.8115-.7533l3.3431-5.79A2.0582,2.0582,0,0,0,43.5378,29.0432Z"/></svg>
Copied!