SVG Logo

Size
2,374 Kb
Views
4,048

How do I make an svg logo?

SVG Logo. What is a svg logo? How do you make a svg logo? This script and codes were developed by Benedikte Vanderweeën on 21 January 2023, Saturday.

SVG Logo Previews

SVG Logo - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SVG Logo</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <svg version="1.1" viewBox="0 0 77.1 77.2">
<g>	<path class="black" d="M66.5,27.1c1.7-2,2.8-4.7,2.8-7.5C69.3,13.2,64.1,8,57.7,8c-2.9,0-5.5,1-7.5,2.7C49.7,4.7,44.7,0,38.6,0	c-6.1,0-11.1,4.7-11.6,10.6C25.1,9,22.5,8,19.7,8C13.3,8,8.1,13.2,8.1,19.6c0,2.9,1,5.5,2.8,7.5C4.7,27.9,0,33.2,0,39.5V72	c0,2.9,2.3,5.2,5.2,5.2h66.7c2.9,0,5.2-2.3,5.2-5.2V39.5C77.1,33.2,72.5,28,66.5,27.1z"/>	<path class="gray" d="M7.3,41L69.6,41c0,0,4.1-0.2,4.1,4.7v15.1L3.4,54.3v-9.8C3.4,44.5,3.8,41,7.3,41z"/>	<path class="white" d="M49.8,20.8c1-1,1.8-1.9,2.1-3.5c0.6-2.9,3.6-4.8,6.4-4.4c3.2,0.4,5.4,2.8,5.5,5.9c0.1,2.9-2.1,5.6-5,6c-0.9,0.1-1.5,0.5-2.1,1.1c-2.4,2.4-7.5,7.5-7.7,7.8c0.7,0,8.3,0,11.6,0c0.5,0,0.9-0.1,1.4-0.5c1.9-1.4,4-1.7,6.1-0.8c2.1,0.9,3.2,2.6,3.6,4.9c0.1,0.7-0.3,0.7-0.8,0.7c-15.4,0-58.6,0-64.7,0c-0.7,0-0.9-0.2-0.8-0.9c0.7-4.6,6.1-6.8,9.7-3.9	c0.4,0.3,0.9,0.5,1.4,0.5c3.5,0,11.1,0,11.4,0c0-0.1,0.1-0.1,0.1-0.2c-1.7-1.6-6.2-6.1-6.8-6.7c-1-1-1.9-1.8-3.5-2.2	c-2.9-0.6-4.8-3.6-4.4-6.4c0.4-3.1,2.8-5.4,5.9-5.5c3-0.1,5.7,2.1,6.1,5.1c0.2,1.2,1.8,2.9,2,2.9c2.2,2.3,4.4,4.5,6.6,6.8	c0.4-0.2,0.3-0.5,0.3-0.6c0-3.7,0-7.4,0-11c0-0.5-0.1-0.8-0.4-1.2c-1.6-2-1.8-4.7-0.5-6.9c1.3-2.2,3.8-3.3,6.2-2.9	c2.6,0.5,4.6,2.4,5,4.9c0.3,1.8-0.1,3.4-1.3,4.9c-0.2,0.3-0.4,0.5-0.4,1c0,3.8,0,7.6,0,11.5c0,0.1,0,0.2,0,0.3	c0,0.2,0.1,0.3,0.3,0.2C44.9,25.9,49.4,21.2,49.8,20.8z"/>	<g class="white">	<path d="M19.1,40.9c-5.2,0-8.5,3.7-8.5,9.4c0,3.4,0.7,6.9,5.4,8.8l3.3,1.4c1.9,0.8,2.2,1,2.2,4.3	c0,3.2-0.4,4.1-2.7,4.1c-2.3,0-2.6-1.8-2.6-2.6v-2.1h-5.9v2.4c0,4.7,3.6,8.3,8.5,8.3c7.1,0,8.6-5.5,8.6-10.1	c0-4.8-0.8-7.7-5.2-9.4L18.7,54c-2-0.8-2.2-1.3-2.2-3.7c0-3.1,1.3-3.5,2.5-3.5c2.1,0,2.6,1.8,2.6,3.2v1.7h5.9v-2.9	C27.4,45,24.2,40.9,19.1,40.9z"/>	<polygon points="38.5,60.4 35.4,41.1 29.2,41.1 36,74.4 41.1,74.4 47.9,41.1 41.7,41.1	"/>	<path d="M65.6,51.7v-2.3c0-5.6-4.2-8.5-8.3-8.5s-8.3,2.9-8.3,8.5v16.9c0,5.6,4.2,8.5,8.3,8.5s8.3-2.9,8.3-8.5V55.6H56	v5.3h3.6v5.4c0,1.6-0.9,2.6-2.5,2.6c-1.5,0-2.5-1-2.5-2.6V49.4c0-1.6,0.9-2.6,2.5-2.6c1.5,0,2.5,1,2.5,2.6v2.3H65.6z"/>	</g>
</g>
</svg>
</body>
</html>

SVG Logo - Script Codes CSS Codes

body{background:#ffdb4c;}
.black{fill:#000000;}
.gray{fill:#404040;}
.white{fill:#FFFFFF;}
SVG Logo - Script Codes
SVG Logo - Script Codes
Home Page Home
Developer Benedikte Vanderweeën
Username Benedikte
Uploaded January 21, 2023
Rating 3
Size 2,374 Kb
Views 4,048
Do you need developer help for SVG Logo?

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!

Benedikte Vanderweeën (Benedikte) 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!