ios close icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios close icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M403.1 108.9c-81.2-81.2-212.9-81.2-294.2 0s-81.2 212.9 0 294.2c81.2 81.2 212.9 81.2 294.2 0s81.2-213 0-294.2zm-12.3 281.9c-74.3 74.3-195.3 74.3-269.6 0-74.3-74.3-74.3-195.3 0-269.6s195.3-74.3 269.6 0c74.4 74.3 74.4 195.3 0 269.6z" fill="currentColor"/><path d="M340.2 160l-84.4 84.2-84-83.8-11.8 11.8 84 83.8-84 83.8 11.8 11.8 84-83.8 84.4 84.2 11.8-11.8-84.4-84.2 84.4-84.2z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosCloseOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M403.1 108.9c-81.2-81.2-212.9-81.2-294.2 0s-81.2 212.9 0 294.2c81.2 81.2 212.9 81.2 294.2 0s81.2-213 0-294.2zm-12.3 281.9c-74.3 74.3-195.3 74.3-269.6 0-74.3-74.3-74.3-195.3 0-269.6s195.3-74.3 269.6 0c74.4 74.3 74.4 195.3 0 269.6z" fill="currentColor"/><path d="M340.2 160l-84.4 84.2-84-83.8-11.8 11.8 84 83.8-84 83.8 11.8 11.8 84-83.8 84.4 84.2 11.8-11.8-84.4-84.2 84.4-84.2z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M403.1 108.9c-81.2-81.2-212.9-81.2-294.2 0s-81.2 212.9 0 294.2c81.2 81.2 212.9 81.2 294.2 0s81.2-213 0-294.2zm-12.3 281.9c-74.3 74.3-195.3 74.3-269.6 0-74.3-74.3-74.3-195.3 0-269.6s195.3-74.3 269.6 0c74.4 74.3 74.4 195.3 0 269.6z" fill="currentColor"/><path d="M340.2 160l-84.4 84.2-84-83.8-11.8 11.8 84 83.8-84 83.8 11.8 11.8 84-83.8 84.4 84.2 11.8-11.8-84.4-84.2 84.4-84.2z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-close-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%22M403.1%20108.9c-81.2-81.2-212.9-81.2-294.2%200s-81.2%20212.9%200%20294.2c81.2%2081.2%20212.9%2081.2%20294.2%200s81.2-213%200-294.2zm-12.3%20281.9c-74.3%2074.3-195.3%2074.3-269.6%200-74.3-74.3-74.3-195.3%200-269.6s195.3-74.3%20269.6%200c74.4%2074.3%2074.4%20195.3%200%20269.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M340.2%20160l-84.4%2084.2-84-83.8-11.8%2011.8%2084%2083.8-84%2083.8%2011.8%2011.8%2084-83.8%2084.4%2084.2%2011.8-11.8-84.4-84.2%2084.4-84.2z%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%22M403.1%20108.9c-81.2-81.2-212.9-81.2-294.2%200s-81.2%20212.9%200%20294.2c81.2%2081.2%20212.9%2081.2%20294.2%200s81.2-213%200-294.2zm-12.3%20281.9c-74.3%2074.3-195.3%2074.3-269.6%200-74.3-74.3-74.3-195.3%200-269.6s195.3-74.3%20269.6%200c74.4%2074.3%2074.4%20195.3%200%20269.6z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M340.2%20160l-84.4%2084.2-84-83.8-11.8%2011.8%2084%2083.8-84%2083.8%2011.8%2011.8%2084-83.8%2084.4%2084.2%2011.8-11.8-84.4-84.2%2084.4-84.2z%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-close-outline.svg?color=%231a73e8&size=48