motion photos paused icon

motion-photos-paused-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
motion-photos-paused-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

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="M10.665 14.472q.143-.144.143-.356V9.885q0-.213-.144-.357t-.357-.143t-.356.143t-.143.357v4.23q0 .213.144.357t.356.144t.357-.144m3.384 0q.143-.144.143-.356V9.885q0-.213-.144-.357q-.143-.143-.356-.143t-.356.143t-.144.357v4.23q0 .213.144.357t.357.144t.356-.144M12.003 21q-1.866 0-3.51-.705q-1.643-.706-2.859-1.915t-1.925-2.843T3 12.039q0-.762.125-1.504q.125-.743.356-1.48q.067-.207.262-.296q.196-.09.378-.005q.196.085.272.299t.009.428q-.185.62-.294 1.253T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.63 0-1.246.097t-1.22.291q-.213.068-.415-.015t-.3-.265t-.012-.369q.085-.185.274-.253q.673-.236 1.377-.361T11.888 3q1.886 0 3.544.701t2.893 1.926t1.955 2.866t.72 3.505t-.708 3.509t-1.924 2.859t-2.856 1.925t-3.509.709m-6.7-14.457q-.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 MaterialSymbolsLightMotionPhotosPausedOutlineRounded(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="M10.665 14.472q.143-.144.143-.356V9.885q0-.213-.144-.357t-.357-.143t-.356.143t-.143.357v4.23q0 .213.144.357t.356.144t.357-.144m3.384 0q.143-.144.143-.356V9.885q0-.213-.144-.357q-.143-.143-.356-.143t-.356.143t-.144.357v4.23q0 .213.144.357t.357.144t.356-.144M12.003 21q-1.866 0-3.51-.705q-1.643-.706-2.859-1.915t-1.925-2.843T3 12.039q0-.762.125-1.504q.125-.743.356-1.48q.067-.207.262-.296q.196-.09.378-.005q.196.085.272.299t.009.428q-.185.62-.294 1.253T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.63 0-1.246.097t-1.22.291q-.213.068-.415-.015t-.3-.265t-.012-.369q.085-.185.274-.253q.673-.236 1.377-.361T11.888 3q1.886 0 3.544.701t2.893 1.926t1.955 2.866t.72 3.505t-.708 3.509t-1.924 2.859t-2.856 1.925t-3.509.709m-6.7-14.457q-.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="M10.665 14.472q.143-.144.143-.356V9.885q0-.213-.144-.357t-.357-.143t-.356.143t-.143.357v4.23q0 .213.144.357t.356.144t.357-.144m3.384 0q.143-.144.143-.356V9.885q0-.213-.144-.357q-.143-.143-.356-.143t-.356.143t-.144.357v4.23q0 .213.144.357t.357.144t.356-.144M12.003 21q-1.866 0-3.51-.705q-1.643-.706-2.859-1.915t-1.925-2.843T3 12.039q0-.762.125-1.504q.125-.743.356-1.48q.067-.207.262-.296q.196-.09.378-.005q.196.085.272.299t.009.428q-.185.62-.294 1.253T4 12q0 3.35 2.325 5.675T12 20t5.675-2.325T20 12t-2.325-5.675T12 4q-.63 0-1.246.097t-1.22.291q-.213.068-.415-.015t-.3-.265t-.012-.369q.085-.185.274-.253q.673-.236 1.377-.361T11.888 3q1.886 0 3.544.701t2.893 1.926t1.955 2.866t.72 3.505t-.708 3.509t-1.924 2.859t-2.856 1.925t-3.509.709m-6.7-14.457q-.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-paused-outline-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%22M10.665%2014.472q.143-.144.143-.356V9.885q0-.213-.144-.357t-.357-.143t-.356.143t-.143.357v4.23q0%20.213.144.357t.356.144t.357-.144m3.384%200q.143-.144.143-.356V9.885q0-.213-.144-.357q-.143-.143-.356-.143t-.356.143t-.144.357v4.23q0%20.213.144.357t.357.144t.356-.144M12.003%2021q-1.866%200-3.51-.705q-1.643-.706-2.859-1.915t-1.925-2.843T3%2012.039q0-.762.125-1.504q.125-.743.356-1.48q.067-.207.262-.296q.196-.09.378-.005q.196.085.272.299t.009.428q-.185.62-.294%201.253T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012t-2.325-5.675T12%204q-.63%200-1.246.097t-1.22.291q-.213.068-.415-.015t-.3-.265t-.012-.369q.085-.185.274-.253q.673-.236%201.377-.361T11.888%203q1.886%200%203.544.701t2.893%201.926t1.955%202.866t.72%203.505t-.708%203.509t-1.924%202.859t-2.856%201.925t-3.509.709m-6.7-14.457q-.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%22M10.665%2014.472q.143-.144.143-.356V9.885q0-.213-.144-.357t-.357-.143t-.356.143t-.143.357v4.23q0%20.213.144.357t.356.144t.357-.144m3.384%200q.143-.144.143-.356V9.885q0-.213-.144-.357q-.143-.143-.356-.143t-.356.143t-.144.357v4.23q0%20.213.144.357t.357.144t.356-.144M12.003%2021q-1.866%200-3.51-.705q-1.643-.706-2.859-1.915t-1.925-2.843T3%2012.039q0-.762.125-1.504q.125-.743.356-1.48q.067-.207.262-.296q.196-.09.378-.005q.196.085.272.299t.009.428q-.185.62-.294%201.253T4%2012q0%203.35%202.325%205.675T12%2020t5.675-2.325T20%2012t-2.325-5.675T12%204q-.63%200-1.246.097t-1.22.291q-.213.068-.415-.015t-.3-.265t-.012-.369q.085-.185.274-.253q.673-.236%201.377-.361T11.888%203q1.886%200%203.544.701t2.893%201.926t1.955%202.866t.72%203.505t-.708%203.509t-1.924%202.859t-2.856%201.925t-3.509.709m-6.7-14.457q-.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-paused-outline-rounded.svg?color=%231a73e8&size=48