md share icon
md-share from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-share
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
- Aliases
- android-share-alt
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md share icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M383.822 344.427c-16.045 0-31.024 5.326-41.721 15.979l-152.957-88.42c1.071-5.328 2.142-9.593 2.142-14.919 0-5.328-1.071-9.593-2.142-14.919l150.826-87.35c11.762 10.653 26.741 17.041 43.852 17.041 35.295 0 64.178-28.766 64.178-63.92C448 72.767 419.117 44 383.822 44c-35.297 0-64.179 28.767-64.179 63.92 0 5.327 1.065 9.593 2.142 14.919l-150.821 87.35c-11.767-10.654-26.741-17.041-43.856-17.041-35.296 0-63.108 28.766-63.108 63.92 0 35.153 28.877 63.92 64.178 63.92 17.115 0 32.089-6.389 43.856-17.042l151.891 88.421c-1.076 4.255-2.141 8.521-2.141 13.847 0 34.094 27.806 61.787 62.037 61.787 34.229 0 62.036-27.693 62.036-61.787.001-34.094-27.805-61.787-62.035-61.787z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdShare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M383.822 344.427c-16.045 0-31.024 5.326-41.721 15.979l-152.957-88.42c1.071-5.328 2.142-9.593 2.142-14.919 0-5.328-1.071-9.593-2.142-14.919l150.826-87.35c11.762 10.653 26.741 17.041 43.852 17.041 35.295 0 64.178-28.766 64.178-63.92C448 72.767 419.117 44 383.822 44c-35.297 0-64.179 28.767-64.179 63.92 0 5.327 1.065 9.593 2.142 14.919l-150.821 87.35c-11.767-10.654-26.741-17.041-43.856-17.041-35.296 0-63.108 28.766-63.108 63.92 0 35.153 28.877 63.92 64.178 63.92 17.115 0 32.089-6.389 43.856-17.042l151.891 88.421c-1.076 4.255-2.141 8.521-2.141 13.847 0 34.094 27.806 61.787 62.037 61.787 34.229 0 62.036-27.693 62.036-61.787.001-34.094-27.805-61.787-62.035-61.787z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M383.822 344.427c-16.045 0-31.024 5.326-41.721 15.979l-152.957-88.42c1.071-5.328 2.142-9.593 2.142-14.919 0-5.328-1.071-9.593-2.142-14.919l150.826-87.35c11.762 10.653 26.741 17.041 43.852 17.041 35.295 0 64.178-28.766 64.178-63.92C448 72.767 419.117 44 383.822 44c-35.297 0-64.179 28.767-64.179 63.92 0 5.327 1.065 9.593 2.142 14.919l-150.821 87.35c-11.767-10.654-26.741-17.041-43.856-17.041-35.296 0-63.108 28.766-63.108 63.92 0 35.153 28.877 63.92 64.178 63.92 17.115 0 32.089-6.389 43.856-17.042l151.891 88.421c-1.076 4.255-2.141 8.521-2.141 13.847 0 34.094 27.806 61.787 62.037 61.787 34.229 0 62.036-27.693 62.036-61.787.001-34.094-27.805-61.787-62.035-61.787z" fill="currentColor"/></svg> </template>
CSS
.icon-md-share {
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%20512%20512%22%3E%3Cpath%20d%3D%22M383.822%20344.427c-16.045%200-31.024%205.326-41.721%2015.979l-152.957-88.42c1.071-5.328%202.142-9.593%202.142-14.919%200-5.328-1.071-9.593-2.142-14.919l150.826-87.35c11.762%2010.653%2026.741%2017.041%2043.852%2017.041%2035.295%200%2064.178-28.766%2064.178-63.92C448%2072.767%20419.117%2044%20383.822%2044c-35.297%200-64.179%2028.767-64.179%2063.92%200%205.327%201.065%209.593%202.142%2014.919l-150.821%2087.35c-11.767-10.654-26.741-17.041-43.856-17.041-35.296%200-63.108%2028.766-63.108%2063.92%200%2035.153%2028.877%2063.92%2064.178%2063.92%2017.115%200%2032.089-6.389%2043.856-17.042l151.891%2088.421c-1.076%204.255-2.141%208.521-2.141%2013.847%200%2034.094%2027.806%2061.787%2062.037%2061.787%2034.229%200%2062.036-27.693%2062.036-61.787.001-34.094-27.805-61.787-62.035-61.787z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M383.822%20344.427c-16.045%200-31.024%205.326-41.721%2015.979l-152.957-88.42c1.071-5.328%202.142-9.593%202.142-14.919%200-5.328-1.071-9.593-2.142-14.919l150.826-87.35c11.762%2010.653%2026.741%2017.041%2043.852%2017.041%2035.295%200%2064.178-28.766%2064.178-63.92C448%2072.767%20419.117%2044%20383.822%2044c-35.297%200-64.179%2028.767-64.179%2063.92%200%205.327%201.065%209.593%202.142%2014.919l-150.821%2087.35c-11.767-10.654-26.741-17.041-43.856-17.041-35.296%200-63.108%2028.766-63.108%2063.92%200%2035.153%2028.877%2063.92%2064.178%2063.92%2017.115%200%2032.089-6.389%2043.856-17.042l151.891%2088.421c-1.076%204.255-2.141%208.521-2.141%2013.847%200%2034.094%2027.806%2061.787%2062.037%2061.787%2034.229%200%2062.036-27.693%2062.036-61.787.001-34.094-27.805-61.787-62.035-61.787z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-share.svg?color=%231a73e8&size=48