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

Name
create-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

Use the create icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464.37 49.2a22.07 22.07 0 0 0-31.88-.76l-18.31 18.25l31.18 31.1l18-17.91a22.16 22.16 0 0 0 1.01-30.68M252.76 336H176v-76.76l9.4-9.38L323.54 112H48v352h352V188.46L262.14 326.6zM400 143.16l32.79-32.86l-31.09-31.09L368.85 112H400z"/><path fill="currentColor" d="M208 304h31.49L400 143.16V112h-31.15L208 272.51z"/></svg>

React

import type { SVGProps } from "react";

export function IonCreateSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464.37 49.2a22.07 22.07 0 0 0-31.88-.76l-18.31 18.25l31.18 31.1l18-17.91a22.16 22.16 0 0 0 1.01-30.68M252.76 336H176v-76.76l9.4-9.38L323.54 112H48v352h352V188.46L262.14 326.6zM400 143.16l32.79-32.86l-31.09-31.09L368.85 112H400z"/><path fill="currentColor" d="M208 304h31.49L400 143.16V112h-31.15L208 272.51z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464.37 49.2a22.07 22.07 0 0 0-31.88-.76l-18.31 18.25l31.18 31.1l18-17.91a22.16 22.16 0 0 0 1.01-30.68M252.76 336H176v-76.76l9.4-9.38L323.54 112H48v352h352V188.46L262.14 326.6zM400 143.16l32.79-32.86l-31.09-31.09L368.85 112H400z"/><path fill="currentColor" d="M208 304h31.49L400 143.16V112h-31.15L208 272.51z"/></svg>
</template>

CSS

.icon-create-sharp {
  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%20fill%3D%22currentColor%22%20d%3D%22M464.37%2049.2a22.07%2022.07%200%200%200-31.88-.76l-18.31%2018.25l31.18%2031.1l18-17.91a22.16%2022.16%200%200%200%201.01-30.68M252.76%20336H176v-76.76l9.4-9.38L323.54%20112H48v352h352V188.46L262.14%20326.6zM400%20143.16l32.79-32.86l-31.09-31.09L368.85%20112H400z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%20304h31.49L400%20143.16V112h-31.15L208%20272.51z%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%20fill%3D%22currentColor%22%20d%3D%22M464.37%2049.2a22.07%2022.07%200%200%200-31.88-.76l-18.31%2018.25l31.18%2031.1l18-17.91a22.16%2022.16%200%200%200%201.01-30.68M252.76%20336H176v-76.76l9.4-9.38L323.54%20112H48v352h352V188.46L262.14%20326.6zM400%20143.16l32.79-32.86l-31.09-31.09L368.85%20112H400z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%20304h31.49L400%20143.16V112h-31.15L208%20272.51z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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