SVG Button

Size
2,210 Kb
Views
40,480

How do I make an svg button?

What is a svg button? How do you make a svg button? This script and codes were developed by Kendrick Arnett on 11 August 2022, Thursday.

SVG Button Previews

SVG Button - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SVG Button</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <a class="button"> <svg width="36" height="28" viewBox="0 0 36 28" xmlns="http://www.w3.org/2000/svg"><title></title><path class="check-mark" d="M29.742 0L12.797 16.945 5.414 9.633 0 15.047l12.797 12.797 22.36-22.43L29.74 0z" fill="#16A150" fill-rule="evenodd"/></svg>
</a>
</body>
</html>

SVG Button - Script Codes CSS Codes

.button { background-color: inherit; fill: #16A150; border: 1px solid transparent; border-radius: 2px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 3.75rem; height: 3.75rem; -webkit-transition: 0.2s ease-out; transition: 0.2s ease-out;
}
.button:hover, .button:active { background-color: #16A150; fill: inherit; -webkit-transition: 0.2s ease-out; transition: 0.2s ease-out;
}
.button:hover .check-mark, .button:active .check-mark { background-color: transparent; fill: #FAFAFA; -webkit-transition: 0.2s ease-out; transition: 0.2s ease-out;
}
SVG Button - Script Codes
SVG Button - Script Codes
Home Page Home
Developer Kendrick Arnett
Username kendrick
Uploaded August 11, 2022
Rating 3
Size 2,210 Kb
Views 40,480
Do you need developer help for SVG Button?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Kendrick Arnett (kendrick) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!