semantic release logo
semantic-release from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- semantic-release
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×295
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the semantic release logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 295"><path fill="#494949" d="M127.41 176.959c-22.704 0-36.893-24.578-25.541-44.24a29.49 29.49 0 0 1 25.541-14.747c22.704 0 36.894 24.578 25.542 44.24a29.5 29.5 0 0 1-25.542 14.747m0-8.848c15.893 0 25.826-17.205 17.88-30.968a20.65 20.65 0 0 0-17.88-10.323c-15.893 0-25.825 17.205-17.879 30.968a20.64 20.64 0 0 0 17.88 10.323M82.58 38.34v21.235c1.18 6.489 12.388 32.442 20.646 47.779c-10.618-7.668-34.212-25.364-40.7-34.212a54.3 54.3 0 0 1-10.028-17.106L10.618 79.63v50.728c5.308 2.95 13.566 8.848 18.285 10.618c6.489 2.36 34.802 5.309 51.908 5.899c-12.387 5.308-38.93 17.106-50.138 18.285c-9.438 1.77-15.926.59-20.055 0v50.14l40.7 23.004c5.309-2.36 14.157-7.078 18.286-10.028c5.308-4.129 21.825-27.133 30.672-41.88c-1.18 12.977-4.718 41.88-8.847 52.498c-3.54 8.848-7.669 13.567-10.028 17.106L128 282.544l43.06-24.774c.59-5.31 1.18-16.517 0-22.415c-.59-6.489-12.387-32.443-20.055-47.779c10.617 8.258 33.622 25.954 40.7 34.802c6.489 7.668 8.848 14.157 10.028 17.696l43.65-24.774v-49.55c-4.72-2.95-14.157-8.848-20.056-11.207c-5.898-2.36-34.212-5.309-51.318-5.899c12.387-5.898 38.931-17.106 50.138-18.286c10.618-1.77 17.106-.59 21.235.59V79.631l-41.29-23.594l-18.286 11.207c-5.308 4.13-21.824 27.134-31.262 41.29c1.77-12.976 5.309-41.88 9.438-52.497c3.539-8.848 7.668-14.157 10.617-17.106L128 12.387zM128 0l128 73.733v147.465l-128 73.733L0 221.198V73.733z"/></svg>
React
import type { SVGProps } from "react";
export function LogosSemanticRelease(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 295"><path fill="#494949" d="M127.41 176.959c-22.704 0-36.893-24.578-25.541-44.24a29.49 29.49 0 0 1 25.541-14.747c22.704 0 36.894 24.578 25.542 44.24a29.5 29.5 0 0 1-25.542 14.747m0-8.848c15.893 0 25.826-17.205 17.88-30.968a20.65 20.65 0 0 0-17.88-10.323c-15.893 0-25.825 17.205-17.879 30.968a20.64 20.64 0 0 0 17.88 10.323M82.58 38.34v21.235c1.18 6.489 12.388 32.442 20.646 47.779c-10.618-7.668-34.212-25.364-40.7-34.212a54.3 54.3 0 0 1-10.028-17.106L10.618 79.63v50.728c5.308 2.95 13.566 8.848 18.285 10.618c6.489 2.36 34.802 5.309 51.908 5.899c-12.387 5.308-38.93 17.106-50.138 18.285c-9.438 1.77-15.926.59-20.055 0v50.14l40.7 23.004c5.309-2.36 14.157-7.078 18.286-10.028c5.308-4.129 21.825-27.133 30.672-41.88c-1.18 12.977-4.718 41.88-8.847 52.498c-3.54 8.848-7.669 13.567-10.028 17.106L128 282.544l43.06-24.774c.59-5.31 1.18-16.517 0-22.415c-.59-6.489-12.387-32.443-20.055-47.779c10.617 8.258 33.622 25.954 40.7 34.802c6.489 7.668 8.848 14.157 10.028 17.696l43.65-24.774v-49.55c-4.72-2.95-14.157-8.848-20.056-11.207c-5.898-2.36-34.212-5.309-51.318-5.899c12.387-5.898 38.931-17.106 50.138-18.286c10.618-1.77 17.106-.59 21.235.59V79.631l-41.29-23.594l-18.286 11.207c-5.308 4.13-21.824 27.134-31.262 41.29c1.77-12.976 5.309-41.88 9.438-52.497c3.539-8.848 7.668-14.157 10.617-17.106L128 12.387zM128 0l128 73.733v147.465l-128 73.733L0 221.198V73.733z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 295"><path fill="#494949" d="M127.41 176.959c-22.704 0-36.893-24.578-25.541-44.24a29.49 29.49 0 0 1 25.541-14.747c22.704 0 36.894 24.578 25.542 44.24a29.5 29.5 0 0 1-25.542 14.747m0-8.848c15.893 0 25.826-17.205 17.88-30.968a20.65 20.65 0 0 0-17.88-10.323c-15.893 0-25.825 17.205-17.879 30.968a20.64 20.64 0 0 0 17.88 10.323M82.58 38.34v21.235c1.18 6.489 12.388 32.442 20.646 47.779c-10.618-7.668-34.212-25.364-40.7-34.212a54.3 54.3 0 0 1-10.028-17.106L10.618 79.63v50.728c5.308 2.95 13.566 8.848 18.285 10.618c6.489 2.36 34.802 5.309 51.908 5.899c-12.387 5.308-38.93 17.106-50.138 18.285c-9.438 1.77-15.926.59-20.055 0v50.14l40.7 23.004c5.309-2.36 14.157-7.078 18.286-10.028c5.308-4.129 21.825-27.133 30.672-41.88c-1.18 12.977-4.718 41.88-8.847 52.498c-3.54 8.848-7.669 13.567-10.028 17.106L128 282.544l43.06-24.774c.59-5.31 1.18-16.517 0-22.415c-.59-6.489-12.387-32.443-20.055-47.779c10.617 8.258 33.622 25.954 40.7 34.802c6.489 7.668 8.848 14.157 10.028 17.696l43.65-24.774v-49.55c-4.72-2.95-14.157-8.848-20.056-11.207c-5.898-2.36-34.212-5.309-51.318-5.899c12.387-5.898 38.931-17.106 50.138-18.286c10.618-1.77 17.106-.59 21.235.59V79.631l-41.29-23.594l-18.286 11.207c-5.308 4.13-21.824 27.134-31.262 41.29c1.77-12.976 5.309-41.88 9.438-52.497c3.539-8.848 7.668-14.157 10.617-17.106L128 12.387zM128 0l128 73.733v147.465l-128 73.733L0 221.198V73.733z"/></svg> </template>
CSS
.icon-semantic-release {
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%20256%20295%22%3E%3Cpath%20fill%3D%22%23494949%22%20d%3D%22M127.41%20176.959c-22.704%200-36.893-24.578-25.541-44.24a29.49%2029.49%200%200%201%2025.541-14.747c22.704%200%2036.894%2024.578%2025.542%2044.24a29.5%2029.5%200%200%201-25.542%2014.747m0-8.848c15.893%200%2025.826-17.205%2017.88-30.968a20.65%2020.65%200%200%200-17.88-10.323c-15.893%200-25.825%2017.205-17.879%2030.968a20.64%2020.64%200%200%200%2017.88%2010.323M82.58%2038.34v21.235c1.18%206.489%2012.388%2032.442%2020.646%2047.779c-10.618-7.668-34.212-25.364-40.7-34.212a54.3%2054.3%200%200%201-10.028-17.106L10.618%2079.63v50.728c5.308%202.95%2013.566%208.848%2018.285%2010.618c6.489%202.36%2034.802%205.309%2051.908%205.899c-12.387%205.308-38.93%2017.106-50.138%2018.285c-9.438%201.77-15.926.59-20.055%200v50.14l40.7%2023.004c5.309-2.36%2014.157-7.078%2018.286-10.028c5.308-4.129%2021.825-27.133%2030.672-41.88c-1.18%2012.977-4.718%2041.88-8.847%2052.498c-3.54%208.848-7.669%2013.567-10.028%2017.106L128%20282.544l43.06-24.774c.59-5.31%201.18-16.517%200-22.415c-.59-6.489-12.387-32.443-20.055-47.779c10.617%208.258%2033.622%2025.954%2040.7%2034.802c6.489%207.668%208.848%2014.157%2010.028%2017.696l43.65-24.774v-49.55c-4.72-2.95-14.157-8.848-20.056-11.207c-5.898-2.36-34.212-5.309-51.318-5.899c12.387-5.898%2038.931-17.106%2050.138-18.286c10.618-1.77%2017.106-.59%2021.235.59V79.631l-41.29-23.594l-18.286%2011.207c-5.308%204.13-21.824%2027.134-31.262%2041.29c1.77-12.976%205.309-41.88%209.438-52.497c3.539-8.848%207.668-14.157%2010.617-17.106L128%2012.387zM128%200l128%2073.733v147.465l-128%2073.733L0%20221.198V73.733z%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%20256%20295%22%3E%3Cpath%20fill%3D%22%23494949%22%20d%3D%22M127.41%20176.959c-22.704%200-36.893-24.578-25.541-44.24a29.49%2029.49%200%200%201%2025.541-14.747c22.704%200%2036.894%2024.578%2025.542%2044.24a29.5%2029.5%200%200%201-25.542%2014.747m0-8.848c15.893%200%2025.826-17.205%2017.88-30.968a20.65%2020.65%200%200%200-17.88-10.323c-15.893%200-25.825%2017.205-17.879%2030.968a20.64%2020.64%200%200%200%2017.88%2010.323M82.58%2038.34v21.235c1.18%206.489%2012.388%2032.442%2020.646%2047.779c-10.618-7.668-34.212-25.364-40.7-34.212a54.3%2054.3%200%200%201-10.028-17.106L10.618%2079.63v50.728c5.308%202.95%2013.566%208.848%2018.285%2010.618c6.489%202.36%2034.802%205.309%2051.908%205.899c-12.387%205.308-38.93%2017.106-50.138%2018.285c-9.438%201.77-15.926.59-20.055%200v50.14l40.7%2023.004c5.309-2.36%2014.157-7.078%2018.286-10.028c5.308-4.129%2021.825-27.133%2030.672-41.88c-1.18%2012.977-4.718%2041.88-8.847%2052.498c-3.54%208.848-7.669%2013.567-10.028%2017.106L128%20282.544l43.06-24.774c.59-5.31%201.18-16.517%200-22.415c-.59-6.489-12.387-32.443-20.055-47.779c10.617%208.258%2033.622%2025.954%2040.7%2034.802c6.489%207.668%208.848%2014.157%2010.028%2017.696l43.65-24.774v-49.55c-4.72-2.95-14.157-8.848-20.056-11.207c-5.898-2.36-34.212-5.309-51.318-5.899c12.387-5.898%2038.931-17.106%2050.138-18.286c10.618-1.77%2017.106-.59%2021.235.59V79.631l-41.29-23.594l-18.286%2011.207c-5.308%204.13-21.824%2027.134-31.262%2041.29c1.77-12.976%205.309-41.88%209.438-52.497c3.539-8.848%207.668-14.157%2010.617-17.106L128%2012.387zM128%200l128%2073.733v147.465l-128%2073.733L0%20221.198V73.733z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/semantic-release.svg?color=%231a73e8&size=48