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

Name
motion-blur-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
motion-blur-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the motion blur icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 16.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6.634q-.85-.617-1.255-1.406t-.472-1.594H9.385q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h3.138q.106-.844.51-1.633q.406-.788 1.217-1.367H4q-.213 0-.356-.144T3.5 7.999t.144-.356T4 7.5h13q1.868 0 3.184 1.316Q21.5 10.13 21.5 11.997t-1.316 3.185T17 16.5zm9.384-1q1.442 0 2.471-1.029T20.5 12t-1.029-2.471T17 8.5t-2.471 1.029T13.5 12t1.029 2.471T17 15.5m-14-3q-.213 0-.356-.144t-.144-.357t.144-.356T3 11.5h4.385q.212 0 .356.144t.144.357t-.144.356t-.356.143zm1 4q-.213 0-.356-.144t-.144-.357t.144-.356T4 15.5h1.616q.212 0 .356.144t.143.357t-.143.356t-.357.143z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMotionBlurRounded(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="M7.616 16.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6.634q-.85-.617-1.255-1.406t-.472-1.594H9.385q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h3.138q.106-.844.51-1.633q.406-.788 1.217-1.367H4q-.213 0-.356-.144T3.5 7.999t.144-.356T4 7.5h13q1.868 0 3.184 1.316Q21.5 10.13 21.5 11.997t-1.316 3.185T17 16.5zm9.384-1q1.442 0 2.471-1.029T20.5 12t-1.029-2.471T17 8.5t-2.471 1.029T13.5 12t1.029 2.471T17 15.5m-14-3q-.213 0-.356-.144t-.144-.357t.144-.356T3 11.5h4.385q.212 0 .356.144t.144.357t-.144.356t-.356.143zm1 4q-.213 0-.356-.144t-.144-.357t.144-.356T4 15.5h1.616q.212 0 .356.144t.143.357t-.143.356t-.357.143z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.616 16.5q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6.634q-.85-.617-1.255-1.406t-.472-1.594H9.385q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h3.138q.106-.844.51-1.633q.406-.788 1.217-1.367H4q-.213 0-.356-.144T3.5 7.999t.144-.356T4 7.5h13q1.868 0 3.184 1.316Q21.5 10.13 21.5 11.997t-1.316 3.185T17 16.5zm9.384-1q1.442 0 2.471-1.029T20.5 12t-1.029-2.471T17 8.5t-2.471 1.029T13.5 12t1.029 2.471T17 15.5m-14-3q-.213 0-.356-.144t-.144-.357t.144-.356T3 11.5h4.385q.212 0 .356.144t.144.357t-.144.356t-.356.143zm1 4q-.213 0-.356-.144t-.144-.357t.144-.356T4 15.5h1.616q.212 0 .356.144t.143.357t-.143.356t-.357.143z"/></svg>
</template>

CSS

.icon-motion-blur-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%22M7.616%2016.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h6.634q-.85-.617-1.255-1.406t-.472-1.594H9.385q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h3.138q.106-.844.51-1.633q.406-.788%201.217-1.367H4q-.213%200-.356-.144T3.5%207.999t.144-.356T4%207.5h13q1.868%200%203.184%201.316Q21.5%2010.13%2021.5%2011.997t-1.316%203.185T17%2016.5zm9.384-1q1.442%200%202.471-1.029T20.5%2012t-1.029-2.471T17%208.5t-2.471%201.029T13.5%2012t1.029%202.471T17%2015.5m-14-3q-.213%200-.356-.144t-.144-.357t.144-.356T3%2011.5h4.385q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm1%204q-.213%200-.356-.144t-.144-.357t.144-.356T4%2015.5h1.616q.212%200%20.356.144t.143.357t-.143.356t-.357.143z%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%22M7.616%2016.5q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h6.634q-.85-.617-1.255-1.406t-.472-1.594H9.385q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h3.138q.106-.844.51-1.633q.406-.788%201.217-1.367H4q-.213%200-.356-.144T3.5%207.999t.144-.356T4%207.5h13q1.868%200%203.184%201.316Q21.5%2010.13%2021.5%2011.997t-1.316%203.185T17%2016.5zm9.384-1q1.442%200%202.471-1.029T20.5%2012t-1.029-2.471T17%208.5t-2.471%201.029T13.5%2012t1.029%202.471T17%2015.5m-14-3q-.213%200-.356-.144t-.144-.357t.144-.356T3%2011.5h4.385q.212%200%20.356.144t.144.357t-.144.356t-.356.143zm1%204q-.213%200-.356-.144t-.144-.357t.144-.356T4%2015.5h1.616q.212%200%20.356.144t.143.357t-.143.356t-.357.143z%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-blur-rounded.svg?color=%231a73e8&size=48