published with changes icon

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

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

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="M7 5.775q-1.375 1.1-2.187 2.713T4 12q0 2.875 1.75 5.013t4.425 2.762q.375.1.6.438t.225.737t-.275.675t-.625.2q-3.5-.65-5.8-3.387T2 12q0-2.275.913-4.2T5.4 4.5H4q-.425 0-.712-.288T3 3.5t.288-.712T4 2.5h4q.425 0 .713.288T9 3.5v4q0 .425-.288.713T8 8.5t-.712-.288T7 7.5zm3.575 8L15.55 8.8q.3-.3.7-.288t.7.313q.275.3.288.7t-.288.7L11.275 15.9q-.3.3-.7.3t-.7-.3L7.05 13.05q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275zM18.6 19.5H20q.425 0 .713.288T21 20.5t-.288.713T20 21.5h-4q-.425 0-.712-.288T15 20.5v-4q0-.425.288-.712T16 15.5t.713.288t.287.712v1.725q1.375-1.125 2.188-2.725T20 12q0-2.875-1.75-5.012t-4.425-2.763q-.375-.1-.6-.437T13 3.05t.275-.675t.625-.2q3.5.65 5.8 3.388T22 12q0 2.275-.913 4.2T18.6 19.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPublishedWithChangesRounded(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.775q-1.375 1.1-2.187 2.713T4 12q0 2.875 1.75 5.013t4.425 2.762q.375.1.6.438t.225.737t-.275.675t-.625.2q-3.5-.65-5.8-3.387T2 12q0-2.275.913-4.2T5.4 4.5H4q-.425 0-.712-.288T3 3.5t.288-.712T4 2.5h4q.425 0 .713.288T9 3.5v4q0 .425-.288.713T8 8.5t-.712-.288T7 7.5zm3.575 8L15.55 8.8q.3-.3.7-.288t.7.313q.275.3.288.7t-.288.7L11.275 15.9q-.3.3-.7.3t-.7-.3L7.05 13.05q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275zM18.6 19.5H20q.425 0 .713.288T21 20.5t-.288.713T20 21.5h-4q-.425 0-.712-.288T15 20.5v-4q0-.425.288-.712T16 15.5t.713.288t.287.712v1.725q1.375-1.125 2.188-2.725T20 12q0-2.875-1.75-5.012t-4.425-2.763q-.375-.1-.6-.437T13 3.05t.275-.675t.625-.2q3.5.65 5.8 3.388T22 12q0 2.275-.913 4.2T18.6 19.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="M7 5.775q-1.375 1.1-2.187 2.713T4 12q0 2.875 1.75 5.013t4.425 2.762q.375.1.6.438t.225.737t-.275.675t-.625.2q-3.5-.65-5.8-3.387T2 12q0-2.275.913-4.2T5.4 4.5H4q-.425 0-.712-.288T3 3.5t.288-.712T4 2.5h4q.425 0 .713.288T9 3.5v4q0 .425-.288.713T8 8.5t-.712-.288T7 7.5zm3.575 8L15.55 8.8q.3-.3.7-.288t.7.313q.275.3.288.7t-.288.7L11.275 15.9q-.3.3-.7.3t-.7-.3L7.05 13.05q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275zM18.6 19.5H20q.425 0 .713.288T21 20.5t-.288.713T20 21.5h-4q-.425 0-.712-.288T15 20.5v-4q0-.425.288-.712T16 15.5t.713.288t.287.712v1.725q1.375-1.125 2.188-2.725T20 12q0-2.875-1.75-5.012t-4.425-2.763q-.375-.1-.6-.437T13 3.05t.275-.675t.625-.2q3.5.65 5.8 3.388T22 12q0 2.275-.913 4.2T18.6 19.5"/></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%205.775q-1.375%201.1-2.187%202.713T4%2012q0%202.875%201.75%205.013t4.425%202.762q.375.1.6.438t.225.737t-.275.675t-.625.2q-3.5-.65-5.8-3.387T2%2012q0-2.275.913-4.2T5.4%204.5H4q-.425%200-.712-.288T3%203.5t.288-.712T4%202.5h4q.425%200%20.713.288T9%203.5v4q0%20.425-.288.713T8%208.5t-.712-.288T7%207.5zm3.575%208L15.55%208.8q.3-.3.7-.288t.7.313q.275.3.288.7t-.288.7L11.275%2015.9q-.3.3-.7.3t-.7-.3L7.05%2013.05q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275zM18.6%2019.5H20q.425%200%20.713.288T21%2020.5t-.288.713T20%2021.5h-4q-.425%200-.712-.288T15%2020.5v-4q0-.425.288-.712T16%2015.5t.713.288t.287.712v1.725q1.375-1.125%202.188-2.725T20%2012q0-2.875-1.75-5.012t-4.425-2.763q-.375-.1-.6-.437T13%203.05t.275-.675t.625-.2q3.5.65%205.8%203.388T22%2012q0%202.275-.913%204.2T18.6%2019.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%22M7%205.775q-1.375%201.1-2.187%202.713T4%2012q0%202.875%201.75%205.013t4.425%202.762q.375.1.6.438t.225.737t-.275.675t-.625.2q-3.5-.65-5.8-3.387T2%2012q0-2.275.913-4.2T5.4%204.5H4q-.425%200-.712-.288T3%203.5t.288-.712T4%202.5h4q.425%200%20.713.288T9%203.5v4q0%20.425-.288.713T8%208.5t-.712-.288T7%207.5zm3.575%208L15.55%208.8q.3-.3.7-.288t.7.313q.275.3.288.7t-.288.7L11.275%2015.9q-.3.3-.7.3t-.7-.3L7.05%2013.05q-.275-.275-.287-.687t.287-.713q.275-.275.7-.275t.7.275zM18.6%2019.5H20q.425%200%20.713.288T21%2020.5t-.288.713T20%2021.5h-4q-.425%200-.712-.288T15%2020.5v-4q0-.425.288-.712T16%2015.5t.713.288t.287.712v1.725q1.375-1.125%202.188-2.725T20%2012q0-2.875-1.75-5.012t-4.425-2.763q-.375-.1-.6-.437T13%203.05t.275-.675t.625-.2q3.5.65%205.8%203.388T22%2012q0%202.275-.913%204.2T18.6%2019.5%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-rounded.svg?color=%231a73e8&size=48