ios create icon

ios-create from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-create
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios create icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M404.3 86l-202 202c-1.5 1.5-2.3 3.5-2.3 5.6v26.5c0 4.4 3.6 7.9 7.9 7.9h26.3c2.1 0 4.2-.8 5.7-2.3l202.1-202c3.1-3.1 3.1-8.1 0-11.2L415.5 86c-3.1-3.1-8.1-3.1-11.2 0z" fill="currentColor"/><path d="M475.6 67l-14.4-14.4-.2-.2c-3.1-2.7-7.2-4.4-11.5-4.4-4.4 0-8.5 1.7-11.6 4.5l-11.3 11.4c-1.5 1.6-1.5 4.1 0 5.6L437 79.9l21.7 21.7c1.6 1.6 4.1 1.6 5.7 0l11.3-11.3c2.8-3.1 4.4-7.1 4.4-11.6-.1-4.4-1.7-8.6-4.5-11.7z" fill="currentColor"/><g><path d="M250 342c-3 3-7.1 4.7-11.3 4.7H197.3c-8.8 0-16-7.2-16-16V289.2c0-4.2 1.7-8.3 4.7-11.3l.8-.8 147.6-147.6c2.5-2.5.7-6.8-2.8-6.8H90.7C58.3 122.7 32 149 32 181.4v224c0 32.4 26.3 58.7 58.7 58.7h256c32.4 0 58.7-26.3 58.7-58.7v-209c0-3.6-4.3-5.3-6.8-2.8L250.8 341.2l-.8.8z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function IonIosCreate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M404.3 86l-202 202c-1.5 1.5-2.3 3.5-2.3 5.6v26.5c0 4.4 3.6 7.9 7.9 7.9h26.3c2.1 0 4.2-.8 5.7-2.3l202.1-202c3.1-3.1 3.1-8.1 0-11.2L415.5 86c-3.1-3.1-8.1-3.1-11.2 0z" fill="currentColor"/><path d="M475.6 67l-14.4-14.4-.2-.2c-3.1-2.7-7.2-4.4-11.5-4.4-4.4 0-8.5 1.7-11.6 4.5l-11.3 11.4c-1.5 1.6-1.5 4.1 0 5.6L437 79.9l21.7 21.7c1.6 1.6 4.1 1.6 5.7 0l11.3-11.3c2.8-3.1 4.4-7.1 4.4-11.6-.1-4.4-1.7-8.6-4.5-11.7z" fill="currentColor"/><g><path d="M250 342c-3 3-7.1 4.7-11.3 4.7H197.3c-8.8 0-16-7.2-16-16V289.2c0-4.2 1.7-8.3 4.7-11.3l.8-.8 147.6-147.6c2.5-2.5.7-6.8-2.8-6.8H90.7C58.3 122.7 32 149 32 181.4v224c0 32.4 26.3 58.7 58.7 58.7h256c32.4 0 58.7-26.3 58.7-58.7v-209c0-3.6-4.3-5.3-6.8-2.8L250.8 341.2l-.8.8z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M404.3 86l-202 202c-1.5 1.5-2.3 3.5-2.3 5.6v26.5c0 4.4 3.6 7.9 7.9 7.9h26.3c2.1 0 4.2-.8 5.7-2.3l202.1-202c3.1-3.1 3.1-8.1 0-11.2L415.5 86c-3.1-3.1-8.1-3.1-11.2 0z" fill="currentColor"/><path d="M475.6 67l-14.4-14.4-.2-.2c-3.1-2.7-7.2-4.4-11.5-4.4-4.4 0-8.5 1.7-11.6 4.5l-11.3 11.4c-1.5 1.6-1.5 4.1 0 5.6L437 79.9l21.7 21.7c1.6 1.6 4.1 1.6 5.7 0l11.3-11.3c2.8-3.1 4.4-7.1 4.4-11.6-.1-4.4-1.7-8.6-4.5-11.7z" fill="currentColor"/><g><path d="M250 342c-3 3-7.1 4.7-11.3 4.7H197.3c-8.8 0-16-7.2-16-16V289.2c0-4.2 1.7-8.3 4.7-11.3l.8-.8 147.6-147.6c2.5-2.5.7-6.8-2.8-6.8H90.7C58.3 122.7 32 149 32 181.4v224c0 32.4 26.3 58.7 58.7 58.7h256c32.4 0 58.7-26.3 58.7-58.7v-209c0-3.6-4.3-5.3-6.8-2.8L250.8 341.2l-.8.8z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-ios-create {
  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%22M404.3%2086l-202%20202c-1.5%201.5-2.3%203.5-2.3%205.6v26.5c0%204.4%203.6%207.9%207.9%207.9h26.3c2.1%200%204.2-.8%205.7-2.3l202.1-202c3.1-3.1%203.1-8.1%200-11.2L415.5%2086c-3.1-3.1-8.1-3.1-11.2%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M475.6%2067l-14.4-14.4-.2-.2c-3.1-2.7-7.2-4.4-11.5-4.4-4.4%200-8.5%201.7-11.6%204.5l-11.3%2011.4c-1.5%201.6-1.5%204.1%200%205.6L437%2079.9l21.7%2021.7c1.6%201.6%204.1%201.6%205.7%200l11.3-11.3c2.8-3.1%204.4-7.1%204.4-11.6-.1-4.4-1.7-8.6-4.5-11.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M250%20342c-3%203-7.1%204.7-11.3%204.7H197.3c-8.8%200-16-7.2-16-16V289.2c0-4.2%201.7-8.3%204.7-11.3l.8-.8%20147.6-147.6c2.5-2.5.7-6.8-2.8-6.8H90.7C58.3%20122.7%2032%20149%2032%20181.4v224c0%2032.4%2026.3%2058.7%2058.7%2058.7h256c32.4%200%2058.7-26.3%2058.7-58.7v-209c0-3.6-4.3-5.3-6.8-2.8L250.8%20341.2l-.8.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%22M404.3%2086l-202%20202c-1.5%201.5-2.3%203.5-2.3%205.6v26.5c0%204.4%203.6%207.9%207.9%207.9h26.3c2.1%200%204.2-.8%205.7-2.3l202.1-202c3.1-3.1%203.1-8.1%200-11.2L415.5%2086c-3.1-3.1-8.1-3.1-11.2%200z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M475.6%2067l-14.4-14.4-.2-.2c-3.1-2.7-7.2-4.4-11.5-4.4-4.4%200-8.5%201.7-11.6%204.5l-11.3%2011.4c-1.5%201.6-1.5%204.1%200%205.6L437%2079.9l21.7%2021.7c1.6%201.6%204.1%201.6%205.7%200l11.3-11.3c2.8-3.1%204.4-7.1%204.4-11.6-.1-4.4-1.7-8.6-4.5-11.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M250%20342c-3%203-7.1%204.7-11.3%204.7H197.3c-8.8%200-16-7.2-16-16V289.2c0-4.2%201.7-8.3%204.7-11.3l.8-.8%20147.6-147.6c2.5-2.5.7-6.8-2.8-6.8H90.7C58.3%20122.7%2032%20149%2032%20181.4v224c0%2032.4%2026.3%2058.7%2058.7%2058.7h256c32.4%200%2058.7-26.3%2058.7-58.7v-209c0-3.6-4.3-5.3-6.8-2.8L250.8%20341.2l-.8.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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