skin icon
skin-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- skin-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
2 other variants in Ant Design Icons
Use the skin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M512 318c-79.2 0-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2 71.2-97.5 120-176.7 120"/><path fill="currentColor" d="M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44m-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignSkinTwotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillOpacity=".15" d="M512 318c-79.2 0-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2 71.2-97.5 120-176.7 120"/><path fill="currentColor" d="M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44m-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M512 318c-79.2 0-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2 71.2-97.5 120-176.7 120"/><path fill="currentColor" d="M870 126H663.8c-17.4 0-32.9 11.9-37 29.3C614.3 208.1 567 246 512 246s-102.3-37.9-114.8-90.7a37.93 37.93 0 0 0-37-29.3H154a44 44 0 0 0-44 44v252a44 44 0 0 0 44 44h75v388a44 44 0 0 0 44 44h478a44 44 0 0 0 44-44V466h75a44 44 0 0 0 44-44V170a44 44 0 0 0-44-44m-28 268H723v432H301V394H182V198h153.3c28.2 71.2 97.5 120 176.7 120s148.5-48.8 176.7-120H842z"/></svg> </template>
CSS
.icon-skin-twotone {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M512%20318c-79.2%200-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2%2071.2-97.5%20120-176.7%20120%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M870%20126H663.8c-17.4%200-32.9%2011.9-37%2029.3C614.3%20208.1%20567%20246%20512%20246s-102.3-37.9-114.8-90.7a37.93%2037.93%200%200%200-37-29.3H154a44%2044%200%200%200-44%2044v252a44%2044%200%200%200%2044%2044h75v388a44%2044%200%200%200%2044%2044h478a44%2044%200%200%200%2044-44V466h75a44%2044%200%200%200%2044-44V170a44%2044%200%200%200-44-44m-28%20268H723v432H301V394H182V198h153.3c28.2%2071.2%2097.5%20120%20176.7%20120s148.5-48.8%20176.7-120H842z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M512%20318c-79.2%200-148.5-48.8-176.7-120H182v196h119v432h422V394h119V198H688.7c-28.2%2071.2-97.5%20120-176.7%20120%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M870%20126H663.8c-17.4%200-32.9%2011.9-37%2029.3C614.3%20208.1%20567%20246%20512%20246s-102.3-37.9-114.8-90.7a37.93%2037.93%200%200%200-37-29.3H154a44%2044%200%200%200-44%2044v252a44%2044%200%200%200%2044%2044h75v388a44%2044%200%200%200%2044%2044h478a44%2044%200%200%200%2044-44V466h75a44%2044%200%200%200%2044-44V170a44%2044%200%200%200-44-44m-28%20268H723v432H301V394H182V198h153.3c28.2%2071.2%2097.5%20120%20176.7%20120s148.5-48.8%20176.7-120H842z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/skin-twotone.svg?color=%231a73e8&size=48