masked transitions add icon

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

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

The same icon in other sets

More images icons from Material Symbols

Use the masked transitions add icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 18v-2H6v-2h2v-2h2v2h2v2h-2v2zm-3.95 1.95Q2 17.9 2 15t2.05-4.95T9 8t4.95 2.05T16 15t-2.05 4.95T9 22t-4.95-2.05m8.488-1.412Q14 17.074 14 15t-1.463-3.537T9 10t-3.537 1.463T4 15t1.463 3.538T9 20t3.538-1.463M16.95 15.7q.05-.15.05-.325V15q0-3.325-2.337-5.662T9 7h-.375q-.175 0-.325.05q.65-2.2 2.463-3.625T15 2q2.9 0 4.95 2.05T22 9q0 2.425-1.425 4.238T16.95 15.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMaskedTransitionsAdd(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="M8 18v-2H6v-2h2v-2h2v2h2v2h-2v2zm-3.95 1.95Q2 17.9 2 15t2.05-4.95T9 8t4.95 2.05T16 15t-2.05 4.95T9 22t-4.95-2.05m8.488-1.412Q14 17.074 14 15t-1.463-3.537T9 10t-3.537 1.463T4 15t1.463 3.538T9 20t3.538-1.463M16.95 15.7q.05-.15.05-.325V15q0-3.325-2.337-5.662T9 7h-.375q-.175 0-.325.05q.65-2.2 2.463-3.625T15 2q2.9 0 4.95 2.05T22 9q0 2.425-1.425 4.238T16.95 15.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="M8 18v-2H6v-2h2v-2h2v2h2v2h-2v2zm-3.95 1.95Q2 17.9 2 15t2.05-4.95T9 8t4.95 2.05T16 15t-2.05 4.95T9 22t-4.95-2.05m8.488-1.412Q14 17.074 14 15t-1.463-3.537T9 10t-3.537 1.463T4 15t1.463 3.538T9 20t3.538-1.463M16.95 15.7q.05-.15.05-.325V15q0-3.325-2.337-5.662T9 7h-.375q-.175 0-.325.05q.65-2.2 2.463-3.625T15 2q2.9 0 4.95 2.05T22 9q0 2.425-1.425 4.238T16.95 15.7"/></svg>
</template>

CSS

.icon-masked-transitions-add {
  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%22M8%2018v-2H6v-2h2v-2h2v2h2v2h-2v2zm-3.95%201.95Q2%2017.9%202%2015t2.05-4.95T9%208t4.95%202.05T16%2015t-2.05%204.95T9%2022t-4.95-2.05m8.488-1.412Q14%2017.074%2014%2015t-1.463-3.537T9%2010t-3.537%201.463T4%2015t1.463%203.538T9%2020t3.538-1.463M16.95%2015.7q.05-.15.05-.325V15q0-3.325-2.337-5.662T9%207h-.375q-.175%200-.325.05q.65-2.2%202.463-3.625T15%202q2.9%200%204.95%202.05T22%209q0%202.425-1.425%204.238T16.95%2015.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%22M8%2018v-2H6v-2h2v-2h2v2h2v2h-2v2zm-3.95%201.95Q2%2017.9%202%2015t2.05-4.95T9%208t4.95%202.05T16%2015t-2.05%204.95T9%2022t-4.95-2.05m8.488-1.412Q14%2017.074%2014%2015t-1.463-3.537T9%2010t-3.537%201.463T4%2015t1.463%203.538T9%2020t3.538-1.463M16.95%2015.7q.05-.15.05-.325V15q0-3.325-2.337-5.662T9%207h-.375q-.175%200-.325.05q.65-2.2%202.463-3.625T15%202q2.9%200%204.95%202.05T22%209q0%202.425-1.425%204.238T16.95%2015.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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