masked transitions icon

masked-transitions from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
masked-transitions
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
masked-transitions-outline, masked-transitions-outline-rounded, masked-transitions-outline-sharp, masked-transitions-rounded, masked-transitions-sharp

The same icon in other sets

More images icons from Material Symbols Light

Use the masked transitions icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.137 18.864q-1.752-1.753-1.752-4.249t1.752-4.248t4.248-1.752t4.248 1.752t1.752 4.248t-1.752 4.248t-4.248 1.752t-4.248-1.752m7.785-.71q1.463-1.463 1.463-3.537t-1.463-3.538t-3.537-1.463t-3.538 1.463t-1.462 3.538t1.462 3.537t3.538 1.463t3.537-1.463m3.836-3.184q.011-.092.011-.171v-.183q0-3.056-2.164-5.22t-5.22-2.164h-.183q-.079 0-.171.011q.496-1.469 1.982-2.663t3.603-1.195q2.496 0 4.248 1.752t1.752 4.248q0 2.118-1.195 3.603t-2.663 1.982"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMaskedTransitions(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="M5.137 18.864q-1.752-1.753-1.752-4.249t1.752-4.248t4.248-1.752t4.248 1.752t1.752 4.248t-1.752 4.248t-4.248 1.752t-4.248-1.752m7.785-.71q1.463-1.463 1.463-3.537t-1.463-3.538t-3.537-1.463t-3.538 1.463t-1.462 3.538t1.462 3.537t3.538 1.463t3.537-1.463m3.836-3.184q.011-.092.011-.171v-.183q0-3.056-2.164-5.22t-5.22-2.164h-.183q-.079 0-.171.011q.496-1.469 1.982-2.663t3.603-1.195q2.496 0 4.248 1.752t1.752 4.248q0 2.118-1.195 3.603t-2.663 1.982"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.137 18.864q-1.752-1.753-1.752-4.249t1.752-4.248t4.248-1.752t4.248 1.752t1.752 4.248t-1.752 4.248t-4.248 1.752t-4.248-1.752m7.785-.71q1.463-1.463 1.463-3.537t-1.463-3.538t-3.537-1.463t-3.538 1.463t-1.462 3.538t1.462 3.537t3.538 1.463t3.537-1.463m3.836-3.184q.011-.092.011-.171v-.183q0-3.056-2.164-5.22t-5.22-2.164h-.183q-.079 0-.171.011q.496-1.469 1.982-2.663t3.603-1.195q2.496 0 4.248 1.752t1.752 4.248q0 2.118-1.195 3.603t-2.663 1.982"/></svg>
</template>

CSS

.icon-masked-transitions {
  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%22M5.137%2018.864q-1.752-1.753-1.752-4.249t1.752-4.248t4.248-1.752t4.248%201.752t1.752%204.248t-1.752%204.248t-4.248%201.752t-4.248-1.752m7.785-.71q1.463-1.463%201.463-3.537t-1.463-3.538t-3.537-1.463t-3.538%201.463t-1.462%203.538t1.462%203.537t3.538%201.463t3.537-1.463m3.836-3.184q.011-.092.011-.171v-.183q0-3.056-2.164-5.22t-5.22-2.164h-.183q-.079%200-.171.011q.496-1.469%201.982-2.663t3.603-1.195q2.496%200%204.248%201.752t1.752%204.248q0%202.118-1.195%203.603t-2.663%201.982%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%22M5.137%2018.864q-1.752-1.753-1.752-4.249t1.752-4.248t4.248-1.752t4.248%201.752t1.752%204.248t-1.752%204.248t-4.248%201.752t-4.248-1.752m7.785-.71q1.463-1.463%201.463-3.537t-1.463-3.538t-3.537-1.463t-3.538%201.463t-1.462%203.538t1.462%203.537t3.538%201.463t3.537-1.463m3.836-3.184q.011-.092.011-.171v-.183q0-3.056-2.164-5.22t-5.22-2.164h-.183q-.079%200-.171.011q.496-1.469%201.982-2.663t3.603-1.195q2.496%200%204.248%201.752t1.752%204.248q0%202.118-1.195%203.603t-2.663%201.982%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/masked-transitions.svg?color=%231a73e8&size=48