skip to Main Content

How can i make the SVG color to follow my css

<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <g id="vuesax/linear/export"> <g id="export"> <g id="Vector"> <path d="M7.48999 4.87502L9.40999 2.95502L11.33 4.87502" fill="white"/> <path d="M7.48999 4.87502L9.40999 2.95502L11.33 4.87502" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path id="Vector_2" d="M9.40997 10.635V3.00751" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"…

VIEW QUESTION

Html – Dynamic SVG path

Supposed that I have the following SVG: <svg xmlns="http://www.w3.org/2000/svg" width="237" height="129" viewBox="0 0 237 129" fill="none"> <path d="M228 1H9C4.58172 1 1 4.58172 1 9V91V104V127L20 111.483L228 112C232.418 112 236 108.418 236 104V9C236 4.58172 232.418 1 228 1Z" fill="#F6F6F6" /> <path d="M1…

VIEW QUESTION

Replace html span tag text with image

I would like to change the text "ConfidenÈ›ialitate & Cookie-uri" to an image (to this image) using CSS in the following code: <div id="cookie-law-info-again" data-nosnippet="true" style="background-color: rgb(37, 166, 226); color: rgb(255, 255, 255); position: fixed; font-family: inherit; width: auto; bottom:…

VIEW QUESTION
Back To Top
Search