transition from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
transition
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the transition icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a7 7 0 0 1 7 7c0 2.71-1.54 5.05-3.78 6.22a7.1 7.1 0 0 1-3 3A7.01 7.01 0 0 1 9 22a7 7 0 0 1-7-7c0-2.71 1.54-5.05 3.78-6.22a7.1 7.1 0 0 1 3-3A7.01 7.01 0 0 1 15 2m-3 17a7 7 0 0 1-7-7c-.63.84-1 1.87-1 3a5 5 0 0 0 5 5c1.13 0 2.16-.37 3-1m3-3a7 7 0 0 1-7-7c-.63.84-1 1.87-1 3a5 5 0 0 0 5 5c1.13 0 2.16-.37 3-1m0-12c-1.13 0-2.16.37-3 1a7 7 0 0 1 7 7c.63-.84 1-1.87 1-3a5 5 0 0 0-5-5m-5 5a5 5 0 0 0 5 5c.6 0 1.17-.1 1.7-.3c.2-.53.3-1.1.3-1.7a5 5 0 0 0-5-5c-.6 0-1.17.1-1.7.3c-.2.53-.3 1.1-.3 1.7"/></svg>

React

import type { SVGProps } from "react";

export function MdiTransition(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a7 7 0 0 1 7 7c0 2.71-1.54 5.05-3.78 6.22a7.1 7.1 0 0 1-3 3A7.01 7.01 0 0 1 9 22a7 7 0 0 1-7-7c0-2.71 1.54-5.05 3.78-6.22a7.1 7.1 0 0 1 3-3A7.01 7.01 0 0 1 15 2m-3 17a7 7 0 0 1-7-7c-.63.84-1 1.87-1 3a5 5 0 0 0 5 5c1.13 0 2.16-.37 3-1m3-3a7 7 0 0 1-7-7c-.63.84-1 1.87-1 3a5 5 0 0 0 5 5c1.13 0 2.16-.37 3-1m0-12c-1.13 0-2.16.37-3 1a7 7 0 0 1 7 7c.63-.84 1-1.87 1-3a5 5 0 0 0-5-5m-5 5a5 5 0 0 0 5 5c.6 0 1.17-.1 1.7-.3c.2-.53.3-1.1.3-1.7a5 5 0 0 0-5-5c-.6 0-1.17.1-1.7.3c-.2.53-.3 1.1-.3 1.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a7 7 0 0 1 7 7c0 2.71-1.54 5.05-3.78 6.22a7.1 7.1 0 0 1-3 3A7.01 7.01 0 0 1 9 22a7 7 0 0 1-7-7c0-2.71 1.54-5.05 3.78-6.22a7.1 7.1 0 0 1 3-3A7.01 7.01 0 0 1 15 2m-3 17a7 7 0 0 1-7-7c-.63.84-1 1.87-1 3a5 5 0 0 0 5 5c1.13 0 2.16-.37 3-1m3-3a7 7 0 0 1-7-7c-.63.84-1 1.87-1 3a5 5 0 0 0 5 5c1.13 0 2.16-.37 3-1m0-12c-1.13 0-2.16.37-3 1a7 7 0 0 1 7 7c.63-.84 1-1.87 1-3a5 5 0 0 0-5-5m-5 5a5 5 0 0 0 5 5c.6 0 1.17-.1 1.7-.3c.2-.53.3-1.1.3-1.7a5 5 0 0 0-5-5c-.6 0-1.17.1-1.7.3c-.2.53-.3 1.1-.3 1.7"/></svg>
</template>

CSS

.icon-transition {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202a7%207%200%200%201%207%207c0%202.71-1.54%205.05-3.78%206.22a7.1%207.1%200%200%201-3%203A7.01%207.01%200%200%201%209%2022a7%207%200%200%201-7-7c0-2.71%201.54-5.05%203.78-6.22a7.1%207.1%200%200%201%203-3A7.01%207.01%200%200%201%2015%202m-3%2017a7%207%200%200%201-7-7c-.63.84-1%201.87-1%203a5%205%200%200%200%205%205c1.13%200%202.16-.37%203-1m3-3a7%207%200%200%201-7-7c-.63.84-1%201.87-1%203a5%205%200%200%200%205%205c1.13%200%202.16-.37%203-1m0-12c-1.13%200-2.16.37-3%201a7%207%200%200%201%207%207c.63-.84%201-1.87%201-3a5%205%200%200%200-5-5m-5%205a5%205%200%200%200%205%205c.6%200%201.17-.1%201.7-.3c.2-.53.3-1.1.3-1.7a5%205%200%200%200-5-5c-.6%200-1.17.1-1.7.3c-.2.53-.3%201.1-.3%201.7%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202a7%207%200%200%201%207%207c0%202.71-1.54%205.05-3.78%206.22a7.1%207.1%200%200%201-3%203A7.01%207.01%200%200%201%209%2022a7%207%200%200%201-7-7c0-2.71%201.54-5.05%203.78-6.22a7.1%207.1%200%200%201%203-3A7.01%207.01%200%200%201%2015%202m-3%2017a7%207%200%200%201-7-7c-.63.84-1%201.87-1%203a5%205%200%200%200%205%205c1.13%200%202.16-.37%203-1m3-3a7%207%200%200%201-7-7c-.63.84-1%201.87-1%203a5%205%200%200%200%205%205c1.13%200%202.16-.37%203-1m0-12c-1.13%200-2.16.37-3%201a7%207%200%200%201%207%207c.63-.84%201-1.87%201-3a5%205%200%200%200-5-5m-5%205a5%205%200%200%200%205%205c.6%200%201.17-.1%201.7-.3c.2-.53.3-1.1.3-1.7a5%205%200%200%200-5-5c-.6%200-1.17.1-1.7.3c-.2.53-.3%201.1-.3%201.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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