ios sunny icon

ios-sunny-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-sunny-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios sunny icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M247 96h18v56h-18z" fill="currentColor"/><path d="M247 356h18v60h-18z" fill="currentColor"/><path d="M360 247h56v18h-56z" fill="currentColor"/><path d="M96 247h60v18H96z" fill="currentColor"/><path transform="rotate(134.999 347.405 341.317)" d="M339 317.4h16.8v47.8H339z" fill="currentColor"/><path transform="rotate(134.999 170.67 164.582)" d="M162.2 140.7H179v47.9h-16.8z" fill="currentColor"/><path transform="rotate(45.001 347.406 164.562)" d="M339 140.7h16.8v47.8H339z" fill="currentColor"/><path transform="rotate(45.009 170.67 341.27)" d="M162.2 317.4H179v47.9h-16.8z" fill="currentColor"/><path d="M256 331.8c-41.8 0-75.8-34-75.8-75.8s34-75.8 75.8-75.8 75.8 34 75.8 75.8-34 75.8-75.8 75.8zm0-134.7c-32.5 0-58.9 26.4-58.9 58.9s26.4 58.9 58.9 58.9 58.9-26.4 58.9-58.9-26.4-58.9-58.9-58.9z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosSunnyOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M247 96h18v56h-18z" fill="currentColor"/><path d="M247 356h18v60h-18z" fill="currentColor"/><path d="M360 247h56v18h-56z" fill="currentColor"/><path d="M96 247h60v18H96z" fill="currentColor"/><path transform="rotate(134.999 347.405 341.317)" d="M339 317.4h16.8v47.8H339z" fill="currentColor"/><path transform="rotate(134.999 170.67 164.582)" d="M162.2 140.7H179v47.9h-16.8z" fill="currentColor"/><path transform="rotate(45.001 347.406 164.562)" d="M339 140.7h16.8v47.8H339z" fill="currentColor"/><path transform="rotate(45.009 170.67 341.27)" d="M162.2 317.4H179v47.9h-16.8z" fill="currentColor"/><path d="M256 331.8c-41.8 0-75.8-34-75.8-75.8s34-75.8 75.8-75.8 75.8 34 75.8 75.8-34 75.8-75.8 75.8zm0-134.7c-32.5 0-58.9 26.4-58.9 58.9s26.4 58.9 58.9 58.9 58.9-26.4 58.9-58.9-26.4-58.9-58.9-58.9z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M247 96h18v56h-18z" fill="currentColor"/><path d="M247 356h18v60h-18z" fill="currentColor"/><path d="M360 247h56v18h-56z" fill="currentColor"/><path d="M96 247h60v18H96z" fill="currentColor"/><path transform="rotate(134.999 347.405 341.317)" d="M339 317.4h16.8v47.8H339z" fill="currentColor"/><path transform="rotate(134.999 170.67 164.582)" d="M162.2 140.7H179v47.9h-16.8z" fill="currentColor"/><path transform="rotate(45.001 347.406 164.562)" d="M339 140.7h16.8v47.8H339z" fill="currentColor"/><path transform="rotate(45.009 170.67 341.27)" d="M162.2 317.4H179v47.9h-16.8z" fill="currentColor"/><path d="M256 331.8c-41.8 0-75.8-34-75.8-75.8s34-75.8 75.8-75.8 75.8 34 75.8 75.8-34 75.8-75.8 75.8zm0-134.7c-32.5 0-58.9 26.4-58.9 58.9s26.4 58.9 58.9 58.9 58.9-26.4 58.9-58.9-26.4-58.9-58.9-58.9z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-sunny-outline {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M247%2096h18v56h-18z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M247%20356h18v60h-18z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M360%20247h56v18h-56z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M96%20247h60v18H96z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20transform%3D%22rotate(134.999%20347.405%20341.317)%22%20d%3D%22M339%20317.4h16.8v47.8H339z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20transform%3D%22rotate(134.999%20170.67%20164.582)%22%20d%3D%22M162.2%20140.7H179v47.9h-16.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20transform%3D%22rotate(45.001%20347.406%20164.562)%22%20d%3D%22M339%20140.7h16.8v47.8H339z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20transform%3D%22rotate(45.009%20170.67%20341.27)%22%20d%3D%22M162.2%20317.4H179v47.9h-16.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20331.8c-41.8%200-75.8-34-75.8-75.8s34-75.8%2075.8-75.8%2075.8%2034%2075.8%2075.8-34%2075.8-75.8%2075.8zm0-134.7c-32.5%200-58.9%2026.4-58.9%2058.9s26.4%2058.9%2058.9%2058.9%2058.9-26.4%2058.9-58.9-26.4-58.9-58.9-58.9z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M247%2096h18v56h-18z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M247%20356h18v60h-18z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M360%20247h56v18h-56z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M96%20247h60v18H96z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20transform%3D%22rotate(134.999%20347.405%20341.317)%22%20d%3D%22M339%20317.4h16.8v47.8H339z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20transform%3D%22rotate(134.999%20170.67%20164.582)%22%20d%3D%22M162.2%20140.7H179v47.9h-16.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20transform%3D%22rotate(45.001%20347.406%20164.562)%22%20d%3D%22M339%20140.7h16.8v47.8H339z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20transform%3D%22rotate(45.009%20170.67%20341.27)%22%20d%3D%22M162.2%20317.4H179v47.9h-16.8z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20331.8c-41.8%200-75.8-34-75.8-75.8s34-75.8%2075.8-75.8%2075.8%2034%2075.8%2075.8-34%2075.8-75.8%2075.8zm0-134.7c-32.5%200-58.9%2026.4-58.9%2058.9s26.4%2058.9%2058.9%2058.9%2058.9-26.4%2058.9-58.9-26.4-58.9-58.9-58.9z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-sunny-outline.svg?color=%231a73e8&size=48