ios contract icon

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

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

Related icons in IonIcons

Use the ios contract icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M184.3 204.8h-77.7c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9V106.6c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7 0-13.9 6.2-13.9 13.9v77.7L87.7 68c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.4-9.8 4.1-5.4 5.4-5.4 14.2 0 19.6l116.2 117.1z" fill="currentColor"/><path d="M293.1 232.8h112.2c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7L444 87.7c5.4-5.4 5.4-14.2 0-19.6-2.6-2.6-6.1-4.1-9.8-4.1-3.7 0-7.2 1.4-9.8 4L307.3 184.3v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7 0-13.9 6.2-13.9 13.9v112.2c0 7.7 6.2 14 13.8 14z" fill="currentColor"/><path d="M77.9 448c3.7 0 7.2-1.4 9.8-4l117.1-116.3v77.7c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9V293.1c0-7.7-6.2-13.9-13.9-13.9H106.6c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h77.7L68 424.3c-5.4 5.4-5.4 14.2 0 19.6 2.7 2.7 6.2 4.1 9.9 4.1z" fill="currentColor"/><path d="M293.1 419.2h.2c7.7 0 13.9-6.2 13.9-13.9v-77.7L424.3 444c2.6 2.6 6.1 4 9.8 4 3.7 0 7.2-1.4 9.8-4.1 5.4-5.4 5.4-14.2 0-19.6L327.7 307.2h77.7c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H293.1c-7.7 0-13.9 6.2-13.9 13.9v112.2c.1 7.7 6.3 13.9 13.9 13.9z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosContract(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M184.3 204.8h-77.7c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9V106.6c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7 0-13.9 6.2-13.9 13.9v77.7L87.7 68c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.4-9.8 4.1-5.4 5.4-5.4 14.2 0 19.6l116.2 117.1z" fill="currentColor"/><path d="M293.1 232.8h112.2c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7L444 87.7c5.4-5.4 5.4-14.2 0-19.6-2.6-2.6-6.1-4.1-9.8-4.1-3.7 0-7.2 1.4-9.8 4L307.3 184.3v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7 0-13.9 6.2-13.9 13.9v112.2c0 7.7 6.2 14 13.8 14z" fill="currentColor"/><path d="M77.9 448c3.7 0 7.2-1.4 9.8-4l117.1-116.3v77.7c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9V293.1c0-7.7-6.2-13.9-13.9-13.9H106.6c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h77.7L68 424.3c-5.4 5.4-5.4 14.2 0 19.6 2.7 2.7 6.2 4.1 9.9 4.1z" fill="currentColor"/><path d="M293.1 419.2h.2c7.7 0 13.9-6.2 13.9-13.9v-77.7L424.3 444c2.6 2.6 6.1 4 9.8 4 3.7 0 7.2-1.4 9.8-4.1 5.4-5.4 5.4-14.2 0-19.6L327.7 307.2h77.7c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H293.1c-7.7 0-13.9 6.2-13.9 13.9v112.2c.1 7.7 6.3 13.9 13.9 13.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="M184.3 204.8h-77.7c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h112.2c7.7 0 13.9-6.2 13.9-13.9V106.6c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7 0-13.9 6.2-13.9 13.9v77.7L87.7 68c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.4-9.8 4.1-5.4 5.4-5.4 14.2 0 19.6l116.2 117.1z" fill="currentColor"/><path d="M293.1 232.8h112.2c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7L444 87.7c5.4-5.4 5.4-14.2 0-19.6-2.6-2.6-6.1-4.1-9.8-4.1-3.7 0-7.2 1.4-9.8 4L307.3 184.3v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7 0-13.9 6.2-13.9 13.9v112.2c0 7.7 6.2 14 13.8 14z" fill="currentColor"/><path d="M77.9 448c3.7 0 7.2-1.4 9.8-4l117.1-116.3v77.7c0 7.7 6.2 13.9 13.9 13.9h.2c7.7 0 13.9-6.2 13.9-13.9V293.1c0-7.7-6.2-13.9-13.9-13.9H106.6c-7.7 0-13.9 6.2-13.9 13.9v.2c0 7.7 6.2 13.9 13.9 13.9h77.7L68 424.3c-5.4 5.4-5.4 14.2 0 19.6 2.7 2.7 6.2 4.1 9.9 4.1z" fill="currentColor"/><path d="M293.1 419.2h.2c7.7 0 13.9-6.2 13.9-13.9v-77.7L424.3 444c2.6 2.6 6.1 4 9.8 4 3.7 0 7.2-1.4 9.8-4.1 5.4-5.4 5.4-14.2 0-19.6L327.7 307.2h77.7c7.7 0 13.9-6.2 13.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H293.1c-7.7 0-13.9 6.2-13.9 13.9v112.2c.1 7.7 6.3 13.9 13.9 13.9z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-contract {
  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%22M184.3%20204.8h-77.7c-7.7%200-13.9%206.2-13.9%2013.9v.2c0%207.7%206.2%2013.9%2013.9%2013.9h112.2c7.7%200%2013.9-6.2%2013.9-13.9V106.6c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7%200-13.9%206.2-13.9%2013.9v77.7L87.7%2068c-2.6-2.6-6.1-4-9.8-4-3.7%200-7.2%201.4-9.8%204.1-5.4%205.4-5.4%2014.2%200%2019.6l116.2%20117.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M293.1%20232.8h112.2c7.7%200%2013.9-6.2%2013.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7L444%2087.7c5.4-5.4%205.4-14.2%200-19.6-2.6-2.6-6.1-4.1-9.8-4.1-3.7%200-7.2%201.4-9.8%204L307.3%20184.3v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7%200-13.9%206.2-13.9%2013.9v112.2c0%207.7%206.2%2014%2013.8%2014z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M77.9%20448c3.7%200%207.2-1.4%209.8-4l117.1-116.3v77.7c0%207.7%206.2%2013.9%2013.9%2013.9h.2c7.7%200%2013.9-6.2%2013.9-13.9V293.1c0-7.7-6.2-13.9-13.9-13.9H106.6c-7.7%200-13.9%206.2-13.9%2013.9v.2c0%207.7%206.2%2013.9%2013.9%2013.9h77.7L68%20424.3c-5.4%205.4-5.4%2014.2%200%2019.6%202.7%202.7%206.2%204.1%209.9%204.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M293.1%20419.2h.2c7.7%200%2013.9-6.2%2013.9-13.9v-77.7L424.3%20444c2.6%202.6%206.1%204%209.8%204%203.7%200%207.2-1.4%209.8-4.1%205.4-5.4%205.4-14.2%200-19.6L327.7%20307.2h77.7c7.7%200%2013.9-6.2%2013.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H293.1c-7.7%200-13.9%206.2-13.9%2013.9v112.2c.1%207.7%206.3%2013.9%2013.9%2013.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%22M184.3%20204.8h-77.7c-7.7%200-13.9%206.2-13.9%2013.9v.2c0%207.7%206.2%2013.9%2013.9%2013.9h112.2c7.7%200%2013.9-6.2%2013.9-13.9V106.6c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7%200-13.9%206.2-13.9%2013.9v77.7L87.7%2068c-2.6-2.6-6.1-4-9.8-4-3.7%200-7.2%201.4-9.8%204.1-5.4%205.4-5.4%2014.2%200%2019.6l116.2%20117.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M293.1%20232.8h112.2c7.7%200%2013.9-6.2%2013.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9h-77.7L444%2087.7c5.4-5.4%205.4-14.2%200-19.6-2.6-2.6-6.1-4.1-9.8-4.1-3.7%200-7.2%201.4-9.8%204L307.3%20184.3v-77.7c0-7.7-6.2-13.9-13.9-13.9h-.2c-7.7%200-13.9%206.2-13.9%2013.9v112.2c0%207.7%206.2%2014%2013.8%2014z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M77.9%20448c3.7%200%207.2-1.4%209.8-4l117.1-116.3v77.7c0%207.7%206.2%2013.9%2013.9%2013.9h.2c7.7%200%2013.9-6.2%2013.9-13.9V293.1c0-7.7-6.2-13.9-13.9-13.9H106.6c-7.7%200-13.9%206.2-13.9%2013.9v.2c0%207.7%206.2%2013.9%2013.9%2013.9h77.7L68%20424.3c-5.4%205.4-5.4%2014.2%200%2019.6%202.7%202.7%206.2%204.1%209.9%204.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M293.1%20419.2h.2c7.7%200%2013.9-6.2%2013.9-13.9v-77.7L424.3%20444c2.6%202.6%206.1%204%209.8%204%203.7%200%207.2-1.4%209.8-4.1%205.4-5.4%205.4-14.2%200-19.6L327.7%20307.2h77.7c7.7%200%2013.9-6.2%2013.9-13.9v-.2c0-7.7-6.2-13.9-13.9-13.9H293.1c-7.7%200-13.9%206.2-13.9%2013.9v112.2c.1%207.7%206.3%2013.9%2013.9%2013.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-contract.svg?color=%231a73e8&size=48