motion photos paused icon
motion-photos-paused from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- motion-photos-paused
- Set
- Material Symbols
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-photos-paused-sharp
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the motion photos paused icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 15h2V9H9zm4 0h2V9h-2zm-4.9 6.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12q0-1.075.225-2.113t.65-2.012l1.55 1.55q-.2.65-.312 1.287T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.675 0-1.312.112t-1.263.313L7.9 2.9q1-.45 2-.675T12 2q2.075 0 3.9.787t3.175 2.138T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788M4.438 6.562Q4 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 MaterialSymbolsMotionPhotosPaused(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="M9 15h2V9H9zm4 0h2V9h-2zm-4.9 6.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12q0-1.075.225-2.113t.65-2.012l1.55 1.55q-.2.65-.312 1.287T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.675 0-1.312.112t-1.263.313L7.9 2.9q1-.45 2-.675T12 2q2.075 0 3.9.787t3.175 2.138T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788M4.438 6.562Q4 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="M9 15h2V9H9zm4 0h2V9h-2zm-4.9 6.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12q0-1.075.225-2.113t.65-2.012l1.55 1.55q-.2.65-.312 1.287T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.675 0-1.312.112t-1.263.313L7.9 2.9q1-.45 2-.675T12 2q2.075 0 3.9.787t3.175 2.138T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788M4.438 6.562Q4 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-paused {
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%22M9%2015h2V9H9zm4%200h2V9h-2zm-4.9%206.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012q0-1.075.225-2.113t.65-2.012l1.55%201.55q-.2.65-.312%201.287T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012t-2.325-5.675T12%204q-.675%200-1.312.112t-1.263.313L7.9%202.9q1-.45%202-.675T12%202q2.075%200%203.9.787t3.175%202.138T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788M4.438%206.562Q4%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%22M9%2015h2V9H9zm4%200h2V9h-2zm-4.9%206.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012q0-1.075.225-2.113t.65-2.012l1.55%201.55q-.2.65-.312%201.287T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012t-2.325-5.675T12%204q-.675%200-1.312.112t-1.263.313L7.9%202.9q1-.45%202-.675T12%202q2.075%200%203.9.787t3.175%202.138T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788M4.438%206.562Q4%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-paused.svg?color=%231a73e8&size=48