add-outline from Solar by 480 Design · Outline · UI · CC-BY-4.0 Attribution required.

Name
add-outline
Set
Solar
Style
Outline
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75L4 12.75C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25L20 11.25Z"/><path d="M12.7705 20C12.7705 20.4142 12.4347 20.75 12.0205 20.75C11.6063 20.75 11.2705 20.4142 11.2705 20L11.2705 4C11.2705 3.58579 11.6063 3.25 12.0205 3.25C12.4347 3.25005 12.7705 3.58582 12.7705 4L12.7705 20Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAddOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75L4 12.75C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25L20 11.25Z"/><path d="M12.7705 20C12.7705 20.4142 12.4347 20.75 12.0205 20.75C11.6063 20.75 11.2705 20.4142 11.2705 20L11.2705 4C11.2705 3.58579 11.6063 3.25 12.0205 3.25C12.4347 3.25005 12.7705 3.58582 12.7705 4L12.7705 20Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75L4 12.75C3.58579 12.75 3.25 12.4142 3.25 12C3.25 11.5858 3.58579 11.25 4 11.25L20 11.25Z"/><path d="M12.7705 20C12.7705 20.4142 12.4347 20.75 12.0205 20.75C11.6063 20.75 11.2705 20.4142 11.2705 20L11.2705 4C11.2705 3.58579 11.6063 3.25 12.0205 3.25C12.4347 3.25005 12.7705 3.58582 12.7705 4L12.7705 20Z"/></g></svg>
</template>

CSS

.icon-add-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20%2011.25C20.4142%2011.25%2020.75%2011.5858%2020.75%2012C20.75%2012.4142%2020.4142%2012.75%2020%2012.75L4%2012.75C3.58579%2012.75%203.25%2012.4142%203.25%2012C3.25%2011.5858%203.58579%2011.25%204%2011.25L20%2011.25Z%22%2F%3E%3Cpath%20d%3D%22M12.7705%2020C12.7705%2020.4142%2012.4347%2020.75%2012.0205%2020.75C11.6063%2020.75%2011.2705%2020.4142%2011.2705%2020L11.2705%204C11.2705%203.58579%2011.6063%203.25%2012.0205%203.25C12.4347%203.25005%2012.7705%203.58582%2012.7705%204L12.7705%2020Z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M20%2011.25C20.4142%2011.25%2020.75%2011.5858%2020.75%2012C20.75%2012.4142%2020.4142%2012.75%2020%2012.75L4%2012.75C3.58579%2012.75%203.25%2012.4142%203.25%2012C3.25%2011.5858%203.58579%2011.25%204%2011.25L20%2011.25Z%22%2F%3E%3Cpath%20d%3D%22M12.7705%2020C12.7705%2020.4142%2012.4347%2020.75%2012.0205%2020.75C11.6063%2020.75%2011.2705%2020.4142%2011.2705%2020L11.2705%204C11.2705%203.58579%2011.6063%203.25%2012.0205%203.25C12.4347%203.25005%2012.7705%203.58582%2012.7705%204L12.7705%2020Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Add outline icon — Solar · IconsDB