round motion photos on icon

round-motion-photos-on from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-motion-photos-on
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round 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="M4 9c.26.26.34.63.25.98a8.1 8.1 0 0 0 .1 4.38c.88 2.91 3.44 5.1 6.44 5.55c5.52.81 10.19-4.06 9.03-9.62c-.65-3.13-3.23-5.61-6.37-6.16a8.2 8.2 0 0 0-3.46.13c-.35.09-.73 0-.98-.25c-.56-.56-.28-1.49.47-1.69c1.47-.38 3.06-.44 4.7-.09c3.98.86 7.09 4.18 7.7 8.2c1.04 6.81-4.82 12.58-11.64 11.42c-4.01-.69-7.26-3.86-8.04-7.85c-.31-1.59-.24-3.12.12-4.53C2.52 8.72 3.45 8.45 4 9m2 3c0-3.31 2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6s-6-2.69-6-6m1-6.5C7 6.33 6.33 7 5.5 7S4 6.33 4 5.5S4.67 4 5.5 4S7 4.67 7 5.5"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundMotionPhotosOn(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 9c.26.26.34.63.25.98a8.1 8.1 0 0 0 .1 4.38c.88 2.91 3.44 5.1 6.44 5.55c5.52.81 10.19-4.06 9.03-9.62c-.65-3.13-3.23-5.61-6.37-6.16a8.2 8.2 0 0 0-3.46.13c-.35.09-.73 0-.98-.25c-.56-.56-.28-1.49.47-1.69c1.47-.38 3.06-.44 4.7-.09c3.98.86 7.09 4.18 7.7 8.2c1.04 6.81-4.82 12.58-11.64 11.42c-4.01-.69-7.26-3.86-8.04-7.85c-.31-1.59-.24-3.12.12-4.53C2.52 8.72 3.45 8.45 4 9m2 3c0-3.31 2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6s-6-2.69-6-6m1-6.5C7 6.33 6.33 7 5.5 7S4 6.33 4 5.5S4.67 4 5.5 4S7 4.67 7 5.5"/></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 9c.26.26.34.63.25.98a8.1 8.1 0 0 0 .1 4.38c.88 2.91 3.44 5.1 6.44 5.55c5.52.81 10.19-4.06 9.03-9.62c-.65-3.13-3.23-5.61-6.37-6.16a8.2 8.2 0 0 0-3.46.13c-.35.09-.73 0-.98-.25c-.56-.56-.28-1.49.47-1.69c1.47-.38 3.06-.44 4.7-.09c3.98.86 7.09 4.18 7.7 8.2c1.04 6.81-4.82 12.58-11.64 11.42c-4.01-.69-7.26-3.86-8.04-7.85c-.31-1.59-.24-3.12.12-4.53C2.52 8.72 3.45 8.45 4 9m2 3c0-3.31 2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6s-6-2.69-6-6m1-6.5C7 6.33 6.33 7 5.5 7S4 6.33 4 5.5S4.67 4 5.5 4S7 4.67 7 5.5"/></svg>
</template>

CSS

.icon-round-motion-photos-on {
  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%209c.26.26.34.63.25.98a8.1%208.1%200%200%200%20.1%204.38c.88%202.91%203.44%205.1%206.44%205.55c5.52.81%2010.19-4.06%209.03-9.62c-.65-3.13-3.23-5.61-6.37-6.16a8.2%208.2%200%200%200-3.46.13c-.35.09-.73%200-.98-.25c-.56-.56-.28-1.49.47-1.69c1.47-.38%203.06-.44%204.7-.09c3.98.86%207.09%204.18%207.7%208.2c1.04%206.81-4.82%2012.58-11.64%2011.42c-4.01-.69-7.26-3.86-8.04-7.85c-.31-1.59-.24-3.12.12-4.53C2.52%208.72%203.45%208.45%204%209m2%203c0-3.31%202.69-6%206-6s6%202.69%206%206s-2.69%206-6%206s-6-2.69-6-6m1-6.5C7%206.33%206.33%207%205.5%207S4%206.33%204%205.5S4.67%204%205.5%204S7%204.67%207%205.5%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%209c.26.26.34.63.25.98a8.1%208.1%200%200%200%20.1%204.38c.88%202.91%203.44%205.1%206.44%205.55c5.52.81%2010.19-4.06%209.03-9.62c-.65-3.13-3.23-5.61-6.37-6.16a8.2%208.2%200%200%200-3.46.13c-.35.09-.73%200-.98-.25c-.56-.56-.28-1.49.47-1.69c1.47-.38%203.06-.44%204.7-.09c3.98.86%207.09%204.18%207.7%208.2c1.04%206.81-4.82%2012.58-11.64%2011.42c-4.01-.69-7.26-3.86-8.04-7.85c-.31-1.59-.24-3.12.12-4.53C2.52%208.72%203.45%208.45%204%209m2%203c0-3.31%202.69-6%206-6s6%202.69%206%206s-2.69%206-6%206s-6-2.69-6-6m1-6.5C7%206.33%206.33%207%205.5%207S4%206.33%204%205.5S4.67%204%205.5%204S7%204.67%207%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-motion-photos-on.svg?color=%231a73e8&size=48