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

Name
publish-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
publish-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the publish icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.5 10.35l-1.971 1.971q-.146.146-.347.153t-.366-.158q-.16-.166-.163-.355t.163-.353l2.618-2.62q.132-.13.268-.183q.137-.053.298-.053t.298.053t.268.184l2.618 2.619q.147.146.154.344q.006.198-.153.364q-.166.165-.357.168t-.357-.163L12.5 10.35v8.15q0 .214-.143.357T12 19t-.357-.143t-.143-.357zM5 8.539V6.616q0-.691.463-1.153T6.616 5h10.769q.69 0 1.153.463T19 6.616v1.923q0 .213-.143.356t-.357.144t-.357-.144T18 8.54V6.616q0-.231-.192-.424T17.384 6H6.616q-.231 0-.424.192T6 6.616v1.923q0 .213-.143.356T5.5 9.04t-.357-.144T5 8.54"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPublishRounded(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.5 10.35l-1.971 1.971q-.146.146-.347.153t-.366-.158q-.16-.166-.163-.355t.163-.353l2.618-2.62q.132-.13.268-.183q.137-.053.298-.053t.298.053t.268.184l2.618 2.619q.147.146.154.344q.006.198-.153.364q-.166.165-.357.168t-.357-.163L12.5 10.35v8.15q0 .214-.143.357T12 19t-.357-.143t-.143-.357zM5 8.539V6.616q0-.691.463-1.153T6.616 5h10.769q.69 0 1.153.463T19 6.616v1.923q0 .213-.143.356t-.357.144t-.357-.144T18 8.54V6.616q0-.231-.192-.424T17.384 6H6.616q-.231 0-.424.192T6 6.616v1.923q0 .213-.143.356T5.5 9.04t-.357-.144T5 8.54"/></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.5 10.35l-1.971 1.971q-.146.146-.347.153t-.366-.158q-.16-.166-.163-.355t.163-.353l2.618-2.62q.132-.13.268-.183q.137-.053.298-.053t.298.053t.268.184l2.618 2.619q.147.146.154.344q.006.198-.153.364q-.166.165-.357.168t-.357-.163L12.5 10.35v8.15q0 .214-.143.357T12 19t-.357-.143t-.143-.357zM5 8.539V6.616q0-.691.463-1.153T6.616 5h10.769q.69 0 1.153.463T19 6.616v1.923q0 .213-.143.356t-.357.144t-.357-.144T18 8.54V6.616q0-.231-.192-.424T17.384 6H6.616q-.231 0-.424.192T6 6.616v1.923q0 .213-.143.356T5.5 9.04t-.357-.144T5 8.54"/></svg>
</template>

CSS

.icon-publish-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%22m11.5%2010.35l-1.971%201.971q-.146.146-.347.153t-.366-.158q-.16-.166-.163-.355t.163-.353l2.618-2.62q.132-.13.268-.183q.137-.053.298-.053t.298.053t.268.184l2.618%202.619q.147.146.154.344q.006.198-.153.364q-.166.165-.357.168t-.357-.163L12.5%2010.35v8.15q0%20.214-.143.357T12%2019t-.357-.143t-.143-.357zM5%208.539V6.616q0-.691.463-1.153T6.616%205h10.769q.69%200%201.153.463T19%206.616v1.923q0%20.213-.143.356t-.357.144t-.357-.144T18%208.54V6.616q0-.231-.192-.424T17.384%206H6.616q-.231%200-.424.192T6%206.616v1.923q0%20.213-.143.356T5.5%209.04t-.357-.144T5%208.54%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.5%2010.35l-1.971%201.971q-.146.146-.347.153t-.366-.158q-.16-.166-.163-.355t.163-.353l2.618-2.62q.132-.13.268-.183q.137-.053.298-.053t.298.053t.268.184l2.618%202.619q.147.146.154.344q.006.198-.153.364q-.166.165-.357.168t-.357-.163L12.5%2010.35v8.15q0%20.214-.143.357T12%2019t-.357-.143t-.143-.357zM5%208.539V6.616q0-.691.463-1.153T6.616%205h10.769q.69%200%201.153.463T19%206.616v1.923q0%20.213-.143.356t-.357.144t-.357-.144T18%208.54V6.616q0-.231-.192-.424T17.384%206H6.616q-.231%200-.424.192T6%206.616v1.923q0%20.213-.143.356T5.5%209.04t-.357-.144T5%208.54%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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