partition auto icon

partition-auto from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
partition-auto
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the partition auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 19c-2.206 0-4 1.794-4 4c0 .684.188 1.317.492 1.88A11 11 0 0 1 16 27C9.935 27 5 22.065 5 16H3c0 7.168 5.832 13 13 13a12.98 12.98 0 0 0 7.843-2.642A3.97 3.97 0 0 0 26 27c2.206 0 4-1.794 4-4s-1.794-4-4-4m0 6c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2M16 3a12.98 12.98 0 0 0-7.843 2.642A3.97 3.97 0 0 0 6 5C3.794 5 2 6.794 2 9s1.794 4 4 4s4-1.794 4-4c0-.684-.188-1.317-.492-1.88A11 11 0 0 1 16 5c6.065 0 11 4.935 11 11h2c0-7.168-5.832-13-13-13M6 11c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2"/></svg>

React

import type { SVGProps } from "react";

export function CarbonPartitionAuto(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 19c-2.206 0-4 1.794-4 4c0 .684.188 1.317.492 1.88A11 11 0 0 1 16 27C9.935 27 5 22.065 5 16H3c0 7.168 5.832 13 13 13a12.98 12.98 0 0 0 7.843-2.642A3.97 3.97 0 0 0 26 27c2.206 0 4-1.794 4-4s-1.794-4-4-4m0 6c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2M16 3a12.98 12.98 0 0 0-7.843 2.642A3.97 3.97 0 0 0 6 5C3.794 5 2 6.794 2 9s1.794 4 4 4s4-1.794 4-4c0-.684-.188-1.317-.492-1.88A11 11 0 0 1 16 5c6.065 0 11 4.935 11 11h2c0-7.168-5.832-13-13-13M6 11c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 19c-2.206 0-4 1.794-4 4c0 .684.188 1.317.492 1.88A11 11 0 0 1 16 27C9.935 27 5 22.065 5 16H3c0 7.168 5.832 13 13 13a12.98 12.98 0 0 0 7.843-2.642A3.97 3.97 0 0 0 26 27c2.206 0 4-1.794 4-4s-1.794-4-4-4m0 6c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2M16 3a12.98 12.98 0 0 0-7.843 2.642A3.97 3.97 0 0 0 6 5C3.794 5 2 6.794 2 9s1.794 4 4 4s4-1.794 4-4c0-.684-.188-1.317-.492-1.88A11 11 0 0 1 16 5c6.065 0 11 4.935 11 11h2c0-7.168-5.832-13-13-13M6 11c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2"/></svg>
</template>

CSS

.icon-partition-auto {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2019c-2.206%200-4%201.794-4%204c0%20.684.188%201.317.492%201.88A11%2011%200%200%201%2016%2027C9.935%2027%205%2022.065%205%2016H3c0%207.168%205.832%2013%2013%2013a12.98%2012.98%200%200%200%207.843-2.642A3.97%203.97%200%200%200%2026%2027c2.206%200%204-1.794%204-4s-1.794-4-4-4m0%206c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202M16%203a12.98%2012.98%200%200%200-7.843%202.642A3.97%203.97%200%200%200%206%205C3.794%205%202%206.794%202%209s1.794%204%204%204s4-1.794%204-4c0-.684-.188-1.317-.492-1.88A11%2011%200%200%201%2016%205c6.065%200%2011%204.935%2011%2011h2c0-7.168-5.832-13-13-13M6%2011c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2019c-2.206%200-4%201.794-4%204c0%20.684.188%201.317.492%201.88A11%2011%200%200%201%2016%2027C9.935%2027%205%2022.065%205%2016H3c0%207.168%205.832%2013%2013%2013a12.98%2012.98%200%200%200%207.843-2.642A3.97%203.97%200%200%200%2026%2027c2.206%200%204-1.794%204-4s-1.794-4-4-4m0%206c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202M16%203a12.98%2012.98%200%200%200-7.843%202.642A3.97%203.97%200%200%200%206%205C3.794%205%202%206.794%202%209s1.794%204%204%204s4-1.794%204-4c0-.684-.188-1.317-.492-1.88A11%2011%200%200%201%2016%205c6.065%200%2011%204.935%2011%2011h2c0-7.168-5.832-13-13-13M6%2011c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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