Settings Vertical Icon SVG
Settings Vertical
Settings vertical SVG Icon Code | Customize color
You can get svg icon settings vertical in blue, white, red color and transparent color from below list. You can also customize color using color picker.
Svg Code
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19 3L19 7M19 21L19 11M12 3L12 15M12 21L12 19M5 3L5 5M5 21L5 9" stroke="black" stroke-width="2" stroke-linecap="round"/> <circle cx="19" cy="9" r="2" transform="rotate(90 19 9)" stroke="black" stroke-width="2" stroke-linecap="round"/> <circle cx="12" cy="17" r="2" transform="rotate(90 12 17)" stroke="black" stroke-width="2" stroke-linecap="round"/> <circle cx="5" cy="7" r="2" transform="rotate(90 5 7)" stroke="black" stroke-width="2" stroke-linecap="round"/> </svg>
Svg Code
<svg style="color: white" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19 3L19 7M19 21L19 11M12 3L12 15M12 21L12 19M5 3L5 5M5 21L5 9" stroke="black" stroke-width="2" stroke-linecap="round" fill="white"></path> <circle cx="19" cy="9" r="2" transform="rotate(90 19 9)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> <circle cx="12" cy="17" r="2" transform="rotate(90 12 17)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> <circle cx="5" cy="7" r="2" transform="rotate(90 5 7)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> </svg>
Svg Code
<svg style="color: red" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19 3L19 7M19 21L19 11M12 3L12 15M12 21L12 19M5 3L5 5M5 21L5 9" stroke="black" stroke-width="2" stroke-linecap="round" fill="red"></path> <circle cx="19" cy="9" r="2" transform="rotate(90 19 9)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> <circle cx="12" cy="17" r="2" transform="rotate(90 12 17)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> <circle cx="5" cy="7" r="2" transform="rotate(90 5 7)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> </svg>
Svg Code
<svg style="color: blue" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19 3L19 7M19 21L19 11M12 3L12 15M12 21L12 19M5 3L5 5M5 21L5 9" stroke="black" stroke-width="2" stroke-linecap="round" fill="blue"></path> <circle cx="19" cy="9" r="2" transform="rotate(90 19 9)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> <circle cx="12" cy="17" r="2" transform="rotate(90 12 17)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> <circle cx="5" cy="7" r="2" transform="rotate(90 5 7)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> </svg>
Svg Code
<svg style="color: #f3da35" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19 3L19 7M19 21L19 11M12 3L12 15M12 21L12 19M5 3L5 5M5 21L5 9" stroke="black" stroke-width="2" stroke-linecap="round" fill="#f3da35"></path> <circle cx="19" cy="9" r="2" transform="rotate(90 19 9)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> <circle cx="12" cy="17" r="2" transform="rotate(90 12 17)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> <circle cx="5" cy="7" r="2" transform="rotate(90 5 7)" stroke="black" stroke-width="2" stroke-linecap="round"></circle> </svg>
Advance Editor
You can edit settings vertical as below. Change size color and background color of icon using below tool.
Advertisements
Advertisements