ios code icon

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

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

Related icons in IonIcons

Use the ios code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M332 142.7c-1.2-1.1-2.7-1.7-4.1-1.7s-3 .6-4.1 1.7L310 155.9c-1.2 1.1-1.9 2.7-1.9 4.3 0 1.6.7 3.2 1.9 4.3l95.8 91.5-95.8 91.5c-1.2 1.1-1.9 2.7-1.9 4.3 0 1.6.7 3.2 1.9 4.3l13.8 13.2c1.2 1.1 2.6 1.7 4.1 1.7 1.5 0 3-.6 4.1-1.7l114.2-109c1.2-1.1 1.9-2.7 1.9-4.3 0-1.6-.7-3.2-1.9-4.3L332 142.7z" fill="currentColor"/><path d="M204 160.2c0-1.6-.7-3.2-1.9-4.3l-13.8-13.2c-1.2-1.1-2.7-1.7-4.1-1.7s-3 .6-4.1 1.7l-114.2 109c-1.2 1.1-1.9 2.7-1.9 4.3 0 1.6.7 3.2 1.9 4.3l114.2 109c1.2 1.1 2.7 1.7 4.1 1.7 1.5 0 3-.6 4.1-1.7l13.8-13.2c1.2-1.1 1.9-2.7 1.9-4.3 0-1.6-.7-3.2-1.9-4.3L106.3 256l95.8-91.5c1.2-1.1 1.9-2.7 1.9-4.3z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosCode(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M332 142.7c-1.2-1.1-2.7-1.7-4.1-1.7s-3 .6-4.1 1.7L310 155.9c-1.2 1.1-1.9 2.7-1.9 4.3 0 1.6.7 3.2 1.9 4.3l95.8 91.5-95.8 91.5c-1.2 1.1-1.9 2.7-1.9 4.3 0 1.6.7 3.2 1.9 4.3l13.8 13.2c1.2 1.1 2.6 1.7 4.1 1.7 1.5 0 3-.6 4.1-1.7l114.2-109c1.2-1.1 1.9-2.7 1.9-4.3 0-1.6-.7-3.2-1.9-4.3L332 142.7z" fill="currentColor"/><path d="M204 160.2c0-1.6-.7-3.2-1.9-4.3l-13.8-13.2c-1.2-1.1-2.7-1.7-4.1-1.7s-3 .6-4.1 1.7l-114.2 109c-1.2 1.1-1.9 2.7-1.9 4.3 0 1.6.7 3.2 1.9 4.3l114.2 109c1.2 1.1 2.7 1.7 4.1 1.7 1.5 0 3-.6 4.1-1.7l13.8-13.2c1.2-1.1 1.9-2.7 1.9-4.3 0-1.6-.7-3.2-1.9-4.3L106.3 256l95.8-91.5c1.2-1.1 1.9-2.7 1.9-4.3z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M332 142.7c-1.2-1.1-2.7-1.7-4.1-1.7s-3 .6-4.1 1.7L310 155.9c-1.2 1.1-1.9 2.7-1.9 4.3 0 1.6.7 3.2 1.9 4.3l95.8 91.5-95.8 91.5c-1.2 1.1-1.9 2.7-1.9 4.3 0 1.6.7 3.2 1.9 4.3l13.8 13.2c1.2 1.1 2.6 1.7 4.1 1.7 1.5 0 3-.6 4.1-1.7l114.2-109c1.2-1.1 1.9-2.7 1.9-4.3 0-1.6-.7-3.2-1.9-4.3L332 142.7z" fill="currentColor"/><path d="M204 160.2c0-1.6-.7-3.2-1.9-4.3l-13.8-13.2c-1.2-1.1-2.7-1.7-4.1-1.7s-3 .6-4.1 1.7l-114.2 109c-1.2 1.1-1.9 2.7-1.9 4.3 0 1.6.7 3.2 1.9 4.3l114.2 109c1.2 1.1 2.7 1.7 4.1 1.7 1.5 0 3-.6 4.1-1.7l13.8-13.2c1.2-1.1 1.9-2.7 1.9-4.3 0-1.6-.7-3.2-1.9-4.3L106.3 256l95.8-91.5c1.2-1.1 1.9-2.7 1.9-4.3z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-code {
  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%22M332%20142.7c-1.2-1.1-2.7-1.7-4.1-1.7s-3%20.6-4.1%201.7L310%20155.9c-1.2%201.1-1.9%202.7-1.9%204.3%200%201.6.7%203.2%201.9%204.3l95.8%2091.5-95.8%2091.5c-1.2%201.1-1.9%202.7-1.9%204.3%200%201.6.7%203.2%201.9%204.3l13.8%2013.2c1.2%201.1%202.6%201.7%204.1%201.7%201.5%200%203-.6%204.1-1.7l114.2-109c1.2-1.1%201.9-2.7%201.9-4.3%200-1.6-.7-3.2-1.9-4.3L332%20142.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M204%20160.2c0-1.6-.7-3.2-1.9-4.3l-13.8-13.2c-1.2-1.1-2.7-1.7-4.1-1.7s-3%20.6-4.1%201.7l-114.2%20109c-1.2%201.1-1.9%202.7-1.9%204.3%200%201.6.7%203.2%201.9%204.3l114.2%20109c1.2%201.1%202.7%201.7%204.1%201.7%201.5%200%203-.6%204.1-1.7l13.8-13.2c1.2-1.1%201.9-2.7%201.9-4.3%200-1.6-.7-3.2-1.9-4.3L106.3%20256l95.8-91.5c1.2-1.1%201.9-2.7%201.9-4.3z%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%22M332%20142.7c-1.2-1.1-2.7-1.7-4.1-1.7s-3%20.6-4.1%201.7L310%20155.9c-1.2%201.1-1.9%202.7-1.9%204.3%200%201.6.7%203.2%201.9%204.3l95.8%2091.5-95.8%2091.5c-1.2%201.1-1.9%202.7-1.9%204.3%200%201.6.7%203.2%201.9%204.3l13.8%2013.2c1.2%201.1%202.6%201.7%204.1%201.7%201.5%200%203-.6%204.1-1.7l114.2-109c1.2-1.1%201.9-2.7%201.9-4.3%200-1.6-.7-3.2-1.9-4.3L332%20142.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M204%20160.2c0-1.6-.7-3.2-1.9-4.3l-13.8-13.2c-1.2-1.1-2.7-1.7-4.1-1.7s-3%20.6-4.1%201.7l-114.2%20109c-1.2%201.1-1.9%202.7-1.9%204.3%200%201.6.7%203.2%201.9%204.3l114.2%20109c1.2%201.1%202.7%201.7%204.1%201.7%201.5%200%203-.6%204.1-1.7l13.8-13.2c1.2-1.1%201.9-2.7%201.9-4.3%200-1.6-.7-3.2-1.9-4.3L106.3%20256l95.8-91.5c1.2-1.1%201.9-2.7%201.9-4.3z%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-code.svg?color=%231a73e8&size=48