SVG Container

Developer
Size
1,670 Kb
Views
12,144

How do I make an svg container?

What is a svg container? How do you make a svg container? This script and codes were developed by Jared Pearce on 14 January 2023, Saturday.

SVG Container Previews

SVG Container - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SVG Container</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container"> <!-- src: https://css-tricks.com/svg-path-syntax-illustrated-guide/ --> <!-- <min-x> <min-y> <width> <height> --> <svg class="icon icon--plus" viewBox="0 0 100 35" xmlns="http://www.w3.org/2000/svg"> <path d=" M 1,0 l 15,35 h 68 l 15,-35 z" /> </svg>
</div>
</body>
</html>

SVG Container - Script Codes CSS Codes

.container { background: #eee; position: relative; height: 100vh; width: 50vw;
}
.icon:before { content: ''; display: table-cell;
}
.icon { height: 100%; width: 100%;
}
.icon--plus > path { fill: cadetblue; stroke: black; stroke-width: 0.2; stroke-linejoin: round;
}
SVG Container - Script Codes
SVG Container - Script Codes
Home Page Home
Developer Jared Pearce
Username jaredpearce
Uploaded January 14, 2023
Rating 3
Size 1,670 Kb
Views 12,144
Do you need developer help for SVG Container?

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!

Jared Pearce (jaredpearce) Script Codes
Create amazing love letters 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!