saturn from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
saturn
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the saturn logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.039 11.459c.001.015.022.244.03.407c.006.113 0 .29 0 .3c.003 0 .029.023.03.024c1.428 1.17 2.943 2.767 3.204 3.94c.073.325.056.618-.072.868c-.152.293-.439.503-.834.638c-2.046.7-6.925-.642-10.907-2.609c-2.845-1.406-5.342-3.081-7.032-4.719c-1.57-1.523-1.995-2.71-1.59-3.427c.155-.271.42-.472.776-.609c1.299-.507 3.788-.152 6.239.579c-1.16.866-1.968 2.034-2.342 3.202l-.001.007l-.001.006c-.115 1.07 1.434 2.47 3 3.25c-.002-.006.084.032.084.026c-.002-.006-.015-.109-.017-.113c-.366-2.66 1.648-6.64 3.765-7.513c.136-.056.254-.09.27-.095l-.273-.027q-.11-.01-.228-.015a8 8 0 0 0-.272-.01a6.44 6.44 0 0 0-3.4.892C5.378 5.057 2.383 4.892 1.13 5.31q-.747.251-1 .751c-.174.35-.175.79-.002 1.306c.57 1.704 3.058 4.032 6.211 6.099c.457 2.407 2.615 4.875 5.703 5.204l.142.015a.3.3 0 0 1 .05 0l-.173-.132c-.955-.736-1.813-1.949-2.107-3l.185.093l.143.07c4.985 2.465 10.215 3.72 12.53 2.947c.519-.174.9-.418 1.075-.768c.167-.335.139-.78-.029-1.278c-.436-1.3-2.304-3.284-4.675-5.052l-.145-.107"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSaturn(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="M19.039 11.459c.001.015.022.244.03.407c.006.113 0 .29 0 .3c.003 0 .029.023.03.024c1.428 1.17 2.943 2.767 3.204 3.94c.073.325.056.618-.072.868c-.152.293-.439.503-.834.638c-2.046.7-6.925-.642-10.907-2.609c-2.845-1.406-5.342-3.081-7.032-4.719c-1.57-1.523-1.995-2.71-1.59-3.427c.155-.271.42-.472.776-.609c1.299-.507 3.788-.152 6.239.579c-1.16.866-1.968 2.034-2.342 3.202l-.001.007l-.001.006c-.115 1.07 1.434 2.47 3 3.25c-.002-.006.084.032.084.026c-.002-.006-.015-.109-.017-.113c-.366-2.66 1.648-6.64 3.765-7.513c.136-.056.254-.09.27-.095l-.273-.027q-.11-.01-.228-.015a8 8 0 0 0-.272-.01a6.44 6.44 0 0 0-3.4.892C5.378 5.057 2.383 4.892 1.13 5.31q-.747.251-1 .751c-.174.35-.175.79-.002 1.306c.57 1.704 3.058 4.032 6.211 6.099c.457 2.407 2.615 4.875 5.703 5.204l.142.015a.3.3 0 0 1 .05 0l-.173-.132c-.955-.736-1.813-1.949-2.107-3l.185.093l.143.07c4.985 2.465 10.215 3.72 12.53 2.947c.519-.174.9-.418 1.075-.768c.167-.335.139-.78-.029-1.278c-.436-1.3-2.304-3.284-4.675-5.052l-.145-.107"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.039 11.459c.001.015.022.244.03.407c.006.113 0 .29 0 .3c.003 0 .029.023.03.024c1.428 1.17 2.943 2.767 3.204 3.94c.073.325.056.618-.072.868c-.152.293-.439.503-.834.638c-2.046.7-6.925-.642-10.907-2.609c-2.845-1.406-5.342-3.081-7.032-4.719c-1.57-1.523-1.995-2.71-1.59-3.427c.155-.271.42-.472.776-.609c1.299-.507 3.788-.152 6.239.579c-1.16.866-1.968 2.034-2.342 3.202l-.001.007l-.001.006c-.115 1.07 1.434 2.47 3 3.25c-.002-.006.084.032.084.026c-.002-.006-.015-.109-.017-.113c-.366-2.66 1.648-6.64 3.765-7.513c.136-.056.254-.09.27-.095l-.273-.027q-.11-.01-.228-.015a8 8 0 0 0-.272-.01a6.44 6.44 0 0 0-3.4.892C5.378 5.057 2.383 4.892 1.13 5.31q-.747.251-1 .751c-.174.35-.175.79-.002 1.306c.57 1.704 3.058 4.032 6.211 6.099c.457 2.407 2.615 4.875 5.703 5.204l.142.015a.3.3 0 0 1 .05 0l-.173-.132c-.955-.736-1.813-1.949-2.107-3l.185.093l.143.07c4.985 2.465 10.215 3.72 12.53 2.947c.519-.174.9-.418 1.075-.768c.167-.335.139-.78-.029-1.278c-.436-1.3-2.304-3.284-4.675-5.052l-.145-.107"/></svg>
</template>

