spring from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
spring
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the spring logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#77bc1f" d="M116.452 6.643a59 59 0 0 1-6.837 12.136A64.25 64.25 0 0 0 64.205-.026C28.984-.026 0 28.982 0 64.242a64.32 64.32 0 0 0 19.945 46.562l2.368 2.1a64.22 64.22 0 0 0 41.358 15.122c33.487 0 61.637-26.24 64.021-59.683c1.751-16.371-3.051-37.077-11.24-61.7M29.067 111.17a5.5 5.5 0 0 1-4.269 2.034c-3.018 0-5.487-2.484-5.487-5.502s2.485-5.501 5.487-5.501c1.25 0 2.485.433 3.452 1.234c2.351 1.9 2.718 5.384.817 7.735m87.119-19.238c-15.843 21.122-49.68 14.003-71.376 15.02c0 0-3.852.234-7.721.867c0 0 1.45-.617 3.335-1.334c15.226-5.301 22.43-6.335 31.685-11.086c17.427-8.869 34.654-28.274 38.24-48.463c-6.637 19.422-26.75 36.11-45.077 42.895c-12.557 4.635-35.238 9.136-35.238 9.136l-.917-.484c-15.442-7.518-15.91-40.977 12.157-51.78c12.291-4.735 24.048-2.134 37.323-5.302c14.175-3.367 30.568-14.004 37.238-27.874c7.471 22.19 16.46 56.932.35 78.405z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconSpring(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#77bc1f" d="M116.452 6.643a59 59 0 0 1-6.837 12.136A64.25 64.25 0 0 0 64.205-.026C28.984-.026 0 28.982 0 64.242a64.32 64.32 0 0 0 19.945 46.562l2.368 2.1a64.22 64.22 0 0 0 41.358 15.122c33.487 0 61.637-26.24 64.021-59.683c1.751-16.371-3.051-37.077-11.24-61.7M29.067 111.17a5.5 5.5 0 0 1-4.269 2.034c-3.018 0-5.487-2.484-5.487-5.502s2.485-5.501 5.487-5.501c1.25 0 2.485.433 3.452 1.234c2.351 1.9 2.718 5.384.817 7.735m87.119-19.238c-15.843 21.122-49.68 14.003-71.376 15.02c0 0-3.852.234-7.721.867c0 0 1.45-.617 3.335-1.334c15.226-5.301 22.43-6.335 31.685-11.086c17.427-8.869 34.654-28.274 38.24-48.463c-6.637 19.422-26.75 36.11-45.077 42.895c-12.557 4.635-35.238 9.136-35.238 9.136l-.917-.484c-15.442-7.518-15.91-40.977 12.157-51.78c12.291-4.735 24.048-2.134 37.323-5.302c14.175-3.367 30.568-14.004 37.238-27.874c7.471 22.19 16.46 56.932.35 78.405z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#77bc1f" d="M116.452 6.643a59 59 0 0 1-6.837 12.136A64.25 64.25 0 0 0 64.205-.026C28.984-.026 0 28.982 0 64.242a64.32 64.32 0 0 0 19.945 46.562l2.368 2.1a64.22 64.22 0 0 0 41.358 15.122c33.487 0 61.637-26.24 64.021-59.683c1.751-16.371-3.051-37.077-11.24-61.7M29.067 111.17a5.5 5.5 0 0 1-4.269 2.034c-3.018 0-5.487-2.484-5.487-5.502s2.485-5.501 5.487-5.501c1.25 0 2.485.433 3.452 1.234c2.351 1.9 2.718 5.384.817 7.735m87.119-19.238c-15.843 21.122-49.68 14.003-71.376 15.02c0 0-3.852.234-7.721.867c0 0 1.45-.617 3.335-1.334c15.226-5.301 22.43-6.335 31.685-11.086c17.427-8.869 34.654-28.274 38.24-48.463c-6.637 19.422-26.75 36.11-45.077 42.895c-12.557 4.635-35.238 9.136-35.238 9.136l-.917-.484c-15.442-7.518-15.91-40.977 12.157-51.78c12.291-4.735 24.048-2.134 37.323-5.302c14.175-3.367 30.568-14.004 37.238-27.874c7.471 22.19 16.46 56.932.35 78.405z"/></svg>
</template>

CSS

.icon-spring {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%2377bc1f%22%20d%3D%22M116.452%206.643a59%2059%200%200%201-6.837%2012.136A64.25%2064.25%200%200%200%2064.205-.026C28.984-.026%200%2028.982%200%2064.242a64.32%2064.32%200%200%200%2019.945%2046.562l2.368%202.1a64.22%2064.22%200%200%200%2041.358%2015.122c33.487%200%2061.637-26.24%2064.021-59.683c1.751-16.371-3.051-37.077-11.24-61.7M29.067%20111.17a5.5%205.5%200%200%201-4.269%202.034c-3.018%200-5.487-2.484-5.487-5.502s2.485-5.501%205.487-5.501c1.25%200%202.485.433%203.452%201.234c2.351%201.9%202.718%205.384.817%207.735m87.119-19.238c-15.843%2021.122-49.68%2014.003-71.376%2015.02c0%200-3.852.234-7.721.867c0%200%201.45-.617%203.335-1.334c15.226-5.301%2022.43-6.335%2031.685-11.086c17.427-8.869%2034.654-28.274%2038.24-48.463c-6.637%2019.422-26.75%2036.11-45.077%2042.895c-12.557%204.635-35.238%209.136-35.238%209.136l-.917-.484c-15.442-7.518-15.91-40.977%2012.157-51.78c12.291-4.735%2024.048-2.134%2037.323-5.302c14.175-3.367%2030.568-14.004%2037.238-27.874c7.471%2022.19%2016.46%2056.932.35%2078.405z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2377bc1f%22%20d%3D%22M116.452%206.643a59%2059%200%200%201-6.837%2012.136A64.25%2064.25%200%200%200%2064.205-.026C28.984-.026%200%2028.982%200%2064.242a64.32%2064.32%200%200%200%2019.945%2046.562l2.368%202.1a64.22%2064.22%200%200%200%2041.358%2015.122c33.487%200%2061.637-26.24%2064.021-59.683c1.751-16.371-3.051-37.077-11.24-61.7M29.067%20111.17a5.5%205.5%200%200%201-4.269%202.034c-3.018%200-5.487-2.484-5.487-5.502s2.485-5.501%205.487-5.501c1.25%200%202.485.433%203.452%201.234c2.351%201.9%202.718%205.384.817%207.735m87.119-19.238c-15.843%2021.122-49.68%2014.003-71.376%2015.02c0%200-3.852.234-7.721.867c0%200%201.45-.617%203.335-1.334c15.226-5.301%2022.43-6.335%2031.685-11.086c17.427-8.869%2034.654-28.274%2038.24-48.463c-6.637%2019.422-26.75%2036.11-45.077%2042.895c-12.557%204.635-35.238%209.136-35.238%209.136l-.917-.484c-15.442-7.518-15.91-40.977%2012.157-51.78c12.291-4.735%2024.048-2.134%2037.323-5.302c14.175-3.367%2030.568-14.004%2037.238-27.874c7.471%2022.19%2016.46%2056.932.35%2078.405z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/spring.svg?color=%231a73e8&size=48