ui preferences icon
ui-preferences from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- ui-preferences
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the ui preferences icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23 22.922c0-.526.474-.922 1-.922s1 .396 1 .922V41a1 1 0 1 1-2 0zM28 16a4 4 0 0 0-3-3.874V7a1 1 0 1 0-2 0v5.126A4.002 4.002 0 0 0 24 20a4 4 0 0 0 4-4M12 36a4 4 0 0 0 1-7.874V7a1 1 0 1 0-2 0v21.126A4.002 4.002 0 0 0 12 36m24-3c-.526 0-1 .396-1 .922V41a1 1 0 1 0 2 0v-7.078c0-.526-.474-.922-1-.922m1-9.874A4.002 4.002 0 0 1 36 31a4 4 0 0 1-1-7.874V7a1 1 0 1 1 2 0zM11 38.922c0-.526.474-.922 1-.922s1 .396 1 .922V41a1 1 0 1 1-2 0z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsUiPreferences(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23 22.922c0-.526.474-.922 1-.922s1 .396 1 .922V41a1 1 0 1 1-2 0zM28 16a4 4 0 0 0-3-3.874V7a1 1 0 1 0-2 0v5.126A4.002 4.002 0 0 0 24 20a4 4 0 0 0 4-4M12 36a4 4 0 0 0 1-7.874V7a1 1 0 1 0-2 0v21.126A4.002 4.002 0 0 0 12 36m24-3c-.526 0-1 .396-1 .922V41a1 1 0 1 0 2 0v-7.078c0-.526-.474-.922-1-.922m1-9.874A4.002 4.002 0 0 1 36 31a4 4 0 0 1-1-7.874V7a1 1 0 1 1 2 0zM11 38.922c0-.526.474-.922 1-.922s1 .396 1 .922V41a1 1 0 1 1-2 0z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23 22.922c0-.526.474-.922 1-.922s1 .396 1 .922V41a1 1 0 1 1-2 0zM28 16a4 4 0 0 0-3-3.874V7a1 1 0 1 0-2 0v5.126A4.002 4.002 0 0 0 24 20a4 4 0 0 0 4-4M12 36a4 4 0 0 0 1-7.874V7a1 1 0 1 0-2 0v21.126A4.002 4.002 0 0 0 12 36m24-3c-.526 0-1 .396-1 .922V41a1 1 0 1 0 2 0v-7.078c0-.526-.474-.922-1-.922m1-9.874A4.002 4.002 0 0 1 36 31a4 4 0 0 1-1-7.874V7a1 1 0 1 1 2 0zM11 38.922c0-.526.474-.922 1-.922s1 .396 1 .922V41a1 1 0 1 1-2 0z"/></svg> </template>
CSS
.icon-ui-preferences {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2022.922c0-.526.474-.922%201-.922s1%20.396%201%20.922V41a1%201%200%201%201-2%200zM28%2016a4%204%200%200%200-3-3.874V7a1%201%200%201%200-2%200v5.126A4.002%204.002%200%200%200%2024%2020a4%204%200%200%200%204-4M12%2036a4%204%200%200%200%201-7.874V7a1%201%200%201%200-2%200v21.126A4.002%204.002%200%200%200%2012%2036m24-3c-.526%200-1%20.396-1%20.922V41a1%201%200%201%200%202%200v-7.078c0-.526-.474-.922-1-.922m1-9.874A4.002%204.002%200%200%201%2036%2031a4%204%200%200%201-1-7.874V7a1%201%200%201%201%202%200zM11%2038.922c0-.526.474-.922%201-.922s1%20.396%201%20.922V41a1%201%200%201%201-2%200z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2022.922c0-.526.474-.922%201-.922s1%20.396%201%20.922V41a1%201%200%201%201-2%200zM28%2016a4%204%200%200%200-3-3.874V7a1%201%200%201%200-2%200v5.126A4.002%204.002%200%200%200%2024%2020a4%204%200%200%200%204-4M12%2036a4%204%200%200%200%201-7.874V7a1%201%200%201%200-2%200v21.126A4.002%204.002%200%200%200%2012%2036m24-3c-.526%200-1%20.396-1%20.922V41a1%201%200%201%200%202%200v-7.078c0-.526-.474-.922-1-.922m1-9.874A4.002%204.002%200%200%201%2036%2031a4%204%200%200%201-1-7.874V7a1%201%200%201%201%202%200zM11%2038.922c0-.526.474-.922%201-.922s1%20.396%201%20.922V41a1%201%200%201%201-2%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/ui-preferences.svg?color=%231a73e8&size=48