masked transitions icon
masked-transitions from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- masked-transitions
- Set
- Material Symbols
- 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
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="M4.05 19.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.075 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 MaterialSymbolsMaskedTransitions(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="M4.05 19.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.075 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="M4.05 19.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.075 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 {
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%22M4.05%2019.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.075%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%22M4.05%2019.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.075%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.svg?color=%231a73e8&size=48