version major icon

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

Name
version-major
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

More organization icons from Carbon

Use the version major icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.586 17.414L16 14.834l-2.588 2.582L12 16l4-4l4 4zm0-6L16 8.834l-2.588 2.582L12 10l4-4l4 4zm0 12L16 20.834l-2.588 2.582L12 22l4-4l4 4z"/><path fill="currentColor" d="M1.586 17.414C1.196 17.024 1 16.512 1 16s.195-1.024.586-1.414l13-13C14.976 1.196 15.488 1 16 1s1.024.195 1.414.586l13 13c.39.39.586.902.586 1.414s-.195 1.024-.586 1.414l-13 13c-.39.39-.902.586-1.414.586s-1.024-.195-1.414-.586zM16 3L3 16l13 13l13-13z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonVersionMajor(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="M18.586 17.414L16 14.834l-2.588 2.582L12 16l4-4l4 4zm0-6L16 8.834l-2.588 2.582L12 10l4-4l4 4zm0 12L16 20.834l-2.588 2.582L12 22l4-4l4 4z"/><path fill="currentColor" d="M1.586 17.414C1.196 17.024 1 16.512 1 16s.195-1.024.586-1.414l13-13C14.976 1.196 15.488 1 16 1s1.024.195 1.414.586l13 13c.39.39.586.902.586 1.414s-.195 1.024-.586 1.414l-13 13c-.39.39-.902.586-1.414.586s-1.024-.195-1.414-.586zM16 3L3 16l13 13l13-13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.586 17.414L16 14.834l-2.588 2.582L12 16l4-4l4 4zm0-6L16 8.834l-2.588 2.582L12 10l4-4l4 4zm0 12L16 20.834l-2.588 2.582L12 22l4-4l4 4z"/><path fill="currentColor" d="M1.586 17.414C1.196 17.024 1 16.512 1 16s.195-1.024.586-1.414l13-13C14.976 1.196 15.488 1 16 1s1.024.195 1.414.586l13 13c.39.39.586.902.586 1.414s-.195 1.024-.586 1.414l-13 13c-.39.39-.902.586-1.414.586s-1.024-.195-1.414-.586zM16 3L3 16l13 13l13-13z"/></svg>
</template>

CSS

.icon-version-major {
  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%22M18.586%2017.414L16%2014.834l-2.588%202.582L12%2016l4-4l4%204zm0-6L16%208.834l-2.588%202.582L12%2010l4-4l4%204zm0%2012L16%2020.834l-2.588%202.582L12%2022l4-4l4%204z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.586%2017.414C1.196%2017.024%201%2016.512%201%2016s.195-1.024.586-1.414l13-13C14.976%201.196%2015.488%201%2016%201s1.024.195%201.414.586l13%2013c.39.39.586.902.586%201.414s-.195%201.024-.586%201.414l-13%2013c-.39.39-.902.586-1.414.586s-1.024-.195-1.414-.586zM16%203L3%2016l13%2013l13-13z%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%22M18.586%2017.414L16%2014.834l-2.588%202.582L12%2016l4-4l4%204zm0-6L16%208.834l-2.588%202.582L12%2010l4-4l4%204zm0%2012L16%2020.834l-2.588%202.582L12%2022l4-4l4%204z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.586%2017.414C1.196%2017.024%201%2016.512%201%2016s.195-1.024.586-1.414l13-13C14.976%201.196%2015.488%201%2016%201s1.024.195%201.414.586l13%2013c.39.39.586.902.586%201.414s-.195%201.024-.586%201.414l-13%2013c-.39.39-.902.586-1.414.586s-1.024-.195-1.414-.586zM16%203L3%2016l13%2013l13-13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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