motion photos on icon
motion-photos-on-outline from Material Symbols Light by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- motion-photos-on-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- motion-photos-on-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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="M8.494 20.299q-1.642-.701-2.858-1.916q-1.215-1.216-1.926-2.848Q3 13.902 3 12.039q0-.902.167-1.776t.497-1.715l.78.78q-.219.65-.331 1.317T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.675 0-1.332.112t-1.3.332l-.776-.775q.789-.315 1.606-.492T11.885 3q1.882 0 3.544.701t2.896 1.926t1.955 2.867T21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.701M5.303 6.543q-.264-.264-.264-.62t.264-.62t.62-.264t.62.264t.265.62t-.265.62t-.62.265t-.62-.265M12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMotionPhotosOnOutline(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.494 20.299q-1.642-.701-2.858-1.916q-1.215-1.216-1.926-2.848Q3 13.902 3 12.039q0-.902.167-1.776t.497-1.715l.78.78q-.219.65-.331 1.317T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.675 0-1.332.112t-1.3.332l-.776-.775q.789-.315 1.606-.492T11.885 3q1.882 0 3.544.701t2.896 1.926t1.955 2.867T21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.701M5.303 6.543q-.264-.264-.264-.62t.264-.62t.62-.264t.62.264t.265.62t-.265.62t-.62.265t-.62-.265M12 12"/></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.494 20.299q-1.642-.701-2.858-1.916q-1.215-1.216-1.926-2.848Q3 13.902 3 12.039q0-.902.167-1.776t.497-1.715l.78.78q-.219.65-.331 1.317T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.675 0-1.332.112t-1.3.332l-.776-.775q.789-.315 1.606-.492T11.885 3q1.882 0 3.544.701t2.896 1.926t1.955 2.867T21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.701M5.303 6.543q-.264-.264-.264-.62t.264-.62t.62-.264t.62.264t.265.62t-.265.62t-.62.265t-.62-.265M12 12"/></svg> </template>
CSS
.icon-motion-photos-on-outline {
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.494%2020.299q-1.642-.701-2.858-1.916q-1.215-1.216-1.926-2.848Q3%2013.902%203%2012.039q0-.902.167-1.776t.497-1.715l.78.78q-.219.65-.331%201.317T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012t-2.325-5.675T12%204q-.675%200-1.332.112t-1.3.332l-.776-.775q.789-.315%201.606-.492T11.885%203q1.882%200%203.544.701t2.896%201.926t1.955%202.867T21%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.701M5.303%206.543q-.264-.264-.264-.62t.264-.62t.62-.264t.62.264t.265.62t-.265.62t-.62.265t-.62-.265M12%2012%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.494%2020.299q-1.642-.701-2.858-1.916q-1.215-1.216-1.926-2.848Q3%2013.902%203%2012.039q0-.902.167-1.776t.497-1.715l.78.78q-.219.65-.331%201.317T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012t-2.325-5.675T12%204q-.675%200-1.332.112t-1.3.332l-.776-.775q.789-.315%201.606-.492T11.885%203q1.882%200%203.544.701t2.896%201.926t1.955%202.867T21%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.701M5.303%206.543q-.264-.264-.264-.62t.264-.62t.62-.264t.62.264t.265.62t-.265.62t-.62.265t-.62-.265M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/motion-photos-on-outline.svg?color=%231a73e8&size=48