ios add circle icon

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

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

1 other variant in IonIcons

Related icons in IonIcons

Use the ios add circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M346.5 240H272v-74.5c0-8.8-7.2-16-16-16s-16 7.2-16 16V240h-74.5c-8.8 0-16 6-16 16s7.5 16 16 16H240v74.5c0 9.5 7 16 16 16s16-7.2 16-16V272h74.5c8.8 0 16-7.2 16-16s-7.2-16-16-16z" fill="currentColor"/><path d="M256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256s-18.7 93.3-52.7 127.3S304.1 436 256 436c-48.1 0-93.3-18.7-127.3-52.7S76 304.1 76 256s18.7-93.3 52.7-127.3S207.9 76 256 76m0-28C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosAddCircleOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M346.5 240H272v-74.5c0-8.8-7.2-16-16-16s-16 7.2-16 16V240h-74.5c-8.8 0-16 6-16 16s7.5 16 16 16H240v74.5c0 9.5 7 16 16 16s16-7.2 16-16V272h74.5c8.8 0 16-7.2 16-16s-7.2-16-16-16z" fill="currentColor"/><path d="M256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256s-18.7 93.3-52.7 127.3S304.1 436 256 436c-48.1 0-93.3-18.7-127.3-52.7S76 304.1 76 256s18.7-93.3 52.7-127.3S207.9 76 256 76m0-28C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M346.5 240H272v-74.5c0-8.8-7.2-16-16-16s-16 7.2-16 16V240h-74.5c-8.8 0-16 6-16 16s7.5 16 16 16H240v74.5c0 9.5 7 16 16 16s16-7.2 16-16V272h74.5c8.8 0 16-7.2 16-16s-7.2-16-16-16z" fill="currentColor"/><path d="M256 76c48.1 0 93.3 18.7 127.3 52.7S436 207.9 436 256s-18.7 93.3-52.7 127.3S304.1 436 256 436c-48.1 0-93.3-18.7-127.3-52.7S76 304.1 76 256s18.7-93.3 52.7-127.3S207.9 76 256 76m0-28C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-add-circle-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%22M346.5%20240H272v-74.5c0-8.8-7.2-16-16-16s-16%207.2-16%2016V240h-74.5c-8.8%200-16%206-16%2016s7.5%2016%2016%2016H240v74.5c0%209.5%207%2016%2016%2016s16-7.2%2016-16V272h74.5c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2076c48.1%200%2093.3%2018.7%20127.3%2052.7S436%20207.9%20436%20256s-18.7%2093.3-52.7%20127.3S304.1%20436%20256%20436c-48.1%200-93.3-18.7-127.3-52.7S76%20304.1%2076%20256s18.7-93.3%2052.7-127.3S207.9%2076%20256%2076m0-28C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048z%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%22M346.5%20240H272v-74.5c0-8.8-7.2-16-16-16s-16%207.2-16%2016V240h-74.5c-8.8%200-16%206-16%2016s7.5%2016%2016%2016H240v74.5c0%209.5%207%2016%2016%2016s16-7.2%2016-16V272h74.5c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2076c48.1%200%2093.3%2018.7%20127.3%2052.7S436%20207.9%20436%20256s-18.7%2093.3-52.7%20127.3S304.1%20436%20256%20436c-48.1%200-93.3-18.7-127.3-52.7S76%20304.1%2076%20256s18.7-93.3%2052.7-127.3S207.9%2076%20256%2076m0-28C141.1%2048%2048%20141.1%2048%20256s93.1%20208%20208%20208%20208-93.1%20208-208S370.9%2048%20256%2048z%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-add-circle-outline.svg?color=%231a73e8&size=48

Ios Add Circle outline icon — IonIcons · IconsDB