CSS

.icon-saturn {
  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%22M19.039%2011.459c.001.015.022.244.03.407c.006.113%200%20.29%200%20.3c.003%200%20.029.023.03.024c1.428%201.17%202.943%202.767%203.204%203.94c.073.325.056.618-.072.868c-.152.293-.439.503-.834.638c-2.046.7-6.925-.642-10.907-2.609c-2.845-1.406-5.342-3.081-7.032-4.719c-1.57-1.523-1.995-2.71-1.59-3.427c.155-.271.42-.472.776-.609c1.299-.507%203.788-.152%206.239.579c-1.16.866-1.968%202.034-2.342%203.202l-.001.007l-.001.006c-.115%201.07%201.434%202.47%203%203.25c-.002-.006.084.032.084.026c-.002-.006-.015-.109-.017-.113c-.366-2.66%201.648-6.64%203.765-7.513c.136-.056.254-.09.27-.095l-.273-.027q-.11-.01-.228-.015a8%208%200%200%200-.272-.01a6.44%206.44%200%200%200-3.4.892C5.378%205.057%202.383%204.892%201.13%205.31q-.747.251-1%20.751c-.174.35-.175.79-.002%201.306c.57%201.704%203.058%204.032%206.211%206.099c.457%202.407%202.615%204.875%205.703%205.204l.142.015a.3.3%200%200%201%20.05%200l-.173-.132c-.955-.736-1.813-1.949-2.107-3l.185.093l.143.07c4.985%202.465%2010.215%203.72%2012.53%202.947c.519-.174.9-.418%201.075-.768c.167-.335.139-.78-.029-1.278c-.436-1.3-2.304-3.284-4.675-5.052l-.145-.107%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%22M19.039%2011.459c.001.015.022.244.03.407c.006.113%200%20.29%200%20.3c.003%200%20.029.023.03.024c1.428%201.17%202.943%202.767%203.204%203.94c.073.325.056.618-.072.868c-.152.293-.439.503-.834.638c-2.046.7-6.925-.642-10.907-2.609c-2.845-1.406-5.342-3.081-7.032-4.719c-1.57-1.523-1.995-2.71-1.59-3.427c.155-.271.42-.472.776-.609c1.299-.507%203.788-.152%206.239.579c-1.16.866-1.968%202.034-2.342%203.202l-.001.007l-.001.006c-.115%201.07%201.434%202.47%203%203.25c-.002-.006.084.032.084.026c-.002-.006-.015-.109-.017-.113c-.366-2.66%201.648-6.64%203.765-7.513c.136-.056.254-.09.27-.095l-.273-.027q-.11-.01-.228-.015a8%208%200%200%200-.272-.01a6.44%206.44%200%200%200-3.4.892C5.378%205.057%202.383%204.892%201.13%205.31q-.747.251-1%20.751c-.174.35-.175.79-.002%201.306c.57%201.704%203.058%204.032%206.211%206.099c.457%202.407%202.615%204.875%205.703%205.204l.142.015a.3.3%200%200%201%20.05%200l-.173-.132c-.955-.736-1.813-1.949-2.107-3l.185.093l.143.07c4.985%202.465%2010.215%203.72%2012.53%202.947c.519-.174.9-.418%201.075-.768c.167-.335.139-.78-.029-1.278c-.436-1.3-2.304-3.284-4.675-5.052l-.145-.107%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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