published with changes icon

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

Name
published-with-changes
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
published-with-changes-outline, published-with-changes-outline-sharp, published-with-changes-sharp

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

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="M11 21.95q-1.9-.2-3.537-1.037t-2.85-2.175T2.7 15.675T2 12q0-2.275.913-4.2T5.4 4.5H3v-2h6v6H7V5.775q-1.375 1.1-2.187 2.713T4 12q0 3.075 2.013 5.313T11 19.925zm-.425-5.35L6.35 12.35l1.4-1.4l2.825 2.825L16.25 8.1l1.4 1.425zM15 21.5v-6h2v2.725q1.375-1.125 2.188-2.725T20 12q0-3.075-2.013-5.312T13 4.075V2.05q3.8.375 6.4 3.2T22 12q0 2.275-.913 4.2T18.6 19.5H21v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPublishedWithChanges(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="M11 21.95q-1.9-.2-3.537-1.037t-2.85-2.175T2.7 15.675T2 12q0-2.275.913-4.2T5.4 4.5H3v-2h6v6H7V5.775q-1.375 1.1-2.187 2.713T4 12q0 3.075 2.013 5.313T11 19.925zm-.425-5.35L6.35 12.35l1.4-1.4l2.825 2.825L16.25 8.1l1.4 1.425zM15 21.5v-6h2v2.725q1.375-1.125 2.188-2.725T20 12q0-3.075-2.013-5.312T13 4.075V2.05q3.8.375 6.4 3.2T22 12q0 2.275-.913 4.2T18.6 19.5H21v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21.95q-1.9-.2-3.537-1.037t-2.85-2.175T2.7 15.675T2 12q0-2.275.913-4.2T5.4 4.5H3v-2h6v6H7V5.775q-1.375 1.1-2.187 2.713T4 12q0 3.075 2.013 5.313T11 19.925zm-.425-5.35L6.35 12.35l1.4-1.4l2.825 2.825L16.25 8.1l1.4 1.425zM15 21.5v-6h2v2.725q1.375-1.125 2.188-2.725T20 12q0-3.075-2.013-5.312T13 4.075V2.05q3.8.375 6.4 3.2T22 12q0 2.275-.913 4.2T18.6 19.5H21v2z"/></svg>
</template>

CSS

.icon-published-with-changes {
  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%22M11%2021.95q-1.9-.2-3.537-1.037t-2.85-2.175T2.7%2015.675T2%2012q0-2.275.913-4.2T5.4%204.5H3v-2h6v6H7V5.775q-1.375%201.1-2.187%202.713T4%2012q0%203.075%202.013%205.313T11%2019.925zm-.425-5.35L6.35%2012.35l1.4-1.4l2.825%202.825L16.25%208.1l1.4%201.425zM15%2021.5v-6h2v2.725q1.375-1.125%202.188-2.725T20%2012q0-3.075-2.013-5.312T13%204.075V2.05q3.8.375%206.4%203.2T22%2012q0%202.275-.913%204.2T18.6%2019.5H21v2z%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%22M11%2021.95q-1.9-.2-3.537-1.037t-2.85-2.175T2.7%2015.675T2%2012q0-2.275.913-4.2T5.4%204.5H3v-2h6v6H7V5.775q-1.375%201.1-2.187%202.713T4%2012q0%203.075%202.013%205.313T11%2019.925zm-.425-5.35L6.35%2012.35l1.4-1.4l2.825%202.825L16.25%208.1l1.4%201.425zM15%2021.5v-6h2v2.725q1.375-1.125%202.188-2.725T20%2012q0-3.075-2.013-5.312T13%204.075V2.05q3.8.375%206.4%203.2T22%2012q0%202.275-.913%204.2T18.6%2019.5H21v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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