semver logo
semver from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- semver
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the semver logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.357 9.024A12.07 12.07 0 0 0 2.97 19.867a12.05 12.05 0 0 0 10.38 4.063c7.768-.703 13.086-9.799 9.517-16.8c-.416-1.19-2.07-.368-1.903.596q.431 1.052.713 2.155a9.98 9.98 0 0 1-3.926 10.25a9.965 9.965 0 0 1-14.807-3.809A9.98 9.98 0 0 1 4.44 5.448a9.97 9.97 0 0 1 4.85-3.044a9.87 9.87 0 0 1 7.02.631a.333.333 0 0 1 .155.429l-3.962 10.62c-.107.81-.69.786-.797 0l-2.38-7.37a1.57 1.57 0 0 0-.773-.988c-1.19-.56-3.093.667-2.379 2.155l3.914 10.441c.524 1.393 1.023 1.834 2.058 1.834s1.535-.44 2.058-1.834L20 3.94a1.036 1.036 0 0 0-.369-1.19C13.1-2.907 2.32.641.357 9.023z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSemver(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="M.357 9.024A12.07 12.07 0 0 0 2.97 19.867a12.05 12.05 0 0 0 10.38 4.063c7.768-.703 13.086-9.799 9.517-16.8c-.416-1.19-2.07-.368-1.903.596q.431 1.052.713 2.155a9.98 9.98 0 0 1-3.926 10.25a9.965 9.965 0 0 1-14.807-3.809A9.98 9.98 0 0 1 4.44 5.448a9.97 9.97 0 0 1 4.85-3.044a9.87 9.87 0 0 1 7.02.631a.333.333 0 0 1 .155.429l-3.962 10.62c-.107.81-.69.786-.797 0l-2.38-7.37a1.57 1.57 0 0 0-.773-.988c-1.19-.56-3.093.667-2.379 2.155l3.914 10.441c.524 1.393 1.023 1.834 2.058 1.834s1.535-.44 2.058-1.834L20 3.94a1.036 1.036 0 0 0-.369-1.19C13.1-2.907 2.32.641.357 9.023z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.357 9.024A12.07 12.07 0 0 0 2.97 19.867a12.05 12.05 0 0 0 10.38 4.063c7.768-.703 13.086-9.799 9.517-16.8c-.416-1.19-2.07-.368-1.903.596q.431 1.052.713 2.155a9.98 9.98 0 0 1-3.926 10.25a9.965 9.965 0 0 1-14.807-3.809A9.98 9.98 0 0 1 4.44 5.448a9.97 9.97 0 0 1 4.85-3.044a9.87 9.87 0 0 1 7.02.631a.333.333 0 0 1 .155.429l-3.962 10.62c-.107.81-.69.786-.797 0l-2.38-7.37a1.57 1.57 0 0 0-.773-.988c-1.19-.56-3.093.667-2.379 2.155l3.914 10.441c.524 1.393 1.023 1.834 2.058 1.834s1.535-.44 2.058-1.834L20 3.94a1.036 1.036 0 0 0-.369-1.19C13.1-2.907 2.32.641.357 9.023z"/></svg> </template>
CSS
.icon-semver {
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%22M.357%209.024A12.07%2012.07%200%200%200%202.97%2019.867a12.05%2012.05%200%200%200%2010.38%204.063c7.768-.703%2013.086-9.799%209.517-16.8c-.416-1.19-2.07-.368-1.903.596q.431%201.052.713%202.155a9.98%209.98%200%200%201-3.926%2010.25a9.965%209.965%200%200%201-14.807-3.809A9.98%209.98%200%200%201%204.44%205.448a9.97%209.97%200%200%201%204.85-3.044a9.87%209.87%200%200%201%207.02.631a.333.333%200%200%201%20.155.429l-3.962%2010.62c-.107.81-.69.786-.797%200l-2.38-7.37a1.57%201.57%200%200%200-.773-.988c-1.19-.56-3.093.667-2.379%202.155l3.914%2010.441c.524%201.393%201.023%201.834%202.058%201.834s1.535-.44%202.058-1.834L20%203.94a1.036%201.036%200%200%200-.369-1.19C13.1-2.907%202.32.641.357%209.023z%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%22M.357%209.024A12.07%2012.07%200%200%200%202.97%2019.867a12.05%2012.05%200%200%200%2010.38%204.063c7.768-.703%2013.086-9.799%209.517-16.8c-.416-1.19-2.07-.368-1.903.596q.431%201.052.713%202.155a9.98%209.98%200%200%201-3.926%2010.25a9.965%209.965%200%200%201-14.807-3.809A9.98%209.98%200%200%201%204.44%205.448a9.97%209.97%200%200%201%204.85-3.044a9.87%209.87%200%200%201%207.02.631a.333.333%200%200%201%20.155.429l-3.962%2010.62c-.107.81-.69.786-.797%200l-2.38-7.37a1.57%201.57%200%200%200-.773-.988c-1.19-.56-3.093.667-2.379%202.155l3.914%2010.441c.524%201.393%201.023%201.834%202.058%201.834s1.535-.44%202.058-1.834L20%203.94a1.036%201.036%200%200%200-.369-1.19C13.1-2.907%202.32.641.357%209.023z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/semver.svg?color=%231a73e8&size=48