One element icon

Developer
Size
1,976 Kb
Views
10,120

How do I make an one element icon?

What is a one element icon? How do you make a one element icon? This script and codes were developed by Nick Colley on 12 November 2022, Saturday.

One element icon Previews

One element icon - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>One element icon</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ .icon { position: relative; width: 2em; height: 2em; border-radius: 50%; border: 4em double #557ebc; border-right-color: #da4733; border-left-color: #17a050; border-bottom-color: #fab114; transform: rotate(45deg);
}
.icon::before { position: absolute; display: block; content: ''; height: 0; width: 0; bottom: -3.2em; right: -3.2em; border: .8em solid #f7b111; border-top-color: #e04236; border-right-color: #e04236;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="icon"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

One element icon - Script Codes CSS Codes

.icon { position: relative; width: 2em; height: 2em; border-radius: 50%; border: 4em double #557ebc; border-right-color: #da4733; border-left-color: #17a050; border-bottom-color: #fab114; transform: rotate(45deg);
}
.icon::before { position: absolute; display: block; content: ''; height: 0; width: 0; bottom: -3.2em; right: -3.2em; border: .8em solid #f7b111; border-top-color: #e04236; border-right-color: #e04236;
}
One element icon - Script Codes
One element icon - Script Codes
Home Page Home
Developer Nick Colley
Username nickcolley
Uploaded November 12, 2022
Rating 3.5
Size 1,976 Kb
Views 10,120
Do you need developer help for One element icon?

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!

Nick Colley (nickcolley) Script Codes
Create amazing video scripts 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!