emphasis cn icon
emphasis-cn from Remix Icon by Remix Design · Regular · Editor · Apache-2.0 Free for personal and commercial use.
- Name
- emphasis-cn
- Set
- Remix Icon
- Style
- Regular
- Category
- Editor
- Viewbox
- 24×24
- License
- Apache 2.0
More editor icons from Remix Icon
Use the emphasis cn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-5.5 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m11 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M13 2v2h6v2h-1.968a18.2 18.2 0 0 1-3.621 6.302a14.7 14.7 0 0 0 5.327 3.042l-.536 1.93A16.7 16.7 0 0 1 12 13.726a16.7 16.7 0 0 1-6.2 3.547l-.536-1.929a14.7 14.7 0 0 0 5.327-3.042a18 18 0 0 1-2.822-4.3h2.24A16 16 0 0 0 12 10.876A16.2 16.2 0 0 0 14.91 6H5V4h6V2z"/></svg>
React
import type { SVGProps } from "react";
export function RiEmphasisCn(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="M12 19a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-5.5 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m11 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M13 2v2h6v2h-1.968a18.2 18.2 0 0 1-3.621 6.302a14.7 14.7 0 0 0 5.327 3.042l-.536 1.93A16.7 16.7 0 0 1 12 13.726a16.7 16.7 0 0 1-6.2 3.547l-.536-1.929a14.7 14.7 0 0 0 5.327-3.042a18 18 0 0 1-2.822-4.3h2.24A16 16 0 0 0 12 10.876A16.2 16.2 0 0 0 14.91 6H5V4h6V2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-5.5 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m11 0a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M13 2v2h6v2h-1.968a18.2 18.2 0 0 1-3.621 6.302a14.7 14.7 0 0 0 5.327 3.042l-.536 1.93A16.7 16.7 0 0 1 12 13.726a16.7 16.7 0 0 1-6.2 3.547l-.536-1.929a14.7 14.7 0 0 0 5.327-3.042a18 18 0 0 1-2.822-4.3h2.24A16 16 0 0 0 12 10.876A16.2 16.2 0 0 0 14.91 6H5V4h6V2z"/></svg> </template>
CSS
.icon-emphasis-cn {
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%22M12%2019a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m-5.5%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m11%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M13%202v2h6v2h-1.968a18.2%2018.2%200%200%201-3.621%206.302a14.7%2014.7%200%200%200%205.327%203.042l-.536%201.93A16.7%2016.7%200%200%201%2012%2013.726a16.7%2016.7%200%200%201-6.2%203.547l-.536-1.929a14.7%2014.7%200%200%200%205.327-3.042a18%2018%200%200%201-2.822-4.3h2.24A16%2016%200%200%200%2012%2010.876A16.2%2016.2%200%200%200%2014.91%206H5V4h6V2z%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%22M12%2019a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m-5.5%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m11%200a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M13%202v2h6v2h-1.968a18.2%2018.2%200%200%201-3.621%206.302a14.7%2014.7%200%200%200%205.327%203.042l-.536%201.93A16.7%2016.7%200%200%201%2012%2013.726a16.7%2016.7%200%200%201-6.2%203.547l-.536-1.929a14.7%2014.7%200%200%200%205.327-3.042a18%2018%200%200%201-2.822-4.3h2.24A16%2016%200%200%200%2012%2010.876A16.2%2016.2%200%200%200%2014.91%206H5V4h6V2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/emphasis-cn.svg?color=%231a73e8&size=48