published with changes icon

published-with-changes-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
published-with-changes-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
published-with-changes-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the published with changes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 5.41Q5.74 6.625 4.87 8.343T4 12q0 2.76 1.654 4.907t4.387 2.849q.201.061.33.235q.129.175.129.382t-.16.339q-.16.13-.336.075q-3.096-.727-5.05-3.147T3 12q0-2.16.932-4.017T6.727 4.73H4.25q-.213 0-.357-.144T3.75 4.23t.143-.357t.357-.143h3.442q.348 0 .578.23t.23.577V7.98q0 .213-.143.357T8 8.48t-.357-.143T7.5 7.98zm3.075 9.077l5.321-5.322q.146-.146.344-.153q.198-.006.364.16q.16.164.162.353t-.162.354l-5.463 5.463q-.243.243-.566.243t-.565-.243l-2.614-2.619q-.14-.14-.153-.341t.153-.366q.16-.16.354-.16t.354.16zm6.698 4.802h2.477q.214 0 .357.143t.143.357t-.143.356t-.357.144h-3.442q-.349 0-.578-.23q-.23-.23-.23-.578v-3.443q0-.213.143-.356t.357-.144t.357.144t.143.356v2.571q1.74-1.24 2.62-2.955T20 12q0-2.76-1.654-4.907T13.96 4.244q-.202-.061-.331-.226q-.129-.164-.129-.372t.16-.348t.336-.085q3.096.708 5.05 3.138T21 12q0 2.16-.932 4.027t-2.795 3.262"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPublishedWithChangesRounded(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.5 5.41Q5.74 6.625 4.87 8.343T4 12q0 2.76 1.654 4.907t4.387 2.849q.201.061.33.235q.129.175.129.382t-.16.339q-.16.13-.336.075q-3.096-.727-5.05-3.147T3 12q0-2.16.932-4.017T6.727 4.73H4.25q-.213 0-.357-.144T3.75 4.23t.143-.357t.357-.143h3.442q.348 0 .578.23t.23.577V7.98q0 .213-.143.357T8 8.48t-.357-.143T7.5 7.98zm3.075 9.077l5.321-5.322q.146-.146.344-.153q.198-.006.364.16q.16.164.162.353t-.162.354l-5.463 5.463q-.243.243-.566.243t-.565-.243l-2.614-2.619q-.14-.14-.153-.341t.153-.366q.16-.16.354-.16t.354.16zm6.698 4.802h2.477q.214 0 .357.143t.143.357t-.143.356t-.357.144h-3.442q-.349 0-.578-.23q-.23-.23-.23-.578v-3.443q0-.213.143-.356t.357-.144t.357.144t.143.356v2.571q1.74-1.24 2.62-2.955T20 12q0-2.76-1.654-4.907T13.96 4.244q-.202-.061-.331-.226q-.129-.164-.129-.372t.16-.348t.336-.085q3.096.708 5.05 3.138T21 12q0 2.16-.932 4.027t-2.795 3.262"/></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.5 5.41Q5.74 6.625 4.87 8.343T4 12q0 2.76 1.654 4.907t4.387 2.849q.201.061.33.235q.129.175.129.382t-.16.339q-.16.13-.336.075q-3.096-.727-5.05-3.147T3 12q0-2.16.932-4.017T6.727 4.73H4.25q-.213 0-.357-.144T3.75 4.23t.143-.357t.357-.143h3.442q.348 0 .578.23t.23.577V7.98q0 .213-.143.357T8 8.48t-.357-.143T7.5 7.98zm3.075 9.077l5.321-5.322q.146-.146.344-.153q.198-.006.364.16q.16.164.162.353t-.162.354l-5.463 5.463q-.243.243-.566.243t-.565-.243l-2.614-2.619q-.14-.14-.153-.341t.153-.366q.16-.16.354-.16t.354.16zm6.698 4.802h2.477q.214 0 .357.143t.143.357t-.143.356t-.357.144h-3.442q-.349 0-.578-.23q-.23-.23-.23-.578v-3.443q0-.213.143-.356t.357-.144t.357.144t.143.356v2.571q1.74-1.24 2.62-2.955T20 12q0-2.76-1.654-4.907T13.96 4.244q-.202-.061-.331-.226q-.129-.164-.129-.372t.16-.348t.336-.085q3.096.708 5.05 3.138T21 12q0 2.16-.932 4.027t-2.795 3.262"/></svg>
</template>

CSS

.icon-published-with-changes-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.5%205.41Q5.74%206.625%204.87%208.343T4%2012q0%202.76%201.654%204.907t4.387%202.849q.201.061.33.235q.129.175.129.382t-.16.339q-.16.13-.336.075q-3.096-.727-5.05-3.147T3%2012q0-2.16.932-4.017T6.727%204.73H4.25q-.213%200-.357-.144T3.75%204.23t.143-.357t.357-.143h3.442q.348%200%20.578.23t.23.577V7.98q0%20.213-.143.357T8%208.48t-.357-.143T7.5%207.98zm3.075%209.077l5.321-5.322q.146-.146.344-.153q.198-.006.364.16q.16.164.162.353t-.162.354l-5.463%205.463q-.243.243-.566.243t-.565-.243l-2.614-2.619q-.14-.14-.153-.341t.153-.366q.16-.16.354-.16t.354.16zm6.698%204.802h2.477q.214%200%20.357.143t.143.357t-.143.356t-.357.144h-3.442q-.349%200-.578-.23q-.23-.23-.23-.578v-3.443q0-.213.143-.356t.357-.144t.357.144t.143.356v2.571q1.74-1.24%202.62-2.955T20%2012q0-2.76-1.654-4.907T13.96%204.244q-.202-.061-.331-.226q-.129-.164-.129-.372t.16-.348t.336-.085q3.096.708%205.05%203.138T21%2012q0%202.16-.932%204.027t-2.795%203.262%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.5%205.41Q5.74%206.625%204.87%208.343T4%2012q0%202.76%201.654%204.907t4.387%202.849q.201.061.33.235q.129.175.129.382t-.16.339q-.16.13-.336.075q-3.096-.727-5.05-3.147T3%2012q0-2.16.932-4.017T6.727%204.73H4.25q-.213%200-.357-.144T3.75%204.23t.143-.357t.357-.143h3.442q.348%200%20.578.23t.23.577V7.98q0%20.213-.143.357T8%208.48t-.357-.143T7.5%207.98zm3.075%209.077l5.321-5.322q.146-.146.344-.153q.198-.006.364.16q.16.164.162.353t-.162.354l-5.463%205.463q-.243.243-.566.243t-.565-.243l-2.614-2.619q-.14-.14-.153-.341t.153-.366q.16-.16.354-.16t.354.16zm6.698%204.802h2.477q.214%200%20.357.143t.143.357t-.143.356t-.357.144h-3.442q-.349%200-.578-.23q-.23-.23-.23-.578v-3.443q0-.213.143-.356t.357-.144t.357.144t.143.356v2.571q1.74-1.24%202.62-2.955T20%2012q0-2.76-1.654-4.907T13.96%204.244q-.202-.061-.331-.226q-.129-.164-.129-.372t.16-.348t.336-.085q3.096.708%205.05%203.138T21%2012q0%202.16-.932%204.027t-2.795%203.262%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/published-with-changes-rounded.svg?color=%231a73e8&size=48