eclipseide logo
eclipseide from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- eclipseide
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the eclipseide logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.109.024a16 16 0 0 0-.737.023C6.728.361 3.469 2.517 1.579 5.86a12.5 12.5 0 0 0-1.558 5.25c-.04.517-.02 1.745.035 2.208c.306 2.682 1.353 5.06 3.07 6.965c1.962 2.173 4.586 3.467 7.437 3.663c.42.032 1.043.04 1.02.012a2.4 2.4 0 0 0-.338-.074c-1.674-.33-3.388-1.13-4.777-2.232a12.3 12.3 0 0 1-2.45-2.636A12.4 12.4 0 0 1 1.884 12.5a12.4 12.4 0 0 1 .56-4.274c.785-2.522 2.37-4.726 4.475-6.228A11.1 11.1 0 0 1 11.156.122l.443-.098zm1.474.51C10.646.65 8.807 1.299 7.301 2.4C5.426 3.77 3.995 5.644 3.22 7.746c-.145.397-.282.82-.282.879c0 .012 3.828.024 10.31.024c8.463 0 10.315-.008 10.315-.036c0-.047-.153-.525-.283-.878a14 14 0 0 0-.82-1.722c-.4-.683-.91-1.373-1.474-1.992c-1.65-1.82-3.593-2.934-5.82-3.334c-.785-.141-1.8-.2-2.585-.153zM23.83 9.97c-.02 0-4.792 0-10.609.004l-10.573.008l-.011.059c-.036.16-.134 1.081-.134 1.242c0 .028 1.785.032 10.746.032H24v-.075c0-.102-.07-.791-.106-1.054c-.02-.16-.04-.216-.063-.216zm-10.573 2.635c-9.37-.004-10.73 0-10.742.035c-.02.04.024.557.075.973c.02.157.035.298.035.314c0 .027 2.137.035 10.624.035h10.624l.024-.188c.043-.326.102-.97.094-1.067l-.008-.094zm.003 2.718c-8.882 0-10.321.004-10.321.035c0 .02.054.208.12.42a11.1 11.1 0 0 0 2.072 3.741c.282.342.945 1.036 1.228 1.287c1.568 1.4 3.247 2.216 5.18 2.53c.605.094.886.113 1.75.11c.91 0 1.297-.032 2.023-.177c2.11-.416 3.914-1.451 5.53-3.17c1.267-1.348 2.106-2.76 2.628-4.41l.117-.366z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsEclipseide(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="M11.109.024a16 16 0 0 0-.737.023C6.728.361 3.469 2.517 1.579 5.86a12.5 12.5 0 0 0-1.558 5.25c-.04.517-.02 1.745.035 2.208c.306 2.682 1.353 5.06 3.07 6.965c1.962 2.173 4.586 3.467 7.437 3.663c.42.032 1.043.04 1.02.012a2.4 2.4 0 0 0-.338-.074c-1.674-.33-3.388-1.13-4.777-2.232a12.3 12.3 0 0 1-2.45-2.636A12.4 12.4 0 0 1 1.884 12.5a12.4 12.4 0 0 1 .56-4.274c.785-2.522 2.37-4.726 4.475-6.228A11.1 11.1 0 0 1 11.156.122l.443-.098zm1.474.51C10.646.65 8.807 1.299 7.301 2.4C5.426 3.77 3.995 5.644 3.22 7.746c-.145.397-.282.82-.282.879c0 .012 3.828.024 10.31.024c8.463 0 10.315-.008 10.315-.036c0-.047-.153-.525-.283-.878a14 14 0 0 0-.82-1.722c-.4-.683-.91-1.373-1.474-1.992c-1.65-1.82-3.593-2.934-5.82-3.334c-.785-.141-1.8-.2-2.585-.153zM23.83 9.97c-.02 0-4.792 0-10.609.004l-10.573.008l-.011.059c-.036.16-.134 1.081-.134 1.242c0 .028 1.785.032 10.746.032H24v-.075c0-.102-.07-.791-.106-1.054c-.02-.16-.04-.216-.063-.216zm-10.573 2.635c-9.37-.004-10.73 0-10.742.035c-.02.04.024.557.075.973c.02.157.035.298.035.314c0 .027 2.137.035 10.624.035h10.624l.024-.188c.043-.326.102-.97.094-1.067l-.008-.094zm.003 2.718c-8.882 0-10.321.004-10.321.035c0 .02.054.208.12.42a11.1 11.1 0 0 0 2.072 3.741c.282.342.945 1.036 1.228 1.287c1.568 1.4 3.247 2.216 5.18 2.53c.605.094.886.113 1.75.11c.91 0 1.297-.032 2.023-.177c2.11-.416 3.914-1.451 5.53-3.17c1.267-1.348 2.106-2.76 2.628-4.41l.117-.366z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.109.024a16 16 0 0 0-.737.023C6.728.361 3.469 2.517 1.579 5.86a12.5 12.5 0 0 0-1.558 5.25c-.04.517-.02 1.745.035 2.208c.306 2.682 1.353 5.06 3.07 6.965c1.962 2.173 4.586 3.467 7.437 3.663c.42.032 1.043.04 1.02.012a2.4 2.4 0 0 0-.338-.074c-1.674-.33-3.388-1.13-4.777-2.232a12.3 12.3 0 0 1-2.45-2.636A12.4 12.4 0 0 1 1.884 12.5a12.4 12.4 0 0 1 .56-4.274c.785-2.522 2.37-4.726 4.475-6.228A11.1 11.1 0 0 1 11.156.122l.443-.098zm1.474.51C10.646.65 8.807 1.299 7.301 2.4C5.426 3.77 3.995 5.644 3.22 7.746c-.145.397-.282.82-.282.879c0 .012 3.828.024 10.31.024c8.463 0 10.315-.008 10.315-.036c0-.047-.153-.525-.283-.878a14 14 0 0 0-.82-1.722c-.4-.683-.91-1.373-1.474-1.992c-1.65-1.82-3.593-2.934-5.82-3.334c-.785-.141-1.8-.2-2.585-.153zM23.83 9.97c-.02 0-4.792 0-10.609.004l-10.573.008l-.011.059c-.036.16-.134 1.081-.134 1.242c0 .028 1.785.032 10.746.032H24v-.075c0-.102-.07-.791-.106-1.054c-.02-.16-.04-.216-.063-.216zm-10.573 2.635c-9.37-.004-10.73 0-10.742.035c-.02.04.024.557.075.973c.02.157.035.298.035.314c0 .027 2.137.035 10.624.035h10.624l.024-.188c.043-.326.102-.97.094-1.067l-.008-.094zm.003 2.718c-8.882 0-10.321.004-10.321.035c0 .02.054.208.12.42a11.1 11.1 0 0 0 2.072 3.741c.282.342.945 1.036 1.228 1.287c1.568 1.4 3.247 2.216 5.18 2.53c.605.094.886.113 1.75.11c.91 0 1.297-.032 2.023-.177c2.11-.416 3.914-1.451 5.53-3.17c1.267-1.348 2.106-2.76 2.628-4.41l.117-.366z"/></svg> </template>
CSS
.icon-eclipseide {
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%22M11.109.024a16%2016%200%200%200-.737.023C6.728.361%203.469%202.517%201.579%205.86a12.5%2012.5%200%200%200-1.558%205.25c-.04.517-.02%201.745.035%202.208c.306%202.682%201.353%205.06%203.07%206.965c1.962%202.173%204.586%203.467%207.437%203.663c.42.032%201.043.04%201.02.012a2.4%202.4%200%200%200-.338-.074c-1.674-.33-3.388-1.13-4.777-2.232a12.3%2012.3%200%200%201-2.45-2.636A12.4%2012.4%200%200%201%201.884%2012.5a12.4%2012.4%200%200%201%20.56-4.274c.785-2.522%202.37-4.726%204.475-6.228A11.1%2011.1%200%200%201%2011.156.122l.443-.098zm1.474.51C10.646.65%208.807%201.299%207.301%202.4C5.426%203.77%203.995%205.644%203.22%207.746c-.145.397-.282.82-.282.879c0%20.012%203.828.024%2010.31.024c8.463%200%2010.315-.008%2010.315-.036c0-.047-.153-.525-.283-.878a14%2014%200%200%200-.82-1.722c-.4-.683-.91-1.373-1.474-1.992c-1.65-1.82-3.593-2.934-5.82-3.334c-.785-.141-1.8-.2-2.585-.153zM23.83%209.97c-.02%200-4.792%200-10.609.004l-10.573.008l-.011.059c-.036.16-.134%201.081-.134%201.242c0%20.028%201.785.032%2010.746.032H24v-.075c0-.102-.07-.791-.106-1.054c-.02-.16-.04-.216-.063-.216zm-10.573%202.635c-9.37-.004-10.73%200-10.742.035c-.02.04.024.557.075.973c.02.157.035.298.035.314c0%20.027%202.137.035%2010.624.035h10.624l.024-.188c.043-.326.102-.97.094-1.067l-.008-.094zm.003%202.718c-8.882%200-10.321.004-10.321.035c0%20.02.054.208.12.42a11.1%2011.1%200%200%200%202.072%203.741c.282.342.945%201.036%201.228%201.287c1.568%201.4%203.247%202.216%205.18%202.53c.605.094.886.113%201.75.11c.91%200%201.297-.032%202.023-.177c2.11-.416%203.914-1.451%205.53-3.17c1.267-1.348%202.106-2.76%202.628-4.41l.117-.366z%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%22M11.109.024a16%2016%200%200%200-.737.023C6.728.361%203.469%202.517%201.579%205.86a12.5%2012.5%200%200%200-1.558%205.25c-.04.517-.02%201.745.035%202.208c.306%202.682%201.353%205.06%203.07%206.965c1.962%202.173%204.586%203.467%207.437%203.663c.42.032%201.043.04%201.02.012a2.4%202.4%200%200%200-.338-.074c-1.674-.33-3.388-1.13-4.777-2.232a12.3%2012.3%200%200%201-2.45-2.636A12.4%2012.4%200%200%201%201.884%2012.5a12.4%2012.4%200%200%201%20.56-4.274c.785-2.522%202.37-4.726%204.475-6.228A11.1%2011.1%200%200%201%2011.156.122l.443-.098zm1.474.51C10.646.65%208.807%201.299%207.301%202.4C5.426%203.77%203.995%205.644%203.22%207.746c-.145.397-.282.82-.282.879c0%20.012%203.828.024%2010.31.024c8.463%200%2010.315-.008%2010.315-.036c0-.047-.153-.525-.283-.878a14%2014%200%200%200-.82-1.722c-.4-.683-.91-1.373-1.474-1.992c-1.65-1.82-3.593-2.934-5.82-3.334c-.785-.141-1.8-.2-2.585-.153zM23.83%209.97c-.02%200-4.792%200-10.609.004l-10.573.008l-.011.059c-.036.16-.134%201.081-.134%201.242c0%20.028%201.785.032%2010.746.032H24v-.075c0-.102-.07-.791-.106-1.054c-.02-.16-.04-.216-.063-.216zm-10.573%202.635c-9.37-.004-10.73%200-10.742.035c-.02.04.024.557.075.973c.02.157.035.298.035.314c0%20.027%202.137.035%2010.624.035h10.624l.024-.188c.043-.326.102-.97.094-1.067l-.008-.094zm.003%202.718c-8.882%200-10.321.004-10.321.035c0%20.02.054.208.12.42a11.1%2011.1%200%200%200%202.072%203.741c.282.342.945%201.036%201.228%201.287c1.568%201.4%203.247%202.216%205.18%202.53c.605.094.886.113%201.75.11c.91%200%201.297-.032%202.023-.177c2.11-.416%203.914-1.451%205.53-3.17c1.267-1.348%202.106-2.76%202.628-4.41l.117-.366z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/eclipseide.svg?color=%231a73e8&size=48