motion photos on icon
motion-photos-on-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- motion-photos-on-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the motion photos on icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-.8.125-1.6T2.5 8.825q.125-.4.513-.537t.737.062q.375.2.538.588t.037.812q-.15.55-.238 1.113T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.6 0-1.187.087T9.65 4.35q-.425.125-.8-.025T8.3 3.8t-.013-.762t.563-.513q.75-.275 1.55-.4T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22M4.438 6.563Q4 6.125 4 5.5t.438-1.062T5.5 4t1.063.438T7 5.5t-.437 1.063T5.5 7t-1.062-.437M7.75 7.75Q9.5 6 12 6t4.25 1.75T18 12t-1.75 4.25T12 18t-4.25-1.75T6 12t1.75-4.25"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMotionPhotosOnRounded(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="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-.8.125-1.6T2.5 8.825q.125-.4.513-.537t.737.062q.375.2.538.588t.037.812q-.15.55-.238 1.113T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.6 0-1.187.087T9.65 4.35q-.425.125-.8-.025T8.3 3.8t-.013-.762t.563-.513q.75-.275 1.55-.4T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22M4.438 6.563Q4 6.125 4 5.5t.438-1.062T5.5 4t1.063.438T7 5.5t-.437 1.063T5.5 7t-1.062-.437M7.75 7.75Q9.5 6 12 6t4.25 1.75T18 12t-1.75 4.25T12 18t-4.25-1.75T6 12t1.75-4.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12q0-.8.125-1.6T2.5 8.825q.125-.4.513-.537t.737.062q.375.2.538.588t.037.812q-.15.55-.238 1.113T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.6 0-1.187.087T9.65 4.35q-.425.125-.8-.025T8.3 3.8t-.013-.762t.563-.513q.75-.275 1.55-.4T12 2q2.075 0 3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22M4.438 6.563Q4 6.125 4 5.5t.438-1.062T5.5 4t1.063.438T7 5.5t-.437 1.063T5.5 7t-1.062-.437M7.75 7.75Q9.5 6 12 6t4.25 1.75T18 12t-1.75 4.25T12 18t-4.25-1.75T6 12t1.75-4.25"/></svg> </template>
CSS
.icon-motion-photos-on-rounded {
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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-.8.125-1.6T2.5%208.825q.125-.4.513-.537t.737.062q.375.2.538.588t.037.812q-.15.55-.238%201.113T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012t-2.325-5.675T12%204q-.6%200-1.187.087T9.65%204.35q-.425.125-.8-.025T8.3%203.8t-.013-.762t.563-.513q.75-.275%201.55-.4T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022M4.438%206.563Q4%206.125%204%205.5t.438-1.062T5.5%204t1.063.438T7%205.5t-.437%201.063T5.5%207t-1.062-.437M7.75%207.75Q9.5%206%2012%206t4.25%201.75T18%2012t-1.75%204.25T12%2018t-4.25-1.75T6%2012t1.75-4.25%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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012q0-.8.125-1.6T2.5%208.825q.125-.4.513-.537t.737.062q.375.2.538.588t.037.812q-.15.55-.238%201.113T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012t-2.325-5.675T12%204q-.6%200-1.187.087T9.65%204.35q-.425.125-.8-.025T8.3%203.8t-.013-.762t.563-.513q.75-.275%201.55-.4T12%202q2.075%200%203.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022M4.438%206.563Q4%206.125%204%205.5t.438-1.062T5.5%204t1.063.438T7%205.5t-.437%201.063T5.5%207t-1.062-.437M7.75%207.75Q9.5%206%2012%206t4.25%201.75T18%2012t-1.75%204.25T12%2018t-4.25-1.75T6%2012t1.75-4.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/motion-photos-on-rounded.svg?color=%231a73e8&size=48