spring creators logo
spring-creators from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- spring-creators
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the spring creators logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.563 24c-1.839 0-4.435-.537-7.028-2.87l2.035-2.262c3.636 3.273 7.425 1.98 8.595.888c.078-.079.156-.153.234-.23c-3.83-.373-6.629-3.086-6.822-3.277c-2.933-2.889-3.6-6.808-1.512-8.93s6.015-1.522 8.95 1.357c.257.246 3.116 3.052 3.677 6.605a6.78 6.78 0 0 0 2.727-5.426a6.62 6.62 0 0 0-1.995-4.791c-1.334-1.303-3.222-2.02-5.306-2.02V0c2.88 0 5.519 1.024 7.43 2.882c1.881 1.83 2.917 4.304 2.917 6.973a9.83 9.83 0 0 1-6.116 9.086c-.416 1.1-1.12 2.117-2.106 3.04c-.97.905-2.865 1.908-5.28 2.01q-.194.01-.4.009M7.283 9.077c-.425 0-.79.115-1.046.375c-.749.762-.275 2.904 1.48 4.633l.008.009c.025.024 2.771 2.687 6.025 2.414v-.005c.015-2.873-2.808-5.597-2.837-5.625l-.02-.019C9.85 9.832 8.37 9.077 7.283 9.077"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSpringCreators(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.563 24c-1.839 0-4.435-.537-7.028-2.87l2.035-2.262c3.636 3.273 7.425 1.98 8.595.888c.078-.079.156-.153.234-.23c-3.83-.373-6.629-3.086-6.822-3.277c-2.933-2.889-3.6-6.808-1.512-8.93s6.015-1.522 8.95 1.357c.257.246 3.116 3.052 3.677 6.605a6.78 6.78 0 0 0 2.727-5.426a6.62 6.62 0 0 0-1.995-4.791c-1.334-1.303-3.222-2.02-5.306-2.02V0c2.88 0 5.519 1.024 7.43 2.882c1.881 1.83 2.917 4.304 2.917 6.973a9.83 9.83 0 0 1-6.116 9.086c-.416 1.1-1.12 2.117-2.106 3.04c-.97.905-2.865 1.908-5.28 2.01q-.194.01-.4.009M7.283 9.077c-.425 0-.79.115-1.046.375c-.749.762-.275 2.904 1.48 4.633l.008.009c.025.024 2.771 2.687 6.025 2.414v-.005c.015-2.873-2.808-5.597-2.837-5.625l-.02-.019C9.85 9.832 8.37 9.077 7.283 9.077"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.563 24c-1.839 0-4.435-.537-7.028-2.87l2.035-2.262c3.636 3.273 7.425 1.98 8.595.888c.078-.079.156-.153.234-.23c-3.83-.373-6.629-3.086-6.822-3.277c-2.933-2.889-3.6-6.808-1.512-8.93s6.015-1.522 8.95 1.357c.257.246 3.116 3.052 3.677 6.605a6.78 6.78 0 0 0 2.727-5.426a6.62 6.62 0 0 0-1.995-4.791c-1.334-1.303-3.222-2.02-5.306-2.02V0c2.88 0 5.519 1.024 7.43 2.882c1.881 1.83 2.917 4.304 2.917 6.973a9.83 9.83 0 0 1-6.116 9.086c-.416 1.1-1.12 2.117-2.106 3.04c-.97.905-2.865 1.908-5.28 2.01q-.194.01-.4.009M7.283 9.077c-.425 0-.79.115-1.046.375c-.749.762-.275 2.904 1.48 4.633l.008.009c.025.024 2.771 2.687 6.025 2.414v-.005c.015-2.873-2.808-5.597-2.837-5.625l-.02-.019C9.85 9.832 8.37 9.077 7.283 9.077"/></svg> </template>
CSS
.icon-spring-creators {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.563%2024c-1.839%200-4.435-.537-7.028-2.87l2.035-2.262c3.636%203.273%207.425%201.98%208.595.888c.078-.079.156-.153.234-.23c-3.83-.373-6.629-3.086-6.822-3.277c-2.933-2.889-3.6-6.808-1.512-8.93s6.015-1.522%208.95%201.357c.257.246%203.116%203.052%203.677%206.605a6.78%206.78%200%200%200%202.727-5.426a6.62%206.62%200%200%200-1.995-4.791c-1.334-1.303-3.222-2.02-5.306-2.02V0c2.88%200%205.519%201.024%207.43%202.882c1.881%201.83%202.917%204.304%202.917%206.973a9.83%209.83%200%200%201-6.116%209.086c-.416%201.1-1.12%202.117-2.106%203.04c-.97.905-2.865%201.908-5.28%202.01q-.194.01-.4.009M7.283%209.077c-.425%200-.79.115-1.046.375c-.749.762-.275%202.904%201.48%204.633l.008.009c.025.024%202.771%202.687%206.025%202.414v-.005c.015-2.873-2.808-5.597-2.837-5.625l-.02-.019C9.85%209.832%208.37%209.077%207.283%209.077%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.563%2024c-1.839%200-4.435-.537-7.028-2.87l2.035-2.262c3.636%203.273%207.425%201.98%208.595.888c.078-.079.156-.153.234-.23c-3.83-.373-6.629-3.086-6.822-3.277c-2.933-2.889-3.6-6.808-1.512-8.93s6.015-1.522%208.95%201.357c.257.246%203.116%203.052%203.677%206.605a6.78%206.78%200%200%200%202.727-5.426a6.62%206.62%200%200%200-1.995-4.791c-1.334-1.303-3.222-2.02-5.306-2.02V0c2.88%200%205.519%201.024%207.43%202.882c1.881%201.83%202.917%204.304%202.917%206.973a9.83%209.83%200%200%201-6.116%209.086c-.416%201.1-1.12%202.117-2.106%203.04c-.97.905-2.865%201.908-5.28%202.01q-.194.01-.4.009M7.283%209.077c-.425%200-.79.115-1.046.375c-.749.762-.275%202.904%201.48%204.633l.008.009c.025.024%202.771%202.687%206.025%202.414v-.005c.015-2.873-2.808-5.597-2.837-5.625l-.02-.019C9.85%209.832%208.37%209.077%207.283%209.077%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/spring-creators.svg?color=%231a73e8&size=48