shifts-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.

Name
shifts-28
Set
Fluent UI System Color Icons
Style
28
Viewbox
28×28
License
MIT

4 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the shifts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="#212121" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v15.5A3.25 3.25 0 0 0 6.25 25h15.5A3.25 3.25 0 0 0 25 21.75V6.25A3.25 3.25 0 0 0 21.75 3z"/><path fill="url(#SVGR2szvcke)" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v15.5A3.25 3.25 0 0 0 6.25 25h15.5A3.25 3.25 0 0 0 25 21.75V6.25A3.25 3.25 0 0 0 21.75 3z"/><path fill="#d9d9d9" d="M14.5 7.75a.75.75 0 0 0-1.5 0v7c0 .414.336.75.75.75h5.5a.75.75 0 0 0 0-1.5H14.5z"/><path fill="url(#SVGdcjomAWz)" d="M14.5 7.75a.75.75 0 0 0-1.5 0v7c0 .414.336.75.75.75h5.5a.75.75 0 0 0 0-1.5H14.5z"/><defs><linearGradient id="SVGR2szvcke" x1="6.667" x2="17.667" y1="1.778" y2="26.222" gradientUnits="userSpaceOnUse"><stop stop-color="#1ec8b0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGdcjomAWz" x1="12.891" x2="10.444" y1="7.638" y2="16.092" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#dedeff"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorShifts28(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="#212121" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v15.5A3.25 3.25 0 0 0 6.25 25h15.5A3.25 3.25 0 0 0 25 21.75V6.25A3.25 3.25 0 0 0 21.75 3z"/><path fill="url(#SVGR2szvcke)" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v15.5A3.25 3.25 0 0 0 6.25 25h15.5A3.25 3.25 0 0 0 25 21.75V6.25A3.25 3.25 0 0 0 21.75 3z"/><path fill="#d9d9d9" d="M14.5 7.75a.75.75 0 0 0-1.5 0v7c0 .414.336.75.75.75h5.5a.75.75 0 0 0 0-1.5H14.5z"/><path fill="url(#SVGdcjomAWz)" d="M14.5 7.75a.75.75 0 0 0-1.5 0v7c0 .414.336.75.75.75h5.5a.75.75 0 0 0 0-1.5H14.5z"/><defs><linearGradient id="SVGR2szvcke" x1="6.667" x2="17.667" y1="1.778" y2="26.222" gradientUnits="userSpaceOnUse"><stop stopColor="#1ec8b0"/><stop offset="1" stopColor="#2764e7"/></linearGradient><linearGradient id="SVGdcjomAWz" x1="12.891" x2="10.444" y1="7.638" y2="16.092" gradientUnits="userSpaceOnUse"><stop stopColor="#fdfdfd"/><stop offset="1" stopColor="#dedeff"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="#212121" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v15.5A3.25 3.25 0 0 0 6.25 25h15.5A3.25 3.25 0 0 0 25 21.75V6.25A3.25 3.25 0 0 0 21.75 3z"/><path fill="url(#SVGR2szvcke)" d="M6.25 3A3.25 3.25 0 0 0 3 6.25v15.5A3.25 3.25 0 0 0 6.25 25h15.5A3.25 3.25 0 0 0 25 21.75V6.25A3.25 3.25 0 0 0 21.75 3z"/><path fill="#d9d9d9" d="M14.5 7.75a.75.75 0 0 0-1.5 0v7c0 .414.336.75.75.75h5.5a.75.75 0 0 0 0-1.5H14.5z"/><path fill="url(#SVGdcjomAWz)" d="M14.5 7.75a.75.75 0 0 0-1.5 0v7c0 .414.336.75.75.75h5.5a.75.75 0 0 0 0-1.5H14.5z"/><defs><linearGradient id="SVGR2szvcke" x1="6.667" x2="17.667" y1="1.778" y2="26.222" gradientUnits="userSpaceOnUse"><stop stop-color="#1ec8b0"/><stop offset="1" stop-color="#2764e7"/></linearGradient><linearGradient id="SVGdcjomAWz" x1="12.891" x2="10.444" y1="7.638" y2="16.092" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#dedeff"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-shifts-28 {
  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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M6.25%203A3.25%203.25%200%200%200%203%206.25v15.5A3.25%203.25%200%200%200%206.25%2025h15.5A3.25%203.25%200%200%200%2025%2021.75V6.25A3.25%203.25%200%200%200%2021.75%203z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGR2szvcke)%22%20d%3D%22M6.25%203A3.25%203.25%200%200%200%203%206.25v15.5A3.25%203.25%200%200%200%206.25%2025h15.5A3.25%203.25%200%200%200%2025%2021.75V6.25A3.25%203.25%200%200%200%2021.75%203z%22%2F%3E%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M14.5%207.75a.75.75%200%200%200-1.5%200v7c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%200-1.5H14.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdcjomAWz)%22%20d%3D%22M14.5%207.75a.75.75%200%200%200-1.5%200v7c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%200-1.5H14.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGR2szvcke%22%20x1%3D%226.667%22%20x2%3D%2217.667%22%20y1%3D%221.778%22%20y2%3D%2226.222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231ec8b0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdcjomAWz%22%20x1%3D%2212.891%22%20x2%3D%2210.444%22%20y1%3D%227.638%22%20y2%3D%2216.092%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23dedeff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M6.25%203A3.25%203.25%200%200%200%203%206.25v15.5A3.25%203.25%200%200%200%206.25%2025h15.5A3.25%203.25%200%200%200%2025%2021.75V6.25A3.25%203.25%200%200%200%2021.75%203z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGR2szvcke)%22%20d%3D%22M6.25%203A3.25%203.25%200%200%200%203%206.25v15.5A3.25%203.25%200%200%200%206.25%2025h15.5A3.25%203.25%200%200%200%2025%2021.75V6.25A3.25%203.25%200%200%200%2021.75%203z%22%2F%3E%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M14.5%207.75a.75.75%200%200%200-1.5%200v7c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%200-1.5H14.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGdcjomAWz)%22%20d%3D%22M14.5%207.75a.75.75%200%200%200-1.5%200v7c0%20.414.336.75.75.75h5.5a.75.75%200%200%200%200-1.5H14.5z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGR2szvcke%22%20x1%3D%226.667%22%20x2%3D%2217.667%22%20y1%3D%221.778%22%20y2%3D%2226.222%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%231ec8b0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232764e7%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGdcjomAWz%22%20x1%3D%2212.891%22%20x2%3D%2210.444%22%20y1%3D%227.638%22%20y2%3D%2216.092%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23dedeff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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