Options Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Options Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/308881.svg" alt="Options Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308881.svg" alt="Options Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308881.svg" alt="Options Svg icon" :width="24" :height="24" />
CSS background
.icon-options---svg {
background-image: url('https://proicons.com/icon/308881.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4 7H12.1707C12.5825 5.83481 13.6938 5 15 5C16.3062 5 17.4175 5.83481 17.8293 7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H17.8293C17.4175 10.1652 16.3062 11 15 11C13.6938 11 12.5825 10.1652 12.1707 9H4C3.44772 9 3 8.55228 3 8C3 7.44772 3.44772 7 4 7ZM4 15H6.17071C6.58254 13.8348 7.69378 13 9 13C10.3062 13 11.4175 13.8348 11.8293 15H20C20.5523 15 21 15.4477 21 16C21 16.5523 20.5523 17 20 17H11.8293C11.4175 18.1652 10.3062 19 9 19C7.69378 19 6.58254 18.1652 6.17071 17H4C3.44772 17 3 16.5523 3 16C3 15.4477 3.44772 15 4 15Z" fill="#292929"/> </svg>
Copied